body {
	background-color: #e6ffd3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;	
	padding: 0;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFF0;
	font-size: 10px;
}

.clear {
	clear: both;
}

#content_wrapper {
	width: 766px;
	text-align: left;
	line-height: 13px;
	margin: 0 auto;		
}

#main_content {
	/*background-color: #ffffff;*/
	color: #535353;
	width: 720px;
	margin: 0 auto;
}

#main_content_left {
	float: left;
	margin: 10px;
	width: 350px;
	text-align: justify;
}

#main_content_right {
	float: right;
	margin: 10px;
	width: 300px;
	text-align: justify;
}

.dotted {
	border-top-style: dotted;
	border-top-width: 1px;
}

.solid {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D3D3D3;
}

.padding_left_top_10 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.footer_separator {
	background-image: url(../images/footer_separator.gif);
	background-repeat: no-repeat;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}

.footer_txt {
	color: Gray;
}