* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	padding:0px;
	margin:0px;
}
#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:970px;
	height:515px;
	margin-top: -257px; /*set to a negative number 1/2 of your height*/
	margin-left: -485px; /*set to a negative number 1/2 of your width*/
	background-color: #FFF;
    text-align: left;
}
p, h1 {
	margin: 0px; 
	padding: 0px; 
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #90897a;
}
a { 
	color: #ff66cc;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none; 
}
img {
	border: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 25px;
	margin: 0 auto;
}

#nav {
	width: 50px;
	height: 25px;
	margin: 0 auto;
	position: absolute; 
	left: 20px; 
	top: 210px;
}

#menu ul, #nav ul {
	margin-top: 0px;
	margin-left: -5px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li, #nav li {
	display: inline;
	text-align: left;
}

#menu a {
	margin: 0px;
	display: block;
	width: 192px;
	float: left;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background-color: #003867;
	color: #ffffff;
}

#nav a {
	margin: 0px;
	display: block;
	width: 120px;
	float: left;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #dddddd;
}

#menu a:hover, #menu .active a{
	background-color: #ffe144;
	color: #000000;
}

#nav a:hover, #nav .active a {
	background-color: #ffffff;
	color: #003867;
}

#content {
	width: 970px;
	height: 490px;
	margin-top: -3px;
}

