body {
	margin: 25px auto;
	width: 770px;
}

a, a:link { color: #003366; }
a:hover { color: #336699; }
a:visited { color: #003366; }

a img { border-style: none; }

div#header { width: 770px; }

div#container { width: 770px; }

div#nav { width: 120px; float:left; }
div#nav a { display: block; width: 110px; height: 43px; text-align:center; padding-top: 16px; background: url(/img/button.gif) top left no-repeat; font-family: Tahoma,  Arial, Helvetica, sans-serif; color: #E1E1EB; text-decoration: none; font-size: 18px; margin-right: 1px; }
div#nav a:hover, div#nav a.selected { background: url(/img/button_over.gif) top left no-repeat; }

div#content { width: 475px; float:left; font-size: 13px; font-family: Tahoma; padding: 0 20px; }
div#content h1 { margin-top: 0; padding-top: 0; font-size: 18px; }
div#content ul { list-style-type: circle; }
div#content ul li { padding-bottom: 5px; font-size: 12px; }
div#content ul.home li {font-weight: bold; font-size: 14px; }

div#right { width: 135px; float: left; text-align: center; }

div#footer { width:770px; font-family: Tahoma; font-size: 13px; float: left; text-align: center; margin-top: 30px; margin-bottom: 5px; }
div#footer p.copyright { background-color:#666666; border: 1px solid #808080;  color: #FFFFFF; }
div#footer p { margin: 0; padding: 0; }
div#footer a { text-decoration: none; }

