/*****************************
Document Structure Styles 
*****************************/
body {
    background: #213752 url(images/bg.jpg) repeat-x;
    font: 12pt "Georgia";
    color: #FFFFFF;
}
a{
	color:#213752;
}
#wrapper {
    width: 980px;
    margin: 0 auto;
}

#header {
    background: url(images/headerbg.jpg) no-repeat;
    height: 170px;
	position:relative;
}
#contentholder{
	margin:10px 0 0 0;
	background:url(images/contentbg.jpg) repeat-y;
}
#content{
	width:697px;
}
#sidebar{
	width:280px;
	padding:7px 0 0 0;
}
#footholder{
	background:#2c415b;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:10px;
	font-size:9pt;
	line-height:1.8;
	color:#FFFFFF;
}