/* Primary Menu Controls */
.menusideleft {
	width: 20px;
	height: 80px;
	float: left;
	padding: 0;
	margin: 0;
	background: url('../images/menu_left.png') no-repeat;
	}
	
.menusideright {
	width: 20px;
	height: 80px;
	float: left;
	padding: 0;
	margin: 0;
	background: url('../images/menu_right.png') no-repeat;
	}

.menu {
	width: 865px;
	height: 80px;
	float: left;
	background: url('../images/menu_backer.png') repeat-x;
	}
	
	.menu ul {
		margin: 0;
		padding: 0;
		text-align: center;
		}
		
		.menu ul li {
			display: inline-block;
			padding: 24px 0 0 6px;
			}
			
			.menu ul li a, .menu a:visited {
			text-decoration: none;
			color: #9e9e9e;
			font: normal 100 19px Georgia, serif;
			padding-bottom: 27px;
			}
				
			.menu ul li a:active, .menu a:hover {
			text-decoration: none; 
			color: #FFF;
			background: url('../images/menuhover.png') bottom center no-repeat;
			}
			
/* Footer Controls */
.links {
	width: 380px;
	float: left;
	padding-left: 15px;
	}
	
.footer {
	margin-left: 15px;
	width: 425px;
	float: left;
	font: normal normal 10px Georgia, serif;
	border-left: 1px solid #696969;
	padding-left: 30px;
	}
	
	.footer a, .footer a:visited {
		color: #efefef;
		text-decoration: underline;
		}
		
	.footer a:hover, .footer a:active {
		color: #bb0000;
		text-decoration: underline;
		}