ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0px none;
}
a, a:link, a:visited, a:hover{
	color:#000000;
	text-decoration:none;
}
a:focus, a:hover{
	filter:Glow(color=#663300,strength=2);
	text-decoration: underline;
}
a img{
	border:0px none;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:url('../images/brownbg2.jpg') repeat;
	color:#000;
	font:62.5% Arial,sans-serif;
}

#container{
	width: 800px;
	float: left;
	background: url('../images/container_bg.jpg') repeat-y;
}

#header{
	width: 800px;
	height: 232px;
	background: url('../images/header_bg.jpg') no-repeat;
}

#logo{
	display: inline-block;
	width: 200px;
	height: 164px;
	float: left;
	text-indent: -99999px;
	background: url('../images/logo.jpg') no-repeat;; margin-left:104px; margin-right:0px; margin-top:11px; margin-bottom:42px
}

#navigation{
	width: 683px;
	float: left;
	clear: left;
	padding: 0px 0px 0px 117px;
}

#navigation ul{
	width: 683px;
}

#navigation ul li{
	font-family: Times New Roman;
	float: left;
	margin: 0px 23px 0px 0px;
}

#navigation ul li a{
	color: #131303;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content_container{
	width: 722px;
	float: left;
	padding: 0px 0px 0px 78px;
}

#content{
	width: 604px;
	float: left;
	background: url('../images/content_bg.jpg') repeat-y;; padding-left:25px; padding-right:15px; padding-top:26px; padding-bottom:0px
}

#content h1{
	font-size: 22px;
	color: #000;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}

#content p{
	width: 604px;
	font-size: 14px;
	clear: both;
	float: left;
	margin: 0px 0px 13px 0px;
	text-align: justify;
}

#content h3{
	font-size: 14px;
	clear: both;
	float: left;
	font-weight: normal;
	margin: 0px 15px 0px 20px;
	text-align: justify;
}

#footer{
	width: 604px;
	clear: both;
}

#footer p{
	color: #0c0b0a;
	font-size: 9px;
	margin: 20px 0px 5px 0px;
}	

#bottom{
	width: 800px;
	height: 22px;
	clear: both;
	background: url('../images/footer.jpg') no-repeat;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 800px;
	margin:0 auto;
}
