body {
	background-color:#000;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat-x;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.gif);
	width:717px;
	height:288px;
	position:relative;
	background-color: #E3E5DB;
	line-height: 100%;
}
#navbar{
	background-color:#990000;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#navbar li{
	display:inline;	
	float:left;
}

#navbar li ul {
	display: none;
	width: 15em;
	background-color: #990000;
	position:relative;
	top: 25px;
	
	}
	
#navbar li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	
	}
#navbar li:hover li {
	float:none;
	}
#navbar li:hover li a {
	background-color:#990000;
	display:block;
	border-top: 1px solid #fff;
	color: #FFF;
	
	}
	
#navbar li li a:hover {
	background-color:#600;
	
	}

#navbar li a{
	text-decoration:none;
	color:#FFFFFF;
	padding: 3px 15px 7px 15px;

}
	

#container #footer div a {
	color: #FFF;
}
#container #footer div a:hover {
	color: #06C;
}
#navbar a:hover{
	text-decoration:underline;
	color:#FFF;
	background:#600;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
}
.active {
	text-decoration:underline;
	color:#FFF;
	background:#600;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
	height:100%;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	text-outline: 3px 3px #F00;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#900;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
h3{
	color:#000000;
	font-size:12px;
	margin: 20px 0px 20px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left span {
	display: none;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#left ul li{
	margin: 15px 15px ;
}
#gallery {
	float:left;
	width:45%;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#photos a{
	margin-left: 0.3em;
	margin-right: .3em;
	padding: 0;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
	color: #000;
}
#right a{
	color:#900;
	text-decoration: none;
}
#right a:hover{
	color:#000;
}

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}
#footer a {
	color:#FFF;
	float: right;
	font-size: 10px;
}
#container #footer div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-decoration: underline;
	vertical-align: bottom;
	padding: 0.4em;
	float: right;
	height: 10px;
	width: 50px;
	position: relative;
	right: 5%;
}
.strong {
	font-weight: bold;
}

input, textarea {  
padding: 4px;  
border: solid 1px #E5E5E5;  
outline: 0;  
font: normal 12px/100% Verdana, Tahoma, sans-serif;  
width: 150px;  
background: #FFFFFF url('bg_form.png') left top repeat-x; 
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);  
}  
   
textarea {  
width: 190px;  
max-width: 190px;  
height: 80px;  
line-height: 130%;  
}     
input:hover, textarea:hover,  
input:focus, textarea:focus {  
border-color: #C9C9C9;   
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
}  



.form label {  
margin-left: 10px;  
color: #999999;  
}  

.submit input {  
width: auto;  
padding: 9px 15px;  
background: #900;  
border: 0;  
font-size: 14px;  
color: #FFFFFF;  
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;  
cursor: pointer;
 }  
