html{

}
body{
	background-color: white;
	font-family: Tahoma;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width:774px;
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 35px;
	width:774px;
	padding-top:126px;
	margin-bottom: 10px;
}

#header #menu div{
	background-color: #c9dc7f;
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	float:left;
	color: black;
	height:34px;
	border-right: 1px dashed black;
	padding: 0px 6px 0px 6px;
}
#header div a{
	color: black;
	text-decoration: none;
}
#menu {
	float: right;
}
#left{
	width: 209px;
	float: left;
}

#center{
	width: 405px;
	float: left;
}

#right{
	width: 160px;
	float: left;
}
#footer{
	background-color: black;
	color: white;
	font-size: 8pt;
	text-align: center;
}
