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

* {
	padding:0;
	margin:0;
}


body {
	background:url(images/devinebg.jpg) #a8c8a0;
	background-position:top center;
	background-repeat:no-repeat;	
	}
	
#header {
	margin:auto;
	width:750px;
	height:200px;
	}
	
#header h1 {
	text-indent: -9999px;
	}	
	
#nav {
	margin:auto;
	width: 615px;
	height: 31px;
	background: url(images/navbg.jpg);
	padding-top: 10px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #b8b053;
	padding-left: 145px;
	}
	

	
#nav li {
	display: inline;
	list-style-type: none;
	padding: 0px 14px 0px 16px;
	border-right: solid 1px #b8b053;
	}

	
#nav a:link, #nav a:active, #nav a:visited {
	color: #b8b053;
	text-decoration: none;
	}

#nav a:hover {
	color: #857a12;
	text-decoration: none;
	}
	
#contentcontainer {
	margin: auto;
	width: 750px;
	background: url(images/whiteback.png) repeat-y center;
	}
	
#content {
	margin:auto;
	width: 676px;
	min-height: 234px; 
	background: url(images/contentbg.jpg) no-repeat;
	padding: 30px 20px 0px 20px;
	}
	
#content h1 {
	font-family: Georgia, serif;
	font-size: 44px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
	padding-bottom: 10px;
	}
	
#content h2 {
	font-family: Georgia, serif;
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #666666;
	}
	
#content h3 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #666666;
	}
	
#content p {
	color: #666666;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	}
	
#content a:link, #content a:visited, #content a:active {
	color: #e26f78;
	text-decoration: none;
	border-bottom: 1px solid #e26f78;
	}
	
#content a:hover {
	color: #88b583;
	text-decoration: none;
	border-bottom: 1px solid #e26f78;
	}

#content .credits {
	font-size: 10px;
	}

	
#footer {
	margin: auto;
	width: 750px;
	background: url(images/footerbg.png) center bottom no-repeat;
	height: 22px;
	}
