﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-style: normal;
	background-color: #FFCEBD;
	font-size: 12px;
}

#masthead {
	height: 220px;
	background-image:url('images/header_bg.png')
}

#nav {
width:100%;
background:url(images/nav.gif) repeat-x top;
height:40px;

}
#nav ul{
width:95%;
padding-left:5%;
margin:0;
list-style:none;
}
#nav ul li{
float:left;
list-style-type: none;
height:40px;
display:block;
padding: 0;
text-align:center;
margin: 0;
}
#nav ul li a:link, #nav ul li a:visited{
	height: 20px;
	width: 110px;
	display: block;
	color: #FFCEBD;
	padding-top: 10px;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/navitem.gif) repeat-x top;
}
#nav ul li a:hover{
	height: 20px;
	width: 110px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background: url(images/nav_hover.gif) repeat-x top;
}


#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
	min-height:250px;
}

#footer {
	clear: both;
	height:150px;
	background-image:url('images/footer_bg.png');
}
