body{
	font: normal 12px/18px Verdana;
	text-align: center;
	background-color: #7F9FAA;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
p.bio
	{
	font: normal 11px/14px Verdana;
	border-bottom: 1px dotted #cc9966;
	}
a	{ 
	color: #703f00;
	text-decoration: none;
}

a:hover {
	color: black;
}
h3	{
	font: normal 9px/14px Verdana;
	color: #703f00;
	}
}
h2	{
	font-family: Verdana;
	font-weight: 200px;
	}
h1	{
	font-family: Verdana;
	font-weight: 200px;
	font-size: 15px;
	}	
#container{
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	
}
#content{
	float: left;
	width: 500px;
	padding: 0;
	margin: 0 0 1em 0;
	border-right: 1px dotted #cc9966;
}


}

#header h1{
	color: #703f00;
	margin: 1em 0 1em 0;
	font: 13px Verdana;
	font-style: italic;
}
#content h2{
	text-indent: 0em;
	font-size: 1em;
	color: #703f00;
	margin: 0 0.5em 0 0;
}

#content h1{
	text-indent: 0em;
	font-family: Verdana;
	font-weight: 400;
	font-size: 13px;
	color: #AA7F55;
}
#content p{
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 2em;
}
#nav{
	float: right;
	margin: 0;
	padding: 0;
}
#nav ul{
	list-style-type: none;
}
#nav li a{
	display: block;
	border-bottom: 1px dotted #cc9966;
	padding: 0;
	width: 150px;
	color: #557FAA;
	text-decoration: none;
}
#nav li a:hover{
	color: black;
	background: url("../images/paw.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

li a.active{
	color: #000000;
	background: url("../images/paw.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#news p{
	width: 150px;
	float: right;
	font-size: 10px;
	line-height: 14px;
	color: black
}
#footer{
	margin: 0;
	clear: both;
	text-align: center;
	border-top: 1px dotted #cc9966;
	font-size: 10px;
	line-height: 14px;
	color: #557FAA;
}

