body
{
	margin: 0 auto;
	background: #aaa;
}

#main	
{
	width: 980px;
	height: auto;
	margin: 0 auto 0 auto;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background: #d81f21;
}

#header
{
	width: 980px;
	height: 87px;
	background: #fff url(../cmsimages/title_banner.gif);
}

#topmenu
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	background: #d81f21;
        padding: 6px 0px;
        border-bottom: 10px solid #fff;
}

#topmenu .navtop
{
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}

#topmenu .navtop li
{
	float: left;
        text-decoration: none;
}

#topmenu .navtop li a
{
	display: block;
	color: #fff;
        text-decoration: none;
	padding: .1em 1em;
}

#topmenu .navtop li a:hover
{
	color: #fff;
        text-decoration: none;
        font-weight: bold;
}


#content
{
	float: left;
	width: 573px;
        padding: 40px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	line-height: 145%;
	color: #777;
	background: #fff3cf;
	font-size: 12px;
}

#content_2
{
	float: right;
        padding-top: 50px;
        text-align: center;
	width: 325px;
	background: #d81f21;
}

#content_3
{
        border-top: 10px solid #fff;
	clear: both;
        height: 510px;
	background: #ddd;
}

#content_3 p
{
        margin: 0px;
}

#footer
{
        clear: both;
	text-align: center;
	margin: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ddd;
}