* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 40px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}
h1, h2, h3 {
	color: #AA2808;
}
p, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color: #323B51;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
#wrapper {
}
#header {
	width: 980px;
	height: 91px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 628px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 30px;
	background: url(images/img01.jpg) no-repeat left top;
}
#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 50px Georgia, "Times New Roman", Times, serif;
}
#logo h2 {
	margin: -1px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	font-weight: bold;
	color: #444444;
}
#logo a {
	text-decoration: none;
	color: #444444;
}
#menu {
	float: right;
	width: 322px;
	height: 91px;
	background: url(images/img02.jpg) no-repeat left top;
}
#menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #110404;
}
#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #110404;
}
#menu .active {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #110404;
	background: #FFFFFF;
}
#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
}
#content {
	float: center;
	width: 980px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
#thumb a img {
	border: 1px solid #202020; }
#thumb a img:hover {
	border: 1px solid #fff; }