body {background-color:#c0c0c0; font-family: arial}

#root {width:975px; position: center; margin-left:auto; margin-right:auto;}

#banner {width: 975px; height:150px; background-image:url(../images/banner.png); background-position:center; background-repeat:no-repeat}

#main {background-image:url(../images/main.png); height:570px}

#submenu{float:left; width: 150px; font-size:12px; text-align:left; background-color:#ec492e; color:white; padding-top:20px}

#content{float:left; background-color:white; width:805px; font-size:12px; padding-top:20px; padding-left:10px; padding-right:10px; position:center; margin-left:auto; margin-right:auto; overflow-y:scroll; height:550px}

#content * {margin-left:auto; margin-right:auto}


.clear-float
{
  float:none;
  clear:both;
}


#bottom  {clear:both; width: 975px; both:clear;text-align:center; font-size:15px;color:white; background-color:#ec492e;color:silver;height:50px; padding-top:10px;}



a:link{color:#ec492e}

a:hover{color:#ec492e}

a:visited{color:#ec492e}

a:active{color:#ec492e}



a.mainlevel:link, a.mainlevel:visited {
	color: #2C2C2C;
	background: none;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
	}

a.mainlevel:hover {
	color: #999999;
	width: 100%;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	}


a#active_menu {
	color: #820101;
	}
	
a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
}



