body{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;margin-top:0px;}
hr{color:#022031;width:100%;height:1px;align:middle;}
h1{font-size:15px;color:green;}
h2{font-size:13px;color:#4A627A;}
h3{font-size:12px;}
#errors{color:red;}

#header, #menu, #footer {
	border: 1px solid #022031;
    border-width: 0 1px;
	margin: 0 auto;
	width:800px;
}

#header{
	background: #022031 url(./img/header.jpg);
	height:85px;
}

#menu A {
	color:#fff;
	text-decoration: none;
}

#menu A:hover {
	color: #fff;
	text-decoration: underline;
}

#menu {
	color:#fff;
	background-color: #022031;
	text-align: center;
	padding: 5px 0;
}
#menu ul, #menu li {
	display: inline;
	padding:0;
}

#menu ul li:after {
	content: "\2022";
}

#content {
	margin: 0 auto;
	color: #022031;
	width: 820px;
}

#adv{
	display: none;

	margin: 0 auto;
	background: #022031;
	color: #fff;
	width: 180px;
	height: auto;
	float: left;
	text-align: center;
}

#footer A {
	color:#fff;
	text-decoration: none;
}

#footer A:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
	font-size: 9px;
	color:#fff;
	background-color: #022031;
	text-align: center;
	padding: 5px 0;
}

















