html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 14px;
	color:#6c490e;
}


#wrapper {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width: 855px;
	height: 550px;
	overflow:hidden;
}

#image_top {
	width: 855px;
	height:42px;
	background-image:url(bg_images/name_top.jpg);
	position: absolute;
}
	
#nav_bar {
	position:absolute;
	top:42px;
	left:0px;
	width:144px;
	height:508px;
}

#navlist {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	list-style-type:none;
}

#navlist li {
	margin: 0px;
	padding:0px;
	display:inline;
}

#navlist a {
	display:block;
}

#content {
	position:absolute;
	top:42px;
	left:144px;
	width:711px;
	height:483px;
	background-image:url(bg_images/alt_display.jpg);
	background-repeat:no-repeat;
	margin-right:0px;
}

#news {
	float:left;
	padding-left: 80px;
	margin-top: 55px;
	padding-top:10px;
	width: 300px;
	height:320px;
}

#news h4 {
	line-height: 0px;
}

#news a {
	color: #045589;
	text-decoration: none;
}

#news a:visited {
	color: #045589;
	text-decoration:none;
}

#news a:hover {
	color:#339bb1;
}


#front_image {
	float:right;
	margin-top:65px;
	padding-right:85px;
	width:200px;
	height:300px;
	background-image:url(files/front_image.jpg);
	background-repeat:no-repeat;
}


#info_bar {
	position:absolute;
	top: 483px;
	left:0px;
	height:25px;
	width:711px;
	
}

#bottom {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-left:0px;
	float:left;
}

#bottom li {
	margin:0px;
	padding:0px;
	display: inline;
}

#bottom li a {
	float:left;
	display:block;
}

#bottom li img {
	float:left;
}

a:link {
	color: #6c490e;
	text-decoration: none;
}


a:visited {
	color:#6c490e;
	text-decoration: none;
}

a:hover {
	color: #996600;
}

#copyright {
	width:855px;
	margin:0 auto 0 auto;
	text-align:right;
	color: #76654d;
	font-size:12px;
}
	