html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #232323;
	font-family: "arial", serif;
	background: #ebebeb;
	
}

#top_outer {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	background: #FFF url(../img/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	
}

#top {
	width:880px;
	margin: auto;
	height: 200px;
	text-align: left;
	background: transparent url(../img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	
}

#outer {
	background: #FFF url(../img/footerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;	
}

#bodyblock {
	 text-align:left;
	 border: 0px solid;
	 padding: 0 0px 0px 0px;
	 width:880px;
	 margin: auto;
	 margin-bottom: 0;
}
 
 
#main {

	padding: 0;
	font-size: 13px;
	margin: 0;
	padding: 0;
	/* background: yellow; */ 
}
 
#content {		
	margin: auto;
	padding: 0 15px 10px 0px;
	text-align: left;	
	line-height: 22px;
	font-size: 13px;	
	float: left;
	width: 585px;
	overflow: hidden;
}

#content-image {
	float: left;
	width: 280px;
	/* background: blue; */
	margin: 15px 0 -13px 0; 
}

#content-small {
	margin: auto;
	padding: 0 15px 10px 0px;
	text-align: left;	
	line-height: 22px;
	font-size: 13px;	
	float: left;
	width: 350px;
	overflow: hidden;
	/* background: red; */	
}


#rightcol {		
	margin: 0px 0 20px 0;	
	width: 278px;
	float: right;	
	padding: 0 0 0px 0;
	font-size: 13px;
	/* background: red; */	
}

#rightcol-small {		
	margin: 0px 0 20px 0;	
	width: 223px;
	float: right;	
	padding: 0 0 0px 0;
	font-size: 13px;
	/* background: red; */	
}


#footer {
	width:880px;
	margin: auto;	
	padding: 1px 0px 10px 0px;	
	text-align: left;
	font-size: 11px;
	color: #717171;
}




