
html, body {
   	background: #fafafa url() repeat fixed;
   	background-position: center;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000914;
    }
    
	a {
		color:#000914;
		text-decoration:none;
	}
	a:active {
		color:#000914;
		text-decoration:none;
	}
	a:visited {
		color:#000914;
		text-decoration:none;
	}
	a:hover {
		color:#000914;
		text-decoration:underline;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color:#000914;
	font-weight: 500;
	margin-bottom: 0px;
	letter-spacing:1px;
}
		h1 a {
			color: #000914;
			text-decoration: none;
			text-shadow: 1px 1px #000914;
			-webkit-transition: all 0.2s ease-in-out;
		   	-moz-transition: all 0.2s ease-in-out;
 			-o-transition: all 0.2s ease-in-out;
			}
		h1 a:active {
			color: #000914;
			text-decoration: none;
			}
		h1 a:visited {
			color: #000914;
			text-decoration: none;
			}
		h1 a:hover {
			color:#000914;
			text-decoration: none;
			background-color: none;
			position: relative; top: -2px; left: -2px;
		 	text-shadow: 1px 1px #000914, 2px 2px #000914, 3px 3px #000914;
			}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#000914;
	font-style: italic;
	font-weight: 300;
	line-height: 16px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000914;
	font-style: italic;
	font-weight: 300;
	margin-bottom:-10px;
}	

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color:#000914;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}	

h5 {
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000914;
	font-weight: 500;
}	
				
.shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.heavy {
	font-weight: 700;
}
		
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	top:20px;
}

#header {
	position:absolute;
	top:0;
	left:0;
}

#footer {
	position: relative;
	height: 60px;
	width: 800px;
}
	
