﻿#body
{
	margin-top: 9px;
	background:#9d9d9d url('../images/layout/background.jpg') repeat-x top left;
}

#shell
{
	margin:auto;
	width: 893px;
	border-left: 2px solid #444949;
	border-right: 2px solid #444949;
	border-bottom: 2px solid #444949;
}


#nav
{
	background: #e9e9e9 url('../images/layout/navbkgrd.jpg') repeat-x top left;
	height: 27px;
}

a:active.navtop
{
    color: white;
    font-size:110%;
    font-weight:bold;
    text-decoration:none;
}

a:link.navtop
{
    color: white;
    font-size:110%;
    font-weight:bold;
    text-decoration:none;
}

a:visited.navtop
{
    color: white;
    font-size:110%;
    font-weight:bold;
    text-decoration:none;
}

a:hover.navtop 
{
    color: white;
    font-size:110%;
    font-weight:bold;
    text-decoration:underline;
}

#container 
{
    margin: auto;
    background: #e9e9e9 url('../images/layout/bodybkgrd.jpg') repeat-x top left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    line-height:1.4em;
}

#contentBody 
{
    padding: 0px;
	margin: auto; 
    text-align:left;
    vertical-align:top;
}

.footer
{
	height: 70px;
	/*background-image: url('../images/layout/footer.jpg');*/
	border-top:1px solid maroon;
	text-align:center;
	background-color:#e9e9e9;
}
