
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #7A0026 url(images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #666666;
}

h1, h2, h3, .hdrei {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3, .hdrei {
	font-weight: bold;
}

ul {
	margin-left: 3em;
}

ul li {
	line-height:1.6;
	list-style-type:decimal;
}

p {
	line-height:1.6;
	margin-bottom:10px;
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #330010;
}

#header {
	height: 300px;
	background: url(images/img02.jpg);
}

.img {
	float:left;
	padding:0 10px 0 0;
}

#content {
	padding:20px;
}

#content  a{
	color:#7A0026;
	font-weight: bold;
}

#menu {
	height: 50px;
	background: #330010;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}
