@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
	}
	
	
body {
	background-color:#58595b;
	background:url(img/Tile94-original.jpg);
	text-align:center; /*IE Center Hack*/
	}
	
#wrapper {
	margin:0 auto;
	width:1021px;
	height:920px;
	text-align:left; /*IE Center Hack Reset*/
	}
	
#header {
	background: url(img/header.gif) no-repeat;
	width:1004px;
	height:196px;
	float:left;
	}
	
#nav	{
	Background: url(img/nav.gif) no-repeat;
	width:1004px;
	height:57px;
	float:left;
	}	
	
#content	{
	Background:url(img/IndexBkgrd.gif) no-repeat;
	width:1011px;
	height:692px;
	float:left;
	}
	

	
	/*------overflow: hidden;-----*/


/*------nav------*/

#nav ul	{
	margin-left:65px;
	margin-top:10px;
	list-style-type:none;
	font-family:"Trebuchet MS", serif;
	font-size:18px;
	}

#nav li	{
	padding-right:50px;
	float:left;
	}


#nav a:link, #nav a:visited {
	color: #32393f;
	text-decoration: none;
	}


#nav a.home:link, a.home:visited, a.home:active {
	text-decoration:none;
	color:#32393f;
	}
	
#nav a.home:hover {
	text-decoration:none;
	color:#a0b2b1;
	}
	
	
#nav a.archives:link, a.archives:visited, a.archives:active {
	text-decoration:none;
	color:#32393f;
	}
	
#nav a.archives:hover {
	text-decoration:none;
	color:#a0b2b1;
	}
	
#headline ul	{
	margin-right:15px;
	margin-top:10px;
	list-style-type:none;
	font-family:"Trebuchet MS", serif;
	font-size:18px;
	color:#4e565e;
	}
	
#headline li	{
	padding-right:50px;
	float:right;
	}
	
	
/*------Home content------*/
	
	
#top-content 	{
	margin-top:10px;
	width:1011px;
	height:300px;
	float:left;
	}
	
	
#top-content p	{
	padding-left:65px;
	padding-top:30px;
	width:400px;
	height:320px;
	font-family:"Trebuchet MS", serif;
	font-size:12px;
	color:#231f20;
	float:left;
	}
	

img.shells	{
	margin-top:12px;
	margin-left:30px;
	float:left;
	}	


#bottom-content	{
	margin-top:45px;
	margin-left:40px;
	width:950px;
	height:240px;
	float: left;
	}

#bottom-right	{
	width:505px;
	height:230px;
	font-family:"Trebuchet MS", serif;
	font-size:12px;
	color:#231f20;
	float:left;
	overflow:hidden;
	}
	
#bottom-right p	{
	padding-top:17px;
	padding-left:60px;
	}

#bottom-right ul	{
	padding-left:60px;
	list-style-type:none;
	}
	
#bottom-right li a:visited	{
	color: #6699CC;
	}

#bottom-right ul a:link, a:visited, a:active {
	color: #6699CC;
	}

#bottom-right a:link, a:visited, a:active {
	text-decoration: none;
	color: #6699CC;
	}
	
img.divider	{
	margin-left:50px;
	margin-top:13px;
	}	
	
#bottom-left	{
	background: url(img/Bkgrd_botLeft.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	height: 230px;
	font-size:10px;
	line-height:14px;
	color:#663300;
	float: left;
	}
	
#bottom-left p	{
	padding-top:93px;
	padding-left:30px;
	}
	
#bottom-left a:link, a:visited, a:active {
	color:#663300;
	}

	
/*------Footer------*/

#footer	{
	margin-top:10px;
	margin-left:50px;
	width:1011px;
	background: url(img/footer_divider.jpg)  no-repeat;
	float:left;
	overflow:hidden;
	}
	
	
/*-----#footer	h1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	float:left;
	}----*/
	
#footer	p	{
	margin-left:12px;
	margin-right:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	float:left;
	}
	
p.credit	{
	padding-left:320px;
	float:right;
	}
	
	
#footer	p	a:link, a:visited, a:active {
	text-decoration: none;
	color:#666666;
	}
	
	
img.footer_divide	{
	margin-right: 40px;
	}
	
	
	
	
	
	
