* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #857D7B;
	}
	
	
#wrap {
	margin: 0 auto;
	width: 900px;
	background-image: url(../../images/bg_header.jpg);
	background-repeat: repeat-x;

}
a:link, a:visited {
	color: #633;
}
a:hover {
	color: #966;
}
h1 {
	margin-bottom: 11px;
	margin-left: -108px;
	padding: 15px 0 21px 108px;
	border-bottom: 1px solid #ccc;
	font: normal italic 1.5em/18px Georgia, serif;
	color: #633;
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-left: -204px;
	padding: 10px 0 20px 204px;
	background: url(../../article resources/h2_ornament.gif) 3px 0 no-repeat;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #999;
}
h3 {
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #633;
}
#page {
	margin: 0;
	width: 900px;
	text-align: left;
}
#header {
	padding: 15px 0px 10px 70px;
}


#header ul {
	padding-top: 25px;
	list-style: none;
	color: #FFFFFF;
	padding-left: 100px;
}
#header li {
	display: inline;
	margin: 0px;
	color: #FFFFFF;
}
#header li a {
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	margin: 0px 20px;
	font-size: 12px;
}

#header ul.sub {
	padding-left:125px;
	
}

#header ul.sub li {
	margin: 0px -5px;
	
}



#header li a.odd {
	text-decoration: underline;
	color: #DCC701;
	background: url(images/bull.gif) no-repeat center 1px;
	padding: 15px 0 0 0;
}
 
#header li a:hover  {
        color: #DCC701;
        text-decoration:underline;
        background: url(images/bull.gif) no-repeat center 1px;
		padding: 15px 0 0 0;

}



#footer {
	clear: left;
	height: 70px;
	font-size: 11px;
	line-height: 1em;
	color: #CCCCCC;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #ccc;
}	
#footer a:hover {
	text-decoration:underline;
}		
#footer p {
	padding: 12px 24px 0 30px;
}
.clear {
	clear: both;
}
