
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:underline;
	}
	a:active {
		color:#000914;
		text-decoration:none;
	}
	a:visited {
		color:#000914;
		text-decoration:none;
	}
	a:hover {
		color:#000914;
		text-decoration:none;
	}
	
	a img {
		border-style: none;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	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:17px;
	color:#000914;
	font-weight: 500;
}	
		h5 a {
			color: #000914;
			text-decoration: underline;
			}
		h5 a:active {
			color: #000914;
			text-decoration: underline;
			}
		h5 a:visited {
			color: #000914;
			text-decoration: underline;
			}
		h5 a:hover {
			color:#000914;
			text-decoration: none;
			}
			
li {
	font-size: 13px;
	line-height: 21px;
}

.center {
	text-align: center;
}
				
.shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.heavy {
	font-weight: 700;
}

.port, .port a {
	font-size:16px;
	color:white;
	text-decoration: none;
	font-style: italic;
	text-transform:uppercase;
	letter-spacing:1px;
}

.port a{
	padding: 4px;
	background-color: #0a0a0a;
	-webkit-transition: all 0.5s ease-in-out;
	/*-moz-transition: all 0.5s ease-in-out;*/
 	-o-transition: all 0.5s ease-in-out;
}

.port a:hover{
	padding: 24px;
	font-size:40px;
	position: relative;
	top: -30px;
	left: 0px;
	background-color: #0a0a0a;
}
		
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	top:20px;
}

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

#main {
	position: relative;
	width:800px;
	height:455px;
	overflow:hidden;
	margin-top:10px;
}

.fadein { position:relative; height:455px; width:800px; }
.fadein img { position:absolute; left:0; top:0; }

#name {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 460px;
	width:875px;
	margin-top: -178px;
	margin-left: -480px;
	z-index: 97;
}

#name img:hover {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	}

#link {
	position: absolute;
	margin-top: -7px;
	width: 800px;
	height: 100px;
	z-index: 99;
}

#corner {
	position: absolute;
	margin: 0;
	right: 0px;
	bottom: 0px;
	width: 95px;
	height: 95px;
	z-index: 99;
}

#footer {
	position: relative;
	height: 20px;
	width: 800px;
	margin-top: 60px;
	margin-bottom: 50px;
}
	

