
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color: #812018;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #B2141C;
	font-size: 1.7em;
}

h2 {
	color: #B2141C;
	font-size: 1.5em;
}

h3 {
	color: #B2141C;
	font-size: 1.3em;
}

a {
	color: #fff000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}


.left {
	float: left;
}

.right {
	float: right;
}

.txtcenter {
	text-align: center;
}

.txtright {
	text-align: right;
}

.txtleft {
	text-align: left;
}

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0;
}

.nP {
	padding: 0;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
}

/*---------- Main Structure ----------*/
#wrapper {
	margin:0 auto;
	width: 900px;
	background: url(../images/bg_header.jpg) top center no-repeat;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	overflow: hidden;
	height: 315px;
}

#content {
	clear: both;
	float: left;
	width: 690px;
	padding: 30px;
	background: #fff;
	text-align:justify;
}

#footer {
	clear: both;
	float: left;
	width: 730px;
	background: url(../images/bg_footer.gif) top no-repeat;
	font-size: 0.9em;
	color: #999;
	padding:  20px 10px 15px;
	text-align: center;
}


#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 260px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: right;
	list-style: none;
	padding: 0 15px 0 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	background-image: url(../images/nav.gif);
	height: 40px;
}

#header ul li a span {
	display: none;
}

#header ul li.nav1 a {
	width: 82px;
	background-position: top left;
}

#header ul li.nav1 a:hover, #header ul li.nav1 a.active {
	background-position: bottom left;
}

#header ul li.nav2 a {
	width: 162px;
	background-position: 329px 0;
}

#header ul li.nav2 a:hover, #header ul li.nav2 a.active {
	background-position: 329px 40px;
}

#header ul li.nav3 a {
	width: 167px;
	background-position: top right;
}

#header ul li.nav3 a:hover, #header ul li.nav3 a.active {
	background-position: bottom right;
}
#footer p {
	margin-bottom: 0
}

