body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px; 
	padding:0px; 
	background-image:url(../images/bkg.jpg);
}
p,li {
	line-height:21px;
}
#wrapper {
	position:relative;
	width:900px;
	margin:auto;
	min-height:740px;
	_height:740px;
	border-left: solid 1px #666666; 
	border-right: solid 1px #666666; 
	border-bottom: solid 1px #666666;
	background-color:#FFFFFF;
	
}
#header {
	position:relative;
	width:900px;
	height:153px;
	background-color:#ffffff;
	background-image: url(../images/header.jpg);
}
#banner {
	position:relative;
	width:900px;
	height:360px;
	
	
	
}

#content-wrapper {
	position:relative;
	width:900px;
	padding-top:10px;
}
#right-col {
	position:relative;
	width:340px;
	float:right;
	padding:0px;
	margin:0px;
}
#main-content {
	position:relative;
	width : 518px;
	padding: 0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}
#footer {
	position:relative;
	width:900px;
	height:38px;
	clear: both;
	background-color:#2d2d2d;



}

