 body {
	margin: 0;
	padding: 0;
	background: #86a4a4;
	font-family: Verdana, sans-serif;/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/
	color: #6A4821;
}
#top {
	margin: 0px;
	padding: 10px;
	background: #86a4a4 url(../images/o8/images/logo.gif) no-repeat 40px 40px;
	height: 150px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	background: #86a4a4;
}
#left {
	float: left;
	background: #9db5b5;
	width: 25%;
}
#right {
	float: right;
	background: #9db5b5;
	width: 20%;
	padding: 4px 2%;
	font-size: 9pt;
	line-height: 1.5em;
}
#center {
	background: #86A4A4;
	width: 45%;
	padding: 4px 2%;
	margin-left: 26%;
}
#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #9db5b5;
}
#footer {
	margin: 0px;
	font-size: 9pt;
	background: #86A4A4;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
a:link {
	color: #495959;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}#utility {
	color: #9DB5B5;
	text-align: right;
	font-size: 9pt;
	margin-right: 10px;
}
#toptagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #643404;
	text-align: right;
	font-weight: bold;
	margin-top: 120px;
	margin-right: 10px;
}
/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/
#otherleftstuff {
	padding: 3px;
	background: #fff;
	color: #000066;
	font-size: 8pt;
	border: 1px solid #9db5b5;
	}
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #9db5b5;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #86A4A4;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	color: #495959;
	text-decoration: none;
	width: 88%;
	background: #9db5b5;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}

ul#mainnav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #9db5b5;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px ;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px ;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	
	color: #9db5b5;
	background-color: transparent;
	border: 0px solid #9db5b5;
	}

ul#mainnav ul.subnav li a:hover {
	color: #9db5b5;
	background-color: transparent;
	text-decoration: underline;

}#utility a:link {
	font-weight: bold;
	color: #495959;
	text-decoration: none;
}
#utility a:visited {
	font-weight: bold;
	color: #495959;
	text-decoration: none;
}
#utility a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#utility a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #495959;
}
#homepagecenter {
	background: #9db5b5;
}
h1 {
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
	color: #643404;
}
h2 {
	color: #643404;
	font-size: 11pt;
}
h3 {
	font-size: 12pt;
}

#center p {
	text-indent: 2em;
	font-size: 10pt;
}
#center li {
	list-style: disc outside;
	font-size: 10pt;
}
form#contact p {
	font-size: 10pt;
	text-indent: 0px;
}
.photosub {
	font-size: 7pt;
}
.photosub a:link {
	color: #FFFFFF;
}
.photosub a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.photosub a:hover {
	text-decoration: underline;
}
.photosub a:active {
	text-decoration: underline;
	
	}
	.realbig {
	font-size: 1.4em;
}
.oedings {
	font-size: 7pt;
}
.keys {
	font: .2em "Courier New", Courier, mono;
	color: #9db5b5;
	visibility: hidden;
}
#wrapper #right h1 {
	font-size: 9pt;
	font-weight: bold;
}
#top #toptagline h1 {
	font: normal 9pt Georgia, "Times New Roman", Times, serif;
}
.shadowme {
	border-top: 1px solid #9DB5B5;
	border-right: 3px solid #9DB5B5;
	border-bottom: 3px solid #9DB5B5;
	border-left: 1px solid #9DB5B5;
}
#footer img {
	margin: 10px 4px 10px 10px;
}
