html{height: 100%; width:100%}
body{background-color:#271E0F; background-image: url(../images/NamePlate.jpg);background-repeat: no-repeat}
#outterborder{
background-color:#ffffff;
	height: 545px;
	width: 820px;
	border-width: 5px;
	border-style: solid;
	border-color: #000;
	margin-left: auto;
	margin-right: auto;
}
#border{
background-color:#ffffff;
	height: 530px;
	width: 805px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#heading {
	float: left;
}
h1 {
	margin: 10px 0px 0px 20px;
	font-weight: normal;
	font-size: 28px;
	color:#507238;
	font-family: georgia;
}
#nav{
	text-align: right;
	margin: 15px;
	height:25px;
}
#nav a {
	font-family: georgia;
	text-decoration: none;
	font-size: 14px;
	color:#507238;
}
#nav a:hover {
	background-color: #507238;
	font-family: georgia;
	text-decoration: none;
	font-size: 14px;
	color:#fff;
}
#main{
background-color:#ffffff;
	height: 453px;
	width: 790px;
	margin: auto;
	color: #fff;
}
#sidebar{
	float:right;
	height:400px;
	width:170px;
	margin: -450px 10px 0px 0px;
	border-top: 3px solid #000000;
	font-family: georgia;
	font-size: 12px;
}
#sidebar h3 {
	font-size: 16px;
	color:#507238;
	font-family: georgia;
	padding: 0px 0px;
	margin: 5px 0px;
}
#sidebar img{
float: left;
padding: 2px 2px;
}
