body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #12a395 url(img/bg.gif) repeat-x;
}

#wrapper { 
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

#header {
	color: #333;
 	width: 900px;
	float: left;
	height: 190px;
	margin: -15px 0px 0px 0px;
	background: url(img/header_bg.jpg) no-repeat;
}

#leftcolumn { 
 	color: #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	/*height: 500px;*/
	width: 230px;
	float: left;
}

#rightcolumn { 
	float: right;
 	color: #333;
 	background: #FFF;
 	margin: 0px 0px 20px 0px;
 	width: 670px;
 	display: inline;
}

#content {
	background: #fffeef;
	margin: 10px 20px 0 10px;
	width: 650px;
}

#footer { 
	border-top: 1px solid #177f00;
	width: 900px;
 	clear: both;
 	background: #12a395 url(img/footer.gif) no-repeat;
	height: 60px;
	padding-top: 10px;
}
