body
{
	margin:0;
	padding:0;
	font:12px arial;
	line-height:100%;
	background:#5462a0 url(../images/bodybg.jpg) repeat-x;
}
#wrapper
{
	width:766px;
	margin:0 auto;
	background:white url(../images/wrapperbg.gif);
}
#header
{
	height:177px;
	background:url(../images/header.jpg);
	position:relative;
}
#nav
{
	position:absolute;
	top:14px;
	left:20px;
}
#nav a
{
	display:block;
	width:180px;
	padding:1px 5px;
	text-decoration:none;
	font:bold 11px verdana;
	text-transform:uppercase;
	color:#bdf;
	border-bottom:1px solid #58c;
	border-top:1px solid #ace;
}
#nav a.first
{
	border-top:1px solid #71a9dc;
}
#nav a.last
{
	border-bottom: 1px solid #71a9dc;
}
#nav a:hover
{
	background:#36a;
	color:white;
	border-top:1px solid #248;
	border-bottom:1px solid #36a;
}
#main
{
	width:760px;
	margin:0 auto;
	background:white;
	color:#246;
	line-height:120%;
}
#footer
{
	background:#357;
	font:bold 11px tahoma, arial;
	color:#ace;
}
#footer p
{
	text-align:center;
	padding:10px;
}
#sidebartop
{
	height:11px;
	width:250px;
	background:url(../images/sidebartop.gif);
	overflow:hidden;
}
#sidebarmain
{
	width:250px;
	height:275px;
}
#sidebarmain img
{
	display:block;
}
#sidebarbottom
{
	width:250px;
	height:11px;
	background:url(../images/sidebarbottom.gif);
	overflow:hidden;
}
h1
{
	font:24px century gothic, arial;
	color:#24a;
	margin:0;
}
h2
{
	font: bold 16px arial;
	color:#24a;
}
.newsheader
{
	height:30px;
	background:url(../images/newsheader.png) no-repeat;
	color:white;
	font:bold 14px arial;
	padding-left:10px;
}