body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background: #757534;
	text-align: center;
}

#wrapper { 
margin: 0 auto;
width: 1000px;
}

#marquee {
vertical-align: middle;
float: left;
width: 920px;
height: 50px;
padding: 0px 0px 0px 0px;
border: 0px solid #ccc;
margin: 0px 0px 0px 0px;
background: url(../images/bg/navbar.png) no-repeat top;
}

/* begin header */

#header {
width: 1000px;
height: 166px;
float: left;
padding: 0px;
border: 0px solid #ccc;
background: url(../images/banner4.png) repeat-y top;
}

#headertop {
background: url(../images/bg/1000boxtop.png) no-repeat top;
height: 28px;
}

#headermid {
margin: 0;
font-size: 16px;
background: url(../images/banner3.png) repeat-y top;
}

#headerbot {
margin: 0;
height: 28px;
background: url(../images/bg/1000boxbot.png) no-repeat bottom;
}

/* end header */



/*begin left column*/

#leftcol { 
border: 0px solid #ccc;
margin: 0px 0px 0px 0px;
padding: 0px;
height: 350px;
width: 250px;
float: left;
}
	
#leftcoltop {
background: url(../images/bg/250boxtop.png) no-repeat top;
height: 28px;
}
		
#leftcolmid {
margin: 0;
padding: 0px 10px 0px 10px;
text-align: justify;
font-size: 16px;
background: url(../images/bg/250boxmid.png);
}

#leftcolbot {
margin: 0;
height: 28px;
background: url(../images/bg/250boxbot.png) no-repeat bottom;
font-weight: bold;
}
/*begin left column*/


/*begin content*/

#content { 
float: left;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
height: 350px;
width: 745px;
display: inline;
}
	
#contenttop {
background: url(../images/bg/745boxtop.png) no-repeat top;
height: 28px;
}
		
#contentmid {
padding: 0px 20px 0px 20px;
text-align: justify;
font-size: 16px;
height: 1450px;
background: url(../images/bg/745boxmid.png);
}


#contentbot {
margin: 0;
height: 28px;
background: url(../images/bg/745boxbot.png) no-repeat bottom;
font-weight: bold;
}
/*end content*/
