@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	padding: 10px;
	}
	
#container {
	width: 800px;
	height: auto;
	margin: auto;
}
#ourstorycontainer {
	width: 800px;
	height: auto;
	margin: auto;
}
#banner {
	background: url(images/logo.jpg) no-repeat;
	width: 800px;
	height: 100px;
}
#links {
	margin-top: 10px;
	width: 800px;
	height: 30px;
}
#navcontainer
{
margin: 0;
padding: 0;
height: 30px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin-top: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 133px;
height: 30px;
padding: 0;
margin: 0;
color: #777676;
text-decoration: none;
display: block;
text-align: center;
font: 14px Verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #9e3b0e;
background: #fff;
}

#navcontainer a:active
{
background: #fff;
color: #9e3b0e;
}

#navcontainer li#active a
{
background: #fff;
color: #9e3b0e;
}
#sublinks {
	width: 800px;
	height: 30px;
	border-bottom: solid 2px #ffffff;
}

#navlinks
{
margin-left: 30px;
margin-top: 10px;
padding: 0;
height: 30px;
}

#navlinks ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navlinks ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin-top: 0;
}

#navlinks ul li a
{
background: #fff;
width: 100px;
height: 20px;
padding: 0;
margin: 0;
color: #9e3b0e;
text-decoration: none;
display: block;
text-align: center;
font: 12px Verdana, lucida, sans-serif;
}

#navlinks ul li a:hover
{
color: #9e3b0e;
background: #fff;
font-weight: bold;
}

#navlinks a:active
{
background: #fff;
color: #9e3b0e;
font-weight: bold;
}

#navlinks li#active a
{
background: #fff;
color: #9e3b0e;
font-weight: bold;
}


#title {
	width: 780px;
	height: 30px;
	color: #9e3b0e;
	font: 1.3em Verdana, Century Gothic, sans-serif;
	text-align: right;
	padding-right: 20px;
	}
#content {
	width: 800px;
	height: auto;	
}
#form1 {
	width: 800px;
	height: auto;	
}
#contentnews {
	width: 800px;
	height: 400px;	
}

#newsright {
	float: right;
	display: inline;
	position: relative;
	width: 300;
	height: auto;
	}
#newsleft {
	float: left;
	display: inline;
	position: relative;
	width: 480px;
	height: 20px;
	background-color: #E0E0E0;
	padding-left: 10px;
	margin-bottom: 10px;
	font: 1em Verdana, Helvetica, sans-serif;
	color: #000000;
	}
#newscontent {
	float: left;
	display: inline;
	position: relative;
	width: 480px;
	height: auto;
	background-color: #fff;
	padding-left: 10px;
	margin-bottom: 10px;
	font: .8em Verdana, Helvetica, sans-serif;
	color: #777676;
	}
#newscontent a:link, 
#newscontent a:visited {   
	color:#777676; 
	text-decoration:none;
	font-weight: bold;
	} 
#newscontent a:hover { 
	color:#9e3b0e; 
	text-decoration:none; 
	font-weight: bold;
	}
#bottom {
	width: 800px;
	height: 85px;
}
p {
	font: .8em Verdana, Helvetica, sans-serif;
	color: #777676;
}
p a:link, 
p a:visited {   
	color:#777676; 
	text-decoration:none;
	font-weight: bold;
	} 
p a:hover { 
	color:#9e3b0e; 
	text-decoration:none; 
	font-weight: bold;
	}

h1 {
	font: 1.8em Helvetica, Century Gothic, sans-serif;
	color: #3e2021;
}
h3 {
	font: 1.2em Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
h4 {
	font: .9em Verdana, Helvetica, sans-serif;
	color: #777676;
	text-align: center;
}
h4 a:link, 
h4 a:visited {   
	color:#777676;
	text-decoration:none; 
	} 
h4 a:hover { 
	color:#78ECAC; 
	text-decoration:none; 
	}
h5 {
	font: .7em Century Gothic, Helvetica, sans-serif;
	color: #9e3b0e;
	margin-bottom: -10px;
	}
h5 a:link, 
h5 a:visited {   
	color:#9e3b0e; 
	text-decoration:none; 
	} 
h5 a:hover { 
	color:#78ecac; 
	text-decoration:none; 
	}
h6 {
	font: 1.2em Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin-bottom: -2px;
}
table {
	font: .7em Verdana, Helvetica, sans-serif;
	color: #777676;
	text-align: left;
}
table a img, table a:link img, table a:visited img {
	text-decoration: none;
	border:none;
}
table a:hover img {
	text-decoration: none;
	}