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


/*************************************    DEFAULTS    ****************************************/

body {
	margin: 0 auto;
	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	background: #000;
	z-index: 0;
	}
	
p {
	font-size: 12px;
	color:#0066FF;
	
	margin: 0;
	padding: 0 0 10px 0;
	}
	
a {
	font-size: 12px;
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	color: #00CCFF;
	text-decoration:underline;
	}
	
a:visited {
	color: #999999;
	}
	

h1 {
	font-size:16px;
	color:#0066FF;
	font-weight:bold;
	
	margin: 0;
	padding: 0 0 10px 0;;
	
	text-align:center;
	}
	
h2 {
	font-size:12px;
	color:#0066FF;
	font-weight:bold;
	
	margin: 0;
	padding: 0 0 20px 0;
	}

hr {
	border: #0066FF solid 5px 0 0 0U;
	
	width: 30%;
	height: 3px;
	
	margin: 0 auto;
	padding: 0;
	text-align:center;
	}
	
ul {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	}
	
li {
	font-size:12px;
	color:#0066FF;
	list-style:none;
	}

	
#titleLanding {
	width: 160px; 
	height: 24px;
	
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	
	border: 0;
	text-align:center;
	}
	

/*************************************    LAYOUT    ****************************************/
	
#repeatBG {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: auto;
	background: url(images/repeatBG.jpg) repeat-y 0 0;
	z-index: 1;
	background-image: url(images/repeatBG.jpg);
	}
	
#wrapper {
	position: relative;
	top: -53px;
	left: 0px;
	
	width: 1024px;
	height: auto;
	
	margin: 0 auto;
	padding: 0;
	
	background: url(images/topBG.jpg) no-repeat 0 0 ;
	border: none;
	z-index: 2;
	}
	
#title {
	position: relative;
	
	width: 506px;
	height: 137px;
	
	margin: 50px auto 0 auto;
	padding: 20px 0 0 0;
	
	z-index: 2;
	}
	
#nav {
	position: relative;
	
	width: 431px;
	height: 33px;;
	
	margin: 20px auto 0 auto;
	padding: 0;
	
	z-index: 2;
	}
	
#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration: none;
	}
	
#nav img {
	float:left;
	margin: 0;
	border:none;
	}
	
#content {
	postion: relative;
	
	width: 660px;
	height: auto;

	margin: 0 auto;
	padding: 0;

	z-index: 2;
	}
	
#copy {
	width: 640px;
	height: auto;
	min-height: 300px;
	
	margin: 0 auto;
	padding: 0 10px 20px 10px;
	
	background: #FFF;
	z-index: 2;
}

#copyboardTop {
	width: 660px;
	height: 72px;
	
	margin: 0;
	padding: 0;
	
	background:url(images/copyboardTop.png) no-repeat 0 0;
	border: 0;
	}

#footer {
	position: relative;
	bottom: 0;
	
	width: 1024px;
	height: 265px;
	
	margin: 0 auto;
	padding: 0 0 50px 0;
	
	background: url(images/footer.jpg) no-repeat 0 0;
	z-index: 2;
	}
	
/*************************************    BUTTONS    ****************************************/

.button {
	padding: 0;
	margin: 0;
	
	text-transform: uppercase;
	font-weight: bold;

	float:left;
	}

.button:hover {
	cursor: pointer;
	}

/**Up Button**/

#nav #home {
	display:block;
	width: 66px;
	height: 33px;
	
	text-align:center;
	}

#nav #bio {
	
	display:block;
	width: 67px;
	height: 33px;
	
	text-align:center;
	}
	
#nav #books {
	
	display:block;
	width: 67px;
	height: 33px;
	
	text-align:center;
	}
	
#nav #journal {
	
	display:block;
	width: 87px;
	height: 33px;
	
	text-align:center;
	}
	
#nav #links {
	
	display:block;
	width: 68px;
	height: 33px;
	
	text-align:center;
	}
	
#nav #funStuff {
	display:block;
	width: 75px;
	height: 33px;
	
	text-align:center;
	}

/**Over Button**/

#nav a:hover {
	text-decoration: underline;
	font-weight: bold;
	}
	
