﻿body {font: 11px Verdana;
text-align: center;}


h1 {font-size: 16px; font-weight: bold; color: orange;}
#masthead h1 {font-size: 16px; font-weight: bold; color: orange; border-bottom: 1px solid orange;}

h2 {font: bold 14px Georgia; color: #999;} 



ul li {list-style-type: circle;}

.box{
	width:273px;
	background:#66FFCC
}

.box h3{
	
	margin:0;
	padding:6px 8px 4px 10px;
	font-size:130%;

	color:#333;
	border-bottom:1px solid #EOCFAB;
}

#nav {margin: 0;
padding: 10px 0 0 46px;
list-style:none;
background:#00CC99;}


#nav li{
	float:left;
	margin:0 1px 0 0;
	padding:0;
	font-family:"Lucida Grande",sans-serif;
	font-size:80%;
	
	
}

#content {
background:#fff;
text-align: justify;
padding: 7px;}


#sidebar  {text-align: justify;}


#container {
position: relative;
; background-position: 5% 90%; 

margin: 0 auto;
  width: xxxpx;
   text-align: center;
}
#footer {margin-top: 10px; text-align: center; border-top: 1px solid orange;}

a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: fuschia;}
a:hover {color: red; }
a:active {color: lime;}


