css
		

html {width: 995px;
		height: auto;
		Border: 3px none red;
		margin: 5px;
		}
		
  body {font-size: 18px "Lucida Grande", Tahoma, sans-serif;
  		background-color: black;
       color: white;
       width: 78%;
       height: auto;
       min-width: 990px;
       border: 2px none lime;
       margin: 0px 10% 0px 10%;  
  }
  #nav {
       margin: 0px 0px 0px 0px;
       border: 2px none blue;
       padding: 0px;
       background: #6f6146;
       list-style-type: none;
       width: 100%;
       float: left;
  }
#nav li {
       margin: 0px;
       padding: 0px 0px;
       float: left;
  }
#nav a {
       float: left;
       width: 135px;
       text-align: center;
       color: #fff;
       text-decoration: none;
       padding: 0px 3px;
       line-height: 2;
       border-right: 1px solid #fff;
  }
#nav a:hover { background: #4f4532; }
	
#header {
	position: static;
	background-color: #004b18;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 110px;
	border: 3px none blue;
}

#mainpic {
	float: right;
	margin-right: 1%;
	margin-top: 5px;
	width: 442px;
	padding: 0px 0px 10px 0px;
	border: 3px none yellow;
}

p.right {
	text-align: center;
	border: thin none red;
	padding: 0px 0px 0px 50px;
	margin: 10px 0 0 0;
}
p.left {
	width: auto;
	height: auto:
	font-size: 2.0em;
	text-align: center;
	text-indent: 0em;
	line-height: 1.2em;
	margin: 2px 10px 0px 0px;
	padding: 0px 5px 10px 5px;
	border: 5px none #4f4532;
	overflow: auto;
	background-color: black;
}
#midtext {
	width: 52%;
	height: auto;
	padding: 0px 10px 5px 10px; 
	border: 5px none white;
}	
p.features {font-size: 1.3em;
	line-height: 1.3em;
	height: auto;
	padding: 0px 10px 5px 10px;
}
p.features a:link { color: #FFFF00; }
p.features a:visited { color: #DEB887; }
p.features a:hover {color: #fff; background-color: blue;}


p.left a:link { color: #FFFF00; }
p.left a:visited { color: #DEB887; }
p.left a:hover {color: #fff; background-color: blue;}

p.center a:link { color: #FFFF00; }
p.center a:visited { color: #DEB887; }
p.center a:hover {color: #fff; background-color: blue;}

a:active { font-style: italic; }







p.com {
	font-size:1.5em;
	text-align: left;
	text-indent: 0;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 25px 20px 20px 20px;
	border: 5px none #4f4532;
	overflow: auto;
	background-color: black;
	min-width: 95%;
}	
p.com a:link { color: yellow; }
p.com a:visited { color: #DEB887; }
p.com a:hover {
	color: blue;
	background: yellow;
}

h1 {
	font-size: 3.5em;
	color: #00a8ec;
	background-color: green;
	text-align: center;
	border: 2px none blue;
	font-style: italic;
	line-height: 140%;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	color: white;
	text-align: left;
	margin: 0 0 0 20px;
	
	
}


.emph-i { font-style: italic; }
.emph-b { font-weight: bold;}
.emph-f {font-size: .5em;
		font-style: italic;}



img {
	color: #fff;
	border-color: green;
	border-width: 5px;
	border-style: ridge;
}
.pics {width: 920px;
		height: auto;
		border: 2px none yellow;
		margin: 2px auto 2px auto;
		padding: 0 2px 0 10px; 
}



.center { text-align: center;
		width: 480px;
		height: 30px;
		border: 2px none yellow;
 }


