@charset "UTF-8";
/* main layout CSS Document */

body{ background-image:url(images/CBOB_siteBkgrnd.jpg); background-position:center top; background-repeat:no-repeat; background-color:#000; margin-top:0px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:10px;}

a:link {color:#F00;}
a:visited {color:#F00;}
a:hover {font-weight:bold; font-size:12px;}

H1{font-size:16px;}

/* layout */

#container{
	width:791px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	clear:both;
}

#LObkgrnd{
	display:none;
	width:302px;
	height:1131px;
	background-image:url(images/L_outside_bkgrnd.jpg);
	background-repeat:no-repeat;
	float:left;
}

#LIbkgrnd{
	display:none;
	width:152px;
	height:1131px;
	background-image:url(images/L_inside_bkgrnd.jpg);
	background-repeat:no-repeat;
	float:left;
}

#page{
	width:791px;
	text-align:center;
	float:left;
}

#header{
	width:791px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
}


#content{
	width:791px;
	background-image:url(images/content_bkgrnd.jpg);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	}
	
.content{
	width:731px;
	min-height:350px;
	font-family:"Arial Black",Arial, Gadget, sans-serif;
	font-size:12px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}


#nav_pagebtm{
	width:791px;
	height:183px;
	background-image:url(images/nav_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
}


#RIbkgrnd{
	display:none;
	width:156px;
	height:1131px;
	background-image:url(images/R_inside_bkgrnd.jpg);
	background-repeat:no-repeat;
	float:left;
}

#RObkgrnd{
	display:none;
	width:297px;
	height:1131px;
	background-image:url(images/R_outside_bkgrnd.jpg);
	background-repeat:no-repeat;
	float:left;
}

.clear{clear:both;}
	
	
/*form*/

.row{width:730px; float:left; clear:both;margin-bottom:10px;}

.clm{width:240px; float:left;}

.clm2{width:480px; float:left;}