/*
Stylesheet for Clarklog Main
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(images/bg9.gif);
	margin-top:0px;
}

.mainBox {
	width:1031px;
	height:776px;
	/*border:1px solid #000000;*/
	background-image:url(images/BG4.png);	
}
.IEmainBox {
	width:1031px;
	height:776px;
	/*border:1px solid #000000;
	background-image:url(images/BG4.png);	*/
}

.header {
	width:970px;
	height:180px;
	
	background-image:url(images/Header_BG_04.jpg);
	
}

.content {
	width:970px;
	height:500px;	
	/*background-color:#8a8a8a;*/
	background-color:#6f6f6f;
	
}
#MenuPos {	
	position:relative;
	top:0px;left:0px;	
}

.footer {
	width:950px;
	border:1px solid black;
	background-color:#002366;
	padding:10px;
	color:#FFFFFF;
	text-align:left;
}

.addy {
	float:right;
	text-align:right;
}

.showContent {
	color:#002366;
	text-align:left;
	width:739px;
	height:480px;
	overflow:auto;
	float:right;
	padding:15px;
	margin:0px;
	scrollbar-base-color: #002366;
	background-image:url(images/content_bg2.jpg);
	background-attachment: fixed; 
	background-position: 530px 305px;
	background-repeat: no-repeat;
	background-color:#ffffff; 
	font-size:12px;


}



a:link {color:#ffffff;text-decoration:none;} 
a:visited {color:#ffffff;text-decoration:none;} 
a:hover {color:#6d2d26;text-decoration:none;} 
a:active {color:#ffffff;text-decoration:none;} 


.diag {
	background-color:#FFFF99;
	border:1px solid #666666;
	width:950px;
	color:#000000;
	padding:10px;

}







