@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	}
body {
	top: 0px;
	right: 0px;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#000000;
	background-repeat: no-repeat;
	}
#container {
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	}	
	
a:link {
	text-decoration: none;
	color:#000000;
	}
a:visited { 
	text-decoration: none; 
	color:#000000;
	}
a:hover {
	text-decoration: none;
	color:#660000;
	}	
a:active {
	text-decoration: none;
	color:#FFFFFF;
	}
.important {
	float: none;
	height: 10px;
	padding: 5px;
	}
.thumbs {
	margin-top: 4px;
	margin-right: 4px;
	padding-top: 4px;
	padding-right: 4px;
	}
#header {
	position: relative;
	width: 100px;
	top: 0px;
	left: 20px;
	height: 570px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 10px;
	}
#subheader {
	float: left;
	height: 100px;
	width: 110px;
	position: absolute;
	top: 405px;
	line-height:1.4;
	}
#image {
	position: absolute;
	height: 600px;
	width: 700px;
	left: 350px;
	top: 20px;
	}

#background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	}
#title_container {
	position: absolute;
	float: left;
	height: auto;
	width: 80px;
	border-right-width: 5px;
	}
#menu {
	height: 300px;
	width: 250px;
	position: absolute;
	left: 40px;
	float: left;
	}
#title {
	float: left;
	height: 300px;
	width: 60px;
	position: absolute;
	}
#explanation {
	padding: 4px;
	height: 50px;
	width: 200px;
	text-align: left;
	float: left;
	}
#about_me {
	margin: 10px;
	padding: 10px;
	float: left;
	height: 550px;
	width: 300px;
	}
#about {
	top: 70px;
	left:350px;
	position:absolute;
	width:740px;
	}
.about_text {
	position:relative;
	padding: 10px;
	float: left;
	height: 380px;
	width: 350px;
	}
.about_headings {
	font-size:8.5px;
	letter-spacing:5px;
	text-transform:uppercase;
	line-height:80%;
	
	}

#copyright {
	position: absolute;
	height: 160px;
	width: 40px;
	left: 860px;
	top: 250px;
	}
