html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
       background-color: #999999;
       
}

h1,h2,h3,h4,h5 {
       color: #663333;
        font-family: sans-serif;
}
h1 {font-size: 1.5em}
h2 {font-size: 1.25em}
h3 {font-size: 1.1em}
p {
       font-family: cursive;
       color: #663333;
}
ul {
       color: #663333;
}
a:link, a:visited {
       color: #663333;
}
a:hover {
       color: #336666;
}
#header {
	background-color: #336666;
	position: absolute;
	height: 5px;
	top: 175px;
	width: 1024px;
	left: 0px;
}
#title {
       margin: 0px;
       border: 0px;
       padding: 0px;
       position: absolute;
       height: 175px;
       top: 0px;
       left: 180px;
       width: 620px;
       background-color: #999999;
}
#title h1 {
       font-family: cursive;
       color: #663333;
       font-size: 2.0em;
}
#title h2 {
       font-family: cursive;
       color: #663333;
       font-size: 1.5em;
}
#left {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	background-color: #336666;
	left: 175px;
	height: 1000px;
	width: 5px;
	top: 0px;
}
#leftnav {
       margin: 0px;
       padding: 0px;
       border: 0px;
       position: absolute;
       margin-left: 0px;
       margin-bottom: 0px;
       width: 175px;
       height: 820px;
       margin-top: 180px;
       background-color: #999999;
       text-align: center;
}

#leftnav a {
       text-decoration: none;
       font-family: cursive;
       font-size: 1.2em;
}

#subnav {
       width: 170px;
       
}
#subnav a {
       font-size: 1em;
}

#main {
	padding-left: 15px;
	width: 620px;
       height: 820px;
	margin-top: 180px;
	margin-bottom: 0px;
	margin-left: 180px;
	border: 0px;
	position: absolute;
       background-color: #999999;
}
#main img {
       border: 6px solid #663333;
       margin: 10px 10px 10px 10px;
}
#main a {
       text-decoration: underline;
}
#main p {
       color: #663333;
       font-family: sans-serif;
}
#imgtable {
       margin-top: 100px;
}
#imgtable img {
       border: 0px;
       margin: 0px;
       padding: 0px; 
}



























































































































