body {
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:				11pt;
	color:					#000066;
}

#container {
	width:					800px;
	margin:					0 auto;
	padding:				0;
}

#content {
	padding:				5px 20px;
	border:					1px #000066 solid;
}

#footer {
	background:				url(../images/footerBg.jpg) repeat-x;
	height:					20px;
}

#header {
	height:					160px;
	text-align:				center;
}

#header h1 {
	margin:					0;
	padding:				0;
	line-height:			160px;
}

#header img {
	float:					left;
}

#nav {
    width:					800px;
    height:					28px;
    position:				relative;
    z-index:				10;
	background:				url(../images/navBg.jpg);
}

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

#nav li {
    float:					left;
    position:				relative;
}

#nav button {
    display:				block;
    text-decoration:		none;
    color:					#fff;
	width:					140px;
    height:					28px;
	border:					none;
    border-right:			1px solid #fff;
    padding:				0px 5px;
    line-height:			28px;
	background:				none;
	font-weight:			bold;
}

#nav ul ul {
    visibility:				hidden;
    position:				absolute;
    height:					0;
    top:					28px;
    left:					0;
}

#nav ul ul button {
    background:				#000066;
    height:					auto;
    line-height:			21px;
    padding:				0px 5px;
	font-size:				75%;
	color:					white;
	width:					225px;
	border:					none;
	text-align:				left;
}

#nav button:hover {
    background:				#000066;
}

#nav ul ul button:hover {
    background:				#2c4e98;
}

#nav ul li:hover ul, #nav ul a:hover ul {
    visibility:				visible;
}
