body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FAF6EA;
	}
	
#container {
	background-color: #FAF6EA;
	width: 700px;
	margin: auto;
	}
	
/* Site Navigation */	

#navigation {
	width: 540px;
	height: 60px;
	margin: auto;
	padding: 0px;
	display: block;
	}
	
#navigation ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
/* End Site Navigation */	

#logo { 
	width: 350px;
	height: 350px;
	float: left;
	background-image: url(media/nags_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#flash {
	width: 350px;
	height: 350px;
	float: right;
	}
	
#textbox {
	background-color: #98103D;
	width: 700px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	}	
	
#textbox .left {
	float: left;
	width: 320px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 180%;
	letter-spacing: 1px;
	text-align:right;
	padding: 10px 0px 0px 10px;
	}

#textbox .right {
	float: right;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 180%;
	width: 340px;
	padding: 10px 10px 10px 0px;
	}	
	
.link {
	color: #B57909;
	font-weight: bold;
	text-decoration: none;
	}
	
.link:hover {
	color: #F4BE10;
	text-decoration: none;
	border-bottom: dotted 1px #F4BE10;
	}
	
.bold {
	font-size: 12px;
	font-weight: bold;
	}
	
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#copyright {
	height: 30px;
	width: 700px;
	clear: both;
	}	
		
.credits {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #BFBFBF;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	}	
