@charset "UTF-8";
/* CSS Document */

body{
	background: #000066 repeat center top;
}
#wrapper{
	text-align:center
	width: 740px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: #000066 repeat;
}
#header{
	width: 790px;
	background-color: #000033;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 30px;
}
*html #header{
	margin-right:-40px;
}
#header p{
}
#header ul{
	height: 22px;
	background-color: #000033;
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 60px;
	padding-bottom: 5px;
}
#header ul li{
	display: inline;
	float: left;
}
.right-margin{
	margin-right: 24px;
}




#footer{
	clear: both;
	width: 790px;
	margin-right: 50px;
}
*html #footer{
}

