	
/* 

This Style Sheet was created by Kya. If you decide to take any of my code that is fine,
no credit is needed as I have spent my time over the years collecting and learning code,
from a variety of different places. If you would like to contact me email me at;
kyaish@gmail.com or check out my blog at; www.kya.nu! - Thanks for stoping by. ;)

/* 


/* General Structure */

body 
{  	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
 	font-size: 80%; 
	text-align: justify;
	padding: 0px;
	margin: 0px;
	background: #000;
        line-height: 25px;}

.left
{	text-align: left;}

.right
{	text-align: right;}

#header {
	background: url(main.jpg);
	text-align: center;
	margin: 0px auto; 
	width: 520px;
	height: 200px;}

#headtext {
	padding-top: 140px;}

#wrap
{	background: url(mainback.jpg);
	margin: 0px auto;
	overflow: hidden;
	padding: 0px;
	width: 520px;}

#content
{	width: 390px;
	margin: 20px;
	padding-left: 45px;}
	

#content a, visited, active 
{	color:#B1904C; 
	text-decoration:none;
	padding: 1px;
	border-bottom: 3px solid #C9BA7F;
	font-weight:bold;}


#content a:hover
{	padding: 1px;
	border-bottom: 3px solid #C5A660;}


/* End General Structure */





/* General Styles */


h2
{       color: #9F7F41; 
        font-family: 'Trebuchet MS', Tahoma;
        font-size: 17pt;
        width: auto;
	margin-top: 4px;
	margin-bottom: 10px;
        letter-spacing: 4pt;
        text-align: center;}

h3
{       color: #7B2625; 
        font-family: 'Trebuchet MS', Tahoma;
        font-size: 17pt;
        width: auto;
	padding: 0px;
	margin: 0px;
        letter-spacing: 4pt;
        text-align: center;}

a, visited, active 
{	color:#B1904C; 
	text-decoration:none;
	padding: 1px;
	border-bottom: 3px solid #C9BA7F;
	font-weight:bold;}

a:hover
{	padding: 1px;
	border-bottom: 3px solid #C5A660;}


b, strong 
{       color: #68563D;
        font-weight:bold;}


i, em 
{      font-style: italic;}

.center
{	text-align: center;}

.quote
{	font-family: Geneva, Arial, Helvetica, sans-serif; 
 	font-size: 90%; 
   	width: 80%;
   	text-align: justify;
   	display: block;
   	background-color: #F8F8F8;
   	padding: 5px;
   	font-weight: normal;
   	border: 1px solid #EEEEEE;}

input, select
{	color: #000;
	background: #CDB778;
	margin: 0 0 0 0;
	padding: 5px;
        letter-spacing: 1pt;
        border: 1px solid #C9B278;
        text-align: justify;}

textarea
{	color: #000;
	background: #CDB778;
	margin: 0 0 0 0;
	padding: 5px;
	width: 300px;
        letter-spacing: 1pt;
        border: 1px solid #C9B278;
        text-align: justify;}

blockquote
{       display: block;
        background: #CDB778;
	padding: 15px;
	border: 6px solid #C9B278;
        font-weight: normal;}

hr 
{	display: none;}


li
{	list-style-image: url(bullet.gif); 
	margin: 0px;
        line-height: 25px;}


/* End General Styles */




/* Start Footer */


#footer 
{	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Tahoma, georgia;
	font-size: 6.5pt;
	background: url(footer.jpg);
	margin: 0 auto;
        letter-spacing: 0pt;
	width: 520px;
	height: 200px;
	clear: both;}

#footer p {
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Tahoma, georgia;
	font-size: 7pt;
	color: #B1904C;
	font-weight: bold;
	padding-top: 50px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;}

/* End Footer */

