body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #203773;
	background-image: url('/img/back.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#footer { color: inherit;
	  margin-top: 20px;
	  font-size: 10px;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
	  width: 500px;
}

#error {
	width: 770px;
	border: solid black 1px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	background: red;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

#footer a {
	color: white;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 304px;
	background: url('/img/header_back.png');
}

#logo {
	float: left;
	margin: 40px;
	width: 434px;
	border: none;
}

#title {
	height: 243px;
	width: 980px;
	margin: 0px auto;
	text-align: right;
	color: black;
}

#title div {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100px;
	float: right;
	font-size: 40px;
	position: relative;
	top: 90px;
	left: 0px;
	color: #E02121;
	font-weight: bold;
	font-style: italic;
	}

#nav1 {
	display: block;
	padding: 0px;
	list-style: none;
	width: 980px;
	margin: 0px auto;
	clear: both;
}

#nav1 li {
	display: block;
	float: left;
	position: relative;
	top: -7px;
	height: 34px;
	width: 180px;
	margin: 0px 72px;
	text-align: center;
	font-size: 16px;
	color: #7A7A7A;
}

#nav1 li a {
	display: block;
	color: #7A7A7A;
	font-weight: 900;
	width: 180px;
	padding-top: 12px;
	height: 22px;
	text-decoration: none;
}


#nav1 li:hover {
	color: white !important;
	background: url('/img/nav1_back.png');
}

#nav1 a:hover {
	color: white !important;
}

#nav2 {
	display: block;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 980px;
	clear: both;
}

#nav2 li {
	display: block;
	float: left;
	margin: 2px 38px;
	width: 120px;
	height: 25px;
	color: #B2B8C8;
	text-align: center;
}

#nav2 li a {
	display: block;
	width: 120px;
	height: 19px;
	padding-top: 6px;
	color: inherit;
	text-decoration: none;
}

#nav2 li a:hover {
	background: #394B7B;
}

#content {
	color: black;
	width: 740px;
	padding: 20px;
	margin: 10px auto;
	border: solid white 1px;
	background-color: #CCC;
	font-size: 16px;
}


#content a {
	text-decoration: none;
	color: blue;
}

#content a img {
	border: none;
}