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: #f3f3f3;
}

#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;
        height: 30px;
}

#topmenu .navtop
{
	text-transform: uppercase;
	margin: 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: .5em 1em;
}

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

#reusablecontentarea
{
	width: 980px;
	height: 100px;
}
#reusablecontentarea p
{
        margin-top: 0px;
}

#toptwo
{
        clear: left;
        width: 978px;
        border: 1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	line-height: 155%;
	font-size: 12px;
	color: #777;
}

#content
{
	float:left;
	width: 284px;
        padding-top: 18px;
	text-align: center;
	font-size: 11px;
}

#content_2
{
	padding: 26px 40px;
	text-align: left;
        margin-left: 286px;
        border-left: 1px solid #ccc;
        background-color: #fff3cf;
}
#content_3
{
	clear: both;
	width: 980px;
	height: 510px;
	border-top: 10px solid #fff;
}

#content_3 p
{
        margin-top: 0px;
}

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