/* CSS Document */

body{
	/*background-color:#FFFFFF;*/
	background-color:#362e2e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#666666;*/
	color:#362e2e;
}

h1{
	font-size:18px;
}

h2{
	font-size:14px;
}

a, a:link, a:visited, a:hover{
	text-decoration:underline;
	color:#897d68;
}

.indent{
	margin-left:15px;
	margin-top:5px;
}

#wrapper{
	width:800px;
	height:713px;
	margin:auto;
	/*background-color:#dfd5c3;*/
	/*border-bottom:#666666 2px solid;
	border-top:#666666 2px solid;
	border-left:#666666 2px solid;
	border-right:#666666 2px solid;*/
	border-bottom:#666666 2px dashed;
	border-top:#666666 2px dashed;
	border-left:#666666 2px dashed;
	border-right:#666666 2px dashed;

}

#header{
	width:800px;
	/*border-bottom:#666666 2px solid;*/
	border-bottom:#362e2e 2px dashed;
	background-color:#dfd5c3;
}

#footer{
	margin-top:10px;
	font-size:9px;
	text-align:center;
	color:#FFFFFF;
}

#content_wrapper{
	height:642px;
	background-color:#FFFFFF;
}

#sidebar_col{
	width:200px;
	height:408px;
	float:left;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	/*border-right:#666666 1px solid;*/
	/*background-color:#dfd5c3;*/
}

#main_col{
	background-color:#FFFFFF;
	width:540px;
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.clear_floats{
	clear:both;
}

#info_box1{
	float:left;
	margin-left:0px;
	margin-right:5px;
	width:250px;
	border:#362e2e 1px dashed;
	background-color:#dfd5c3;
	padding:5px 5px 5px 5px;
	height:100px;
	margin-top:10px;
}

#info_box2{
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:250px;
	border:#362e2e 1px dashed;
	background-color:#dfd5c3;
	padding:5px 5px 5px 5px;
	height:100px;
	margin-top:10px;
}
#info_box3{
	float:left;
	margin-left:0px;
	margin-right:5px;
	width:250px;
	border:#362e2e 1px dashed;
	background-color:#dfd5c3;
	padding:5px 5px 5px 5px;
	height:155px;
	margin-top:10px;
	text-align:center;
}

#info_box4{
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:250px;
	border:#362e2e 1px dashed;
	background-color:#dfd5c3;
	padding:5px 5px 5px 5px;
	height:155px;
	margin-top:10px;
	text-align:center;
}
a img, img a{
	border:none;
}
