@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	background:#FFF;
	margin:0px;
	padding:0px;
	font-size:62.5%;
	line-height:1.4em;
}

h1{color:#323232; font-weight:bold; font-size:2.0em;}
h2{color:#323232; margin:-10px 0 0 0; font-size:1.3em;}
h3{font-size:1.2em;}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #222;
}
a:active {
	text-decoration: none;
	color: #000;
}

#nav a {padding:2px 80px 2px 2px;}

#container{
	width:960px;
	height:575px;
	margin:10px auto;
	/*border:1px solid #999;*/
}

#nav{
	width:210px;
	height:auto;
	margin: 10px 0 0 -15px;
	float:left;
}

#nav ul {
	list-style-type:none;
	margin:0 0 0 0;
	}
	
#nav li {
	margin: 5px 0;
	}
	
#homeImage {
	width:650px;
	height:430px;
	margin: 0 0 0 180px;
	}
	#caption{
		float:right;
		width:150px;
		margin:0 0 0 0;
		text-align:right;
	}
#images {
	width:600px;
	height:500px;
	margin: 0 0 0 200px;
	}
	
#footer {
	clear:both;
	width:960px;
	height:auto;
	margin:0 auto;
	font-size:1.0em;
}

/****************** About Page ***********************/

#about-content{
	width:640px;
	height:auto;
	margin: 10px 0 0 200px;
	font-size:1.1em;
	}
	
	#about-content p{margin: 0 0 10px 0;}
	
		#about-image{
		float:left;
		width:400px;
		padding: 0 10px 10px 0;
		}
		
		#about-image p{
			float:left;
			font-size:1.0em;
			margin:5px 0;
		}
/****************** Contact Page/Form ****************/

#contactContent {
	width:600px;
	height:500px;
	position:absolute;
	top:30px;
	margin: 0 0 0 200px;
	color:#323232;
	
}	
	#contactContent h2{ margin:0 0 10px 0;}

#contactForm{
	width:375px;
	height:auto;
	margin:15px 0 0 25px;
}
	#myForm{
		height:auto;
		}

#email, #name, #message{
	margin:15px 0 15px 0;
	border:none;
}

#emailinput{
	width:225px;
	margin: 5px 0;
	border:1px solid #5F5F5F;
}

#nameinput{
	width:225px;
	margin: 5px 0;
	border:1px solid #5F5F5F;
}

#commentinput {
	margin: 5px 0 0 0px;
	width: 225px;
	height:200px;
	border:1px solid #5F5F5F;
}

#submitinput{
	border:1px solid #5F5F5F;
	background:#FFF;
	font-size:1.0em;
	margin:-5px 0 0 0;
	height:15px;
	}
		
/*************** End Contact *********/

.indent{margin: 0 0 0 30px;}
.bold {font-weight: 600;}
.floatLeft{float:left;}
.floatRight{float:right;}
