@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#0b0803;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

a{
	color: #F9F9F9;
	text-decoration: none;
 }

a:hover {
	color: #ee3224;;
	text-decoration:none;
	font-weight:bold;
	}

#wrapper {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}
	
#top {
	background:url(images/layout_01.gif) top left no-repeat;
	height: 121px;
	}
	
#middle {
	background:url(images/layout_02.gif) top left no-repeat;
	height:32px;
	padding-left: 250px;
	}
#lower {
	min-height:447px;
	height: auto !important;
	height: 447px;
	background:url(images/layout_03.gif) top left no-repeat;
	padding-left: 250px;
	}



#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;

	float: left;
	padding-left: 2px;
	padding-top: 10px;
	
	}
#topnav ul li {
	float: left;

	}
#topnav li a {
	display: block;
	padding: 0 15px;

	line-height: 22px;
	text-decoration: none;
	color: #fff;
	float: left;
	font-size: 60%;
	font-weight: bold;
	}
	
#topnav ul a:hover {
	color: #ee3224;;
	background: #2C2A25;
	}
#topnav #current a{
	color: #ffffff;
	font-weight: bold;
    }
#topnav #current{
    background:#2C2A25;
    }
	
	
#content{
	background:url(images/bg.gif);
	padding:10px;
	font-size:65%;
	color:white;
	margin-right:28px;
	text-align:justify;
	/*background-color:#FDEAAA;*/
	}

#footer{
	background:url(images/bg.gif);
	padding:10px;
	font-size:55%;
	color:white;
	margin-right:28px;
	margin-top: 10px;
	text-align:center;
	color:#EBEBEB;
	/*background-color:#FDEAAA;*/
	}