@charset "UTF-8";
/* CSS Document */

#top{
	position:relative;
	
	height:152px;
	width:766px;
	
	text-align:center;
	font-size:xx-large;
	font-family:times;
	
	color:#2f3844;
		
	background: url(../images/header.jpg) top center no-repeat;
	padding-top:30px;
}

#links{
	position:absolute;
	top:0;
	right:10px;
	font-size: small;
}
#links a{
	color: #1b3556;
	text-decoration: none;
}
#links a:hover{
	text-decoration: underline;
}

#container{
	width:766px;
	background-color:#50552d;
	margin:auto;
}

#content{
	margin:15px;
	position:relative;
	border:2px solid #2d3413;
	background-color:white;
	padding:10px;
}
	
#menu{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	background-image:url(../images/tab.jpg);
	font-weight:bold;
	float:left;

	width:100px;
	height:28px;
	
	margin-right:2px;
	padding-top:5px;
	
	text-align:center;
}
#menu li a{
	display: block;
	color: white;
	text-decoration: none;
}
#menu li:hover{
	background-image:url(../images/tab-with-rollover.jpg);
}

#menuholder{
	width:510px;
	text-align:center;
	display:block;
	margin:-10px auto 0 auto;
}

#footer{
	color: white;
	
	font-size: small;
	text-align: center;
}

#footer a {color: #fff;}
