body{
	background-color:#ebebeb;
	margin:0px;
	font-size:10px;
	font-family:Verdana;
}
div#container {
width: 854px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image:url(images/content_bg.jpg);
background-repeat:repeat-y;
}
div#banner {
width:854px;
height:200px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}
div#content {
margin-left:35px;
margin-right:35px;
margin-top:10px;
}
div#footer {
width:854px;
height:20px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}

h1{
	color:#ef4035;
	font-size:13px;
	margin-bottom:7px;
	margin-top:0px;
}
h2{
	color:#ef4035;
	font-size:12px;
	margin-bottom:6px;
	margin-top:0px;
}
h3{
	color:#ef4035;
	font-size:11px;
	margin-bottom:5px;
	margin-top:0px;
}

p{
	margin-bottom:3px;
	margin-top:3px;
}


a:link{
	color:#ef4035;
	text-decoration:none;
}
a:hover{
	color:#009390;
	text-decoration:underline;
}
a:visited{
	color:#ef4035;
	text-decoration:none;
}

div.menu a:link{
	color:#ef4035;
	font-size:12px;
	text-decoration:none;
}

div.menu a:hover{
	color:#009390;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
div.menu a:visited{
	color:#ef4035;
	font-size:12px;
	text-decoration:none;
}

.menu_item
{
	padding-top:2px;
	padding-bottom:2px;
}