@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------
Basic Style Sheet

version:	1.1
author:		Dan 
email:		dan651@comcast.net	
website:	N/A
-------------------------------------------------------------------- */



body {
font-size: small;
background: #aaa;
}

* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size:  small; /* for other IE versions */
}

a:link {
color: #618a3e;
text-decoration: none;
}

a:hover { color: #aaa;
text-decoration: underline;
}

#wrap {
margin: 0 auto;
border: 1px solid #2b6eb5;
width: 766px;
height: 500px;
text-indent: left;
background-color: #fff;
}

img.bottom { border-bottom: 1px solid #aaa; margin-left: 35px; margin-top: 10px; padding: 0; }

#content h1 { 
color: #618a3e;
font-size: 125%;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 0 25px;
padding: 0;
font-weight: bold;
}

#content p { 
margin: 0 0 0 25px;
font-size: 110%;
}

ul#nav { 
margin: 10px 0 0 25px;
list-style: none;
}

#nav li {
padding: 4px;
font-size: 105%;
}




