body {
	font-family: verdana, arial;
	font-size: 80%;
	color: #333333;
}

#container {
	width: 800px;
	margin: auto;
	background: white;
}

#header {
	clear: both;
	background: url('/images/header.jpg') top left no-repeat;
	height: 200px;
	color: white;
}

#main {
	clear: both;
	border-left: 1px solid #9c0605;
	border-right: 1px solid #9c0605;
	padding: 0px 2px;
}

#content {
	width: 474px;
	float: left;
	padding: 10px;
}

#left {
	width: 150px;
	float: left;
}

#left ul {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

#left ul li {
	margin: 2px 0px;
}

#left ul li a {
	display: block;
	background: #9c0605;
	padding: 5px;
	color: white;
	text-decoration: none;
	border: 1px solid white;
	font-weight: bold;
}

#left ul li ul li a {
	background: white;
	padding: 2px;
	border: none;
	color: #9c0605;
	padding-left: 15px;
}


#right {
	width: 150px;
	float: left;
}


#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	background: url('/images/footer.jpg') top left no-repeat;
	height: 50px;
	padding-top: 1px;
	color: white;
}
#footer p {
	margin: 5px;
}

h1 {
	font-size: 240%;
	padding: 25px 0px 0px 25px;
	margin: 0px;
}
h2 {
	font-size: 120%;
	color: #9c0605;
}



.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}


#login_fm {
	background: #e4e4e4;
	margin:0px;
	padding:10px 2px;
}

#login_fm p {
	margin:0px;
	color:#9c0605;
	font-weight:bold;
	font-size:110%;
	padding:5px;
}

