* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #004fae;
}
#wrapper { 
	margin: 0 auto;
	width: 1024px;
	border-top: 0px;
}
#header {
	width: 1022px;
	background-image: url(../images/header.jpg);
	height: 183px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0px 0px 0px 0px;
}
#banner {
position: relative;
left: 505px;
top: 85px;
width: 490px;

}
#navigation {
	width: 1022px;
	height: 64px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image:url(../images/button.gif);
	margin: 0px 0px 0px 0px;
}
#content { 
	width: 1004px;
	color: #333;
	background: #fff;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	min-height: 350px;
}

#content a{ 
	color: #000;
}
#footer { 
	width: 1024px;
	color: #000;
	height: 46px;
	background-image: url(../images/footer.png);
	margin: 0px 0px 0px 0px;
}

#footer p{ 
	vertical-align: bottom;
	text-align: center;
	color: #000;
}

#menu ul{
	list-style-type: none;
}

#menu li {
	display: inline;
	float: left;
	height: 64px;
}

#menu li a{
	font-family:"Verdana", Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 11px;
	padding-right: 11px;
	display: block;
	height: 64px;
}

#menu li a:hover{
	display: block;
	height: 30px;
	background-image: url(../images/button_overflow.gif);
}