body {
	background-color: white;
	margin:0px;
	padding:0px;
}


.frame #container {
width:800px;
margin: 20px 0px 20px 0px;
}

.frame #header {
width:100%;
background-image:url(images/bb-title.jpg);
background-repeat:no-repeat;
background-position:left;
height:100px;
line-height:30%;
}

.frame #header h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:250%;
color:black;
text-align:right;
}

.frame #header h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:150%;
color:black;
text-align:right;
}

.frame #leftnav {
width:15%;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:90%;
text-align:left;
padding-top: 0px;
padding-left:2%;
border-right: 1px dotted gray;
margin-top: 20px;
}

.frame #leftnav a {
	text-decoration:underline;
	margin:0px;
	
}

.frame #leftnav a:hover {
	text-decoration:none;
}

<!--
.style1 {color: #ff0000}
.style2 {color: #cc0099}
.style3 {color: #660099}
.style4 {color: #330099}
.style5 {color: #0033cc}
.style6 {color: #009999}
.style7 {color: #00cc00}
-->


.frame #content {
width:80%;
background-color:#FFFFFF;
float:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
line-height:22px;
text-align:left;
vertical-align:top;
margin:0px;
padding-top: 15px;
padding-left:2%;
}

.frame #content .img_right {
float:right;
margin: 5px 5px 5px 5px;
}

.frame #content .img_left {
float:left;
margin: 0px 5px 5px 0px;
}

.frame #content h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:120%;
color:#ff0000;
line-height:120%;
margin: 10px 0px 5px 10px;
text-decoration:underline;
}

.frame #content h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
font-size: 90%;
line-height:90%;
margin-left:10px;
text-transform:uppercase;
padding-top: 15px;
}

.frame #content li {
margin-bottom:5px;
}

.frame #content a {
	border-bottom: dashed #666666 1px;
	text-decoration:none;
	color:#993300;
}

.frame #content a:hover {
	border-bottom: dashed #666666 0px;
	text-decoration:none;
	color:#993300;
}

.frame #footer {
width:100%;
float:none;
clear:both;
height:100px;
border-bottom: 1px gray dotted;
color: gray;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:80%;
margin-bottom:20px;
}