@charset "utf-8";
body  {
	font: 100% Georgia, Times New Roman, serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #556477;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topbox {
	height:8px;
	width: 849px;
	background-image: url("../images/8px_top.gif");
}
#leftbox {
	width:8px;
	background-image:url("../images/8px_left.gif");
}
#rightbox {
	width:8px;
	background-image:url("../images/8px_right.gif");
}
#bottombox {
	height:8px;
	background-image:url("../images/8px_bottom.gif");
}
#leftucorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_lucorner.gif");
}
#rightucorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_rucorner.gif");
}
#leftlcorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_llcorner.gif");
}
#rightlcorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_rlcorner.gif");
}
#container { 
	background: #ebeef0;
	width: 849px;  
	margin: 8px 8px 8px 8px; 
	border: 0px;
	text-align: left; 
} 


#header { 
	width: 849px;
	height: 202px; 
	padding: 0px 0px 0px 0px;  
	background-image:url("../images/header.gif");
} 

#sidebar1 {
	float: left; 
	width: 179px;
	height: 605px;
	background: #ffffff; 
	vertical-align:top;
	padding: 0px 10px;
	border-style: solid;
	border-left-width: 3px;
	border-left-color: #a6b5c3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#mainContent {
	background: #ffffff;
	float: right; 
	width: 634px;
	height: 605px;
	vertical-align:top;
	padding: 0px 5px;
	border-style: solid;
	border-right-width: 3px;
	border-right-color: #a6b5c3;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
}
#bigbox {
	background: #ffffff;
	width: 178px;
	height: 515px;
}
#menupop {
	position: absolute;
	visibility: hidden;
	top: 100px;
	left:400px;
	background: #cccccc;
	z-index: 100;
}
.litbox {
	background-image:url("../images/litbox.jpg");
	border-style: solid;
	border-width: 1px;
	border-color: #8eaac5;
	height: 220px;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
} 

#footer { 
	padding: 0 0px 0 0px; 
	background: #a6b5c3;
	width: 849px;
	margin-bottom:8px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
