@charset "utf-8";

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit;  
	font-size: 100%;  
	border: none;  
	padding: 0;  
	margin: 0;  
	}  
	
body {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	}  

	
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
	margin: 20px 0;  
	}  
li, dd, blockquote {  
	margin-left: 40px;  
	}  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}



body {
	background-color: #145501;
	color: #000;
}


#container {
	background-color: #7597BA;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}

#header {
	background-color: #0CF;
	height: 388px;
	background-image: url(images/kavarnabayheader.jpg);
}

#header h1 {
	font-size: 120px;
	text-align: left;
	text-indent: -999999px;
}

#header h2 {
	padding-top: 10px;
	font-size: 24px;
	text-align: left;
	text-indent: -999999px;
}


#text {
	float: left;
	width: 500px;
}




#text h1 {
	font-size: 150%;

}

#text h2 {
	font-size: 130%;
		font-weight: normal;
}



#main_content #photos {
	float: right;
	width: 400px;
}

#main_content #photos p{
margin: 0;
padding-top: 0;
padding-bottom: 10px;
}

#main_content p {
	padding-top: 20px;
	padding-bottom: 10px;
}




#main_content {
	width: 940px;
	float: left;
	padding: 10px;
	background-color: #FF6;
}

#main_content li {
	margin-left: 30px;
	padding-bottom: 5px;
}
#main_content ul {
	padding-top: 20px;
	padding-bottom: 10px;
}
#nav ul {
	display: block;
	margin: 0px;
	padding: 20px;
}
#nav .selected {
	color: #000;
}

#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	text-decoration: none;
}


#nav li {
	display: inline;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	font-size: 130%;
}

#form1 {

}


#form1 input {

float:right;
margin-right:20px;
width:250px;
padding: 10px;
}


#form1 p {
	float:right;
	width:470px;
	font-size: 110%;
	font-weight: bold;
}

#form1 textarea {
float:right;
margin-right:20px;
width:250px;
padding: 10px;
}

