@charset "UTF-8";
/* CSS Document */

body {
	background-color: #642F0F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C3354;
	font-size: 14px;
}
p {
	width: 680px;
	padding-left: 40px;
}
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
	height: 165px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#page {
	width: 100%;
	float: left;
}
.content {
	background-color: #FFFFFF;
	width: 776px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#nav {
	display: block;
	width: 100%;
	padding-top: 0px;
	margin: 0px;
}
#nav ul {
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 776px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #0A192F;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	text-decoration: blink;
	font-size: 12px;
	font-weight: normal;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	position: absolute;
	left: 211px;
	top: 14px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 30px;
 text-align:center
}
#menu ul {
 display:inline-block;
	list-style-type: none;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003;
	height: 30px;
	margin-top: 0px;
	padding: 0px;
 text-align:center;
}
#menu ul li {
	display:inline-block;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 6px;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 6px;
}

