/* CSS Document */

body {
	font: "Times New Roman";
	color: #999999;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #999999;
}

hr 
{
	width: 70%;
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: 0;
}

a img 
{
	border: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 152px;
	background-image: url(../images/bg_header.jpg);
}

#header h2 {
	float: left;
	
	width: 790px;
	
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 10px !important;
	
	font-size: 42px;
	color: #019934;
	font-weight: normal;
	
	line-height: 32px;
}

#header h1 {
	float: left;
	
	width: 790px;
	
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 10px !important;
	
	font-size: 60px;
	font-weight: normal;
	
	color: #000000;
	
	line-height: 60px;
}

#header h1 span 
{
    float: left;
    
    width: 790px;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    font-size: 30px;
    
    line-height: 30px;
}

#topnav {
	background-image:url(../images/bg_nav.jpg);
	width: 800px;
	height: 28px;
}

#banner {
	margin: 0px;
	padding: 4px;
	
	width: 792px;
}

.heading {
	background-image:url(../images/bg_heading.jpg);
	height: 45px;
	width: 800px;
}

.heading h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	font-weight: normal;
	font-size: 25px;
	color: #393939;
}

#maincontent {
	width: 800px;
	background-image: url(../images/bg_content_middle.jpg);
	padding-bottom: 20px;
}

#maincontent h2 
{
	font-size: 18px;
	color: #555555;
}

#bottomcontent {
	margin: -130px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 800px;
	height: 249px; /* 289 */
	background-image: url(../images/bg_content_bottom.gif);
	background-repeat:no-repeat;
	float: left;
}

#bottomcontent .credit {
	color: #999999;
	font-size: 12px;
	text-align: right;
	margin: 140px 10px 0px 0px;
}

#bottomcontent .credit a {
	text-decoration: none;
}

#bottomcontent img
{
    float: left;
    
    display: inline;
    
    margin: 140px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#leftcontent {
	width: 460px;
	padding: 5px 15px 0px 20px;
	color: #696969;
	float: left;
}

#leftcontent .strong {
	color: #393939;
}

#rightcontent {
	width: 280px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 8px;
	float: left;
}

#rightimages 
{
	width: 270px;
	text-align: center;
	padding: 15px 5px 5px 5px;
}

#rightimages img 
{
	margin: 0px 0px 10px 0px;	
}

#rightcontent #quote {
	width: 282px;
	height: 96px;
	background: url(../images/bg_quote.jpg) no-repeat;
}

#rightcontent #quote h1 {
	font-size: 28px;
	line-height: 28px;
	text-align: right;
	margin: 0px 40px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #9A9A9A;
	font-weight: normal;
}

#rightcontent #quote p {
	font-size: 13px;
	color: #000000;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

#topnav #topnavul {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	color: #000000;
	padding: 0px;
	width: 800px;
}

#topnav #topnavul li {
	padding-top: 5px;
	display: block;
	float: left;
}

#topnav #topnavul li a {
	text-decoration: none;
	color: #000000;
}

#topnav #topnavul #nav1 {
	height: 20px;
	width: 100px;
	text-align: center;
}

#topnav #topnavul #nav2 {
	height: 20px;
	width: 145px;
	text-align: center;
}

#topnav #topnavul #nav3 {
	height: 20px;
	width: 100px;
	text-align: center;
}

#topnav #topnavul #nav4 {
	height: 20px;
	width: 84px;
	text-align: center;
}

#topnav #topnavul #nav5 {
	height: 20px;
	width: 90px;
	text-align: center;
}

#gallery img 
{
	margin: 0px 15px 10px 0px;	
}