body {
	margin: 0;
	padding: 0;
 	background: #accfcc;
	color: #000;
 	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: small;
	line-height: 150%;
	}

/* --------- Big Divs --------- */

#credits {
	position: relative;
	top: 0;
	left: 50%;
	width: 450px;
	color: #566866;
	margin: 0 0 0 -440px;
	padding: 50px 0 3px 0;
	}

#title-strip {
	height: 160px;
	margin: 0;
	padding: 0;
	background: #8A0917;
	color: #ffffff;
	}
#title-img {
	position: relative;
	top: 30px;
	left: 50%;
	width: 518px;
	height: 100px;
	background: url(images/nameplate07.gif) left no-repeat;
	margin: 0 0 0 -450px;
	padding: 0;
	}
#title-img h1 {
	display: none;
	}

#freetext-wrapper {
	position: relative;
	top: -40px;
	left: 50%;
	z-index: 1;
	width: 600px;
	background: #fff;	
	font-size: 150%;
	line-height: 150%;
	margin: 0 0 0 -230px;
	padding: 0;	
	}
#freetext {
	margin: 0;
	padding: 20px 30px;
	}

#nav {
	display: block;
	position: relative;
	top: 10px;
	left: 50%;
	width: 800px;
	margin: 0 0 0 -438px;  
	padding: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 120%;
	letter-spacing: 1px;
	}
#nav li {
	display: block;
	float: left;
	overflow: hidden;  
	list-style-type: none;
    width: 130px;
    height: 50px;
    margin: 0 12px 0 0;
    padding: 0; 
	text-align: center;
   }

/* --------- Links --------- */

a:link, a:visited, a:active { 
	color: #8A0917; 
	background-color: transparent;
	text-decoration: underline; 
	}  

a:hover { 
	color: #A84751; 
	text-decoration: none; 
	background-color: transparent;
	} 

#nav a {
	display: block;
    width: 128px;
    height: 30px;
    margin: 0;
    padding: 0;
	}

#nav a:link, #nav a:visited, #nav a:active { 
	color: #819b99; 
	background: transparent;
	text-decoration: none; 
	padding-top: 10px;
	border: 1px solid #819b99;
	}  

#nav a:hover { 
	color: #fff; 
	background: #819b99;
	text-decoration: none; 
	padding-top: 10px;
	border: 1px solid #fff;
	} 

/* --------- Other --------- */

.clear-floats {
	display: block;
	clear: both;
	}
