body {
   margin-top: 0;
	background: #eee;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
   font-size: .74em;
}

a {
	color: #B22037;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
   margin: 0 auto;
   width: 800px;
	height: 120px;
	background: #B22037 url('img/header.jpg');
	background-repeat: no-repeat;

}

#header h1 {   padding-left: 30px; padding-top: 22px; font-size: 1.2em; color: #FFF; }
#header h1 a { font-size: 1.4em; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 30px; padding-top: 0px; font-size: 1em; color: #FBC78C;}
#header h3 { padding-left: 30px; padding-top: 5px; font-size: .9em; color: #F1E650;}

#wrap {
    margin: 0 auto;
    width: 800px;
	background: #eee url('img/midwrap.jpg');
	background-repeat: repeat-y;
}

#topwrap {
background: #eee url('img/topwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#botwrap {
background: #eee url('img/botwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#content {
padding: 0 30px 0 30px;
}

#right {
	float: left;
	width: 520px;
	margin: 0 10px;
	font-size: 1em;
	color: #222;
	
}

#right p {text-align: justify}

#left {
	float: left;
	width: 170px;
	margin: 0 5px 0 5px;
	font-size: 8pt;
}

#left ul {
	padding: 0;
	margin:0;
}

#left li {
	margin-bottom:5px;
	list-style-type: none;
	color: #B22037;
}

#left li a {background: #AE1C33; color: #fff; display: block; padding: 5px}
#left li a:hover  {background-color: #EECE6C; color: #000}
#left li a.sub{ background: #9DB872; color: #000; display: block; padding: 5px}
#left li a.sub:hover  {background-color: #657C3F; color: #fff}


h2 { color: #B22037; font-size: 14px; margin-bottom: 10px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
}

img { border: none;}
