body{
	margin: 0;
	background-image: url('v3/vertical_bg.png');
	background-repeat:repeat-x;
	background-color: #C2A6A6;
}

#head{
	position:absolute;
	left: 50%;
	margin-left: -561px;
	width: 1024px;
	top: -3px;
}	

#head_bg{
	background-image: url('v3/horizontal_bg.jpg');
	background-repeat: repeat-x;
	height: 90px;
}

#top_nav{
	position: absolute;
	top:67px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
}

#directory{
	position:absolute;
	left: 50%;
	margin-left: -402px;
	width: 1024px;
	top: 50px;
}	

#content_section{
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -400px;
	width: 619px;
	font: 100 13px century gothic, arial, calibri;
	line-height: 16px;
	color: #E7DFDF;
}	

#navigation_section{
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: 240px;
	width: 160px;
}

.content{
	background-image: url('v3/content_bg.png');
	color: #231E1E;
	font: 100 13px century gothic, arial, calibri;
	line-height: 16px;
	padding: 2px;
}
.text{
	color: #231E1E;
	font: 100 11px century gothic, arial, calibri;
	line-height: 16px;
}	

.text a:hover{
	color: #817474;
}	

.footer{
	color: #231E1E;
	text-align:center;
	background-image: url('v3/content_bg.png');
}

.footer a:link, .footer a:hover, .footer a, .footer a:visited{
	color: #231E1E;
}
	
h1{
	color: #E7DFDF;
	font: 100 22px century gothic, arial, calibri;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}

h2{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	color: #E7DFDF;
	font: 100 18px century gothic, arial, calibri;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: solid 2px #7C6A66;
}	
	
a.word:link, a.word:visited, a.word:active{
	display: block;
	height: 17px;
	text-decoration: none;
	font: 100 13px century gothic, arial, calibri;
	color: #E7DFDF;
	border-bottom: dotted 1px #8D786B;
}

a.word:hover {
	border-bottom: dotted 1px #72574E;
	background-color: #817474;
}

a.letter:link, a.letter:visited, a.letter:active {
text-decoration:none;
font:100 20px century gothic, arial, calibri;
color:#E7DFDF;
line-height:25px;
border:0px;
}

a.letter:hover {
color:#8D786B;
}

b { color:#D1C6C5; text-transform:uppercase;}
i { color:#D1C6C5;}
u { text-decoration: none; border-bottom: dashed 1px #A79285;}
s { color:#A79285;}

a:link, a:visited {
color:#D1C6C5;
text-decoration:none;
}

a:hover, a:active {
text-decoration: underline overline;
}

textarea, input, btn {
background-image: url('v3/blockquote.png');
border:1px solid #70534B;
color: #231E1E;
font-family:arial;
font-size: 10px;
padding:1px;
letter-spacing:1px;
scrollbar-base-color:#000000;
}

blockquote {
background-image: url('v3/blockquote.png');
border-left:5px solid #70534B;
font-family:small fonts;
font-size: 10px;
padding:2px;
letter-spacing:1px;
color: #E7DFDF;
}

img {
border:0px;
}

/*----- FAN UPDATE ----*/
h3{
	margin: 0;
	padding: 0;
	font: 100 italic 13px century gothic, arial, calibri;
	color: #C2A6A6;
}

h4{
	margin: 0;
	padding: 0;
	font: 100 italic 13px century gothic, arial, calibri;
	color: #C2A6A6;
	margin-top: -16px;
	text-align: right;
}

.comment{
	background-image: url('v3/comment_bg.png');
	color: #231E1E;
	font: 100 13px century gothic, arial, calibri;
	line-height: 16px;
	padding: 2px;
}

.archivelink{
	background-image: url('v3/content_bg.png');
	color: #231E1E;
	font: 100 13px century gothic, arial, calibri;
	line-height: 16px;
	padding: 2px;
	text-align: right;
}

.comment a, .comment a:visited, .comment a:hover{
	color: #817474;
}
	
hr{
	text-decoration: none;
	border: none;
	border-bottom: solid 1px #817474;
	width: 550px;
}	