* {
    padding: 0;
    margin: 0;
} 

body {
	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('../images/header.jpg');
	background-repeat: no-repeat;
   
}

#header h1 { padding-left: 30px; padding-top: 22px; font-size: 1.4em; color: #FFF; }
#header h1 a { font-size: 1.4em; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 30px; padding-top: 0px; font-size: .8em; color: #FFF;}

#wrap {
    margin: 0 auto;
    width: 800px;
	background: #eee url('../images/midwrap.jpg');
	background-repeat: repeat-y;
}

#topwrap {
background: #eee url('../images/topwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}
.menu_top
{
width: 800px;
text-align: right;

}
#botwrap {
background: #eee url('../images/botwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#content {
padding: 0 30px 0 30px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

}

.right_col {
	float: left;
	width: 520px;
	margin: 0 10px;
	font-size: 1em;
	color: #222;
	
}

.left_col {
	float: left;
	width: 160px;
	margin: 0 10px 0 10px;
}

.left_col ul {
	padding: 0px 0px 15px 0px;
	margin:0;
}

.left_col li {
	margin-bottom:5px;
	list-style-type: none;
	color: #B22037;
	background: #AE1C33;
	padding: 5px;
	font-size: .9em;
}

.left_col li a{ color: #fff; }
.right_col 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;}

.left
{
	vertical-align: top;
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
img.left 
{
	float:left;
	margin-right:5px
}
img.right 
{
	float:right;
	margin-left:5px
}

