@charset "utf-8";
/* CSS Document */

body {
	background-color:#f9f7f7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding-bottom:20px;
		
	}
#header {
	height: 80px;
	background: #ffffff url(images/header.jpg);
}

#menu {
	color: #FFF;
	height: 30px;
	background-color: #000000;
}

.indentmenu{
font: 13px Arial;
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border-width: 1px 0;
background-color: #000;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #FFF; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FFF;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #000;

background-color:#FFF;
}

#content {
	margin: 20px;
}

