body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 74%;
	color: #55753;
	background: #FFF;
	text-align: center;

}

#box {
	width: 800px;
	border: 1px solid #CCC;
	margin:16px auto;
	background: #FFF;
	text-align: left;
}

#container {
	margin: 30px;
	background: #FFFFFF;
	font-size: 100%;
	color: #666;
	line-height:1.4em;
}

.content{
	 font-size: 95%;
	 color: #AA7D46;
}


h1 {
	font-size: 130%;
	color: #857FBD;
}
h2{
	font-size: 110%;
	color: #666;
	margin-top: 10px;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #AA7D46;
	font-size: 74%;
	text-align: left;

}


/*Main Navigation (along top)*/
#nav {
	margin-top: 0px;
	border-bottom: 1px solid #CCC;
	
}

td.nav {
	border-right: 1px solid #CCC;
}
td.nav_last {
}


td.title{
	border-bottom: 1px solid #CCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	color: #666;
}

a:link {
	color:#887DBF;
	text-decoration: none;
	}
a:visited {
	color:#887DBF;
	text-decoration: none;
	}
a:hover {
	color:#AA7D46;
	text-decoration: none;
	}
	
img {
	border: none;
}