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




/**********CONTENT************/


#content {
	margin-left:45px;
	background-color:#FFFFFF;
	padding-bottom:50px;
}
#leftCol {
	width:200px !important;
	display:inline;
	margin-left:30px;
	margin-top:40px;
	margin-right:30px;
	padding-bottom:30px;
	float:left;
}
#vertDivider {
	background-image:url(../images/vert_divider.jpg);
	background-repeat:no-repeat;
	width:1px;
	height:242px;
	float:left;
	margin-top:40px;
}
#mainCol {
	width:520px !important;
	display:inline;
	margin-left:35px;
	margin-top:30px;
	margin-right:30px;
	padding-bottom:18px;
	float:left;
}
#horizDivider{
width:844px;
height:1px;
clear:both;
background-image:url(../images/horz_divider.jpg);
background-repeat:no-repeat;
}

