body {
	background-color: #519ab0;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	height:100%;
}

td img {display: block;}

p {
	font-size: 14px;
	line-height: 22px;
}

h1 {
	color: #b37a62;
	font-size: 20px;
	letter-spacing: 1px;
}
	
h2 {
	color: #b37a62;
	font-size: 15px;
	line-height: 20px;
}
	

h3 {
	color: #b37a62;
	font-size: 11px;
	line-height: 14px;
}

.links {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}

/* all items in index page */
#index-wrapper {
	position:absolute;
	left: 0px;
	top: 0px;
	width:800px;
	height: 593px;
	background-color: #f8efeb;
}

#index-head {
	position:absolute;
	left: 0px;
	top: 0px;
	width:800px;
	height:125px;
}
#index-sidebar {
	position:absolute;
	left:0px;
	top:124px;
	width:263px;
	height:302px;
}
#index-nav {
	position:absolute;
	left:262px;
	top:124px;
	width:95px;
	height:302px;
}
#index-right {
	position:absolute;
	left:357px;
	top:124px;
	width:443px;
	height:84px;
}
#index-content {
	position:absolute;
	left:357px;
	top:239px;
	width:315px;
	height:131px;
	color:#666666;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}
#index-bottom {
	position:absolute;
	left:0px;
	top:426px;
	width:800px;
	height:168px;
	background-image: url(images/intro/bottom-img.jpg);
	background-repeat: no-repeat;
}

.phrase {
	font-size: 17px;
	line-height: 26px;
	padding-top: 30px;
	font-style: italic;
}

.author {
	text-align: right;
	font-size: 12px;
	line-height: 32px;
}

/* end */

/* all items in content pages */


#head {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:125px;
	z-index:1;
}
#top-left {
	position:absolute;
	left:0px;
	top:125px;
	width:107px;
	height:23px;
	z-index:1;
}
#top-right {
	position:absolute;
	left:537px;
	top:125px;
	width:263px;
	height:84px;
	z-index:1;
}
#sidebar {
	position:absolute;
	left:0px;
	top:120px;
	width:147px;
	background-color:#f4eed9;
}
#content {
	position:absolute;
	left: 180px;
	top: 150px;
	width:520px;
	}


ul {
	list-style-type: none;
	font-weight: bold;
	padding-top: 20px;
	}
		
#nav li a {
	/*for all links in the list*/
	font-family: Helvetica, Arial, sans-serif;
	color: #b37a62;
	display: block;
	width: 100px;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}


#nav li a:hover {
	color:#317d93;
}

#bio #nav-bio a,
#novels #nav-novels a,
#essays #nav-essays a,
#stories #nav-stories a,
#poetry #nav-poetry a,
#links #nav-links a,
#contact #nav-contact a 
{
	color:#317d93;
}

/* end*/

.caption {
	text-align: right;
	font-size: 10px;
}

#footer {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	color: #f8efeb;
	font-family: "Arno Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer a:link {
	text-decoration: none;
	color:#99CCCC;
	background: transparent;
	}
	
#footer a:visited {
	text-decoration: none;
	color:#CCFFFF;
	background: transparent;
	}
	
a:link {
	text-decoration: none;
	color:#825746;
	background: transparent;
	}
	
a:visited {
	text-decoration: none;
	color:#9B6954;
	background: transparent;
	}
	
#footer a:hover {
	background: transparent;
	text-decoration: underline;
	color: #f8efeb;
	}

a:hover {
	background: transparent;
	text-decoration: underline;
	color: #317d93;
	}
	
a:active {
	text-decoration: none;
	color: #99CCCC;
	background: transparent;
	}
