body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
}

#container {
	width:665px;
	border: 1px solid;
	margin:30px auto;
	margin-bottom:0px;
	position:relative;
}

#logo {
	width:226px;
	height:90px;
	background: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#menu {
	width:198px;
	float:left;
	margin-top:110px;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	
}

#menu li {
	
}
#menu li a{
	text-decoration:none;
	padding:6px 5px 6px 70px;
	display:block;
	border-bottom:2px #fff solid;
}

#menu li a:hover, #menu li#current a{
	color:#fff!important;
	background:bottom no-repeat;
	
}

#header {
	position:absolute;
	top:0px;
	left:248px;
	width:395px;
}

#content {
	float:left;
	margin: 105px 0px 0px 50px;
	width:395px;
}

#contact {
	clear:both;
	padding: 40px 22px 10px 70px;
	margin-top:20px;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#banner {
	width:665px;
	height:90px;
	clear:both;
	margin:30px auto;
	border: 1px solid;
}

img.wrapright {
	float:right;
	margin:0px 0px 10px 10px;
}
img.wrapleft {
	float:left;
	margin:0px 10px 10px 0px;
}
img a {
	border:none;
}