A:link {text-decoration: underline; color: #777300}
A:visited {text-decoration: underline; color: #c4a100}
A:active {text-decoration: underline; color: #777300}
A:hover {text-decoration: underline; color: #b8b200;}

body {
	background-image: url('images/background_wood2.jpg');
	background-color: black;
}

h2,h3,h4 {
	font-family: Vinque;
}

#top {
	position:relative;
	float: left;
	left: -8px;
	top: 0px;
	background-image:url('images/top.gif');
	width:885px;
	height: 55px;
}

#main_body {
	position:relative;
	color: #555434;
	float: left;
	left: -8px;
	top: 0px;
	width: 885px;
	min-height: 600px;
	background-image:url('images/background_image2.gif');
	background-repeat: repeat-y;
}

#bottom {
	position: relative;
	float: left;
	left: -8px;
	bottom: 0px;
	width: 885px;
	height: 55px;
	background-image: url('images/bottom2.gif');
}

#left_content {
	position: relative;
	float: left;
	left: 20px;
	top: 75px;
	width: 160px;
	text-align: left;
	font-family: Vinque, Times New Roman;
	font-size: large;
}

#navigation {
	position: relative;
	top: 0px;
}

#right_content {
	position: relative;
	float: right;
	left: -80px;
	top: 0px;
	width: 575px;
	text-align: left;
	font-family: Times New Roman;
	font-size: 1em;
}

#main_logo {
	text-align: center;
	font-family: EmbossedBlack;
	font-size: 5em;
	width: 575px;
	height: 110px;
	background-image: url('images/newman_logo.gif');
}

#main_content {
	position: relative;
	top: 15px;
}

hr {
	color: #555434;
	background-color: #555434;
	height: 3px;
}


