A:link {color: #8F661E;}
A:visited {color: #8F661E;}
A:hover {color: #B28940;}

body {
	text-align: center;
	background-color: #000000;
}

#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:195px;
	z-index:1;
}

#content {
	position:absolute;
	left:0px;
	top:195px;
	width:900px;
	z-index:2;
	background-color: #2d262a;
}

#footer {
	position:absolute;
	left:0px;
	top:700px;
	width:900px;
	height:68px;
	z-index:3;
	background-color: #2d262a;
	background-image: url(images/footer.jpg);
  }


.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.bigbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

