/* Links */


A  {
	text-decoration : none;
	color :#9E8C2C; 
    }

A:hover {
	text-decoration : none;
	color : #707136; 
	}

/* Universal stylistics (<strong>, <em>, etc */

blockquote, .quote {
	text-align: justify;
	letter-spacing: 1px;
	font-size: 10px;
	color: #8C1A22;
	font-weight: normal;
	font-family: Georgia;}


strong {
	font-size: 10px;
	color: #4B8424;
	font-weight: bold;}

em {
 	color: #707136; }

/* Sidebar */

div#contentleft{
	position: absolute;
	left: 50px;
	top: 15px;}

div#contentleft p {
	font: 11px Verdana;  
	color:#778295;
	padding: 3px;
	text-align: left;
	margin-top:0;
	margin-bottom:8px;
    }

div#contentleft p strong {
	color :#9BBCCF; 
	font-weight: bold;
	font-family: Georgia; 
	text-transform: none;
	font-size: 12px;
    }

/* Main header classes */


h2 {
	margin: 0px 0 3px 0;
	padding: 0px 0 0 10px;
	color: #92D4B1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Body text classes */
.visions {
	border: 5px solid #B49C6B;
	margin:5px;
}
	
h1 {
	font: 18px Georgia;  
	color:#9E8C2C;
	margin: 0;
	padding-left:60px;
	padding-top:10px;
	height: 40px;
	letter-spacing: 3px;
	background-image: url(http://valiantknife.org/zelda/images/h1.gif);
	background-repeat: no-repeat;
    }
	
p, body {
	font: 10px Tahoma;  
	color:#898167;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 155%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }


/* Footer class */
	
.footer {
	padding-left: 3px;
	padding-bottom: 10px;
	color: #A23539;
    }

/* Misc. */	

body {font: 11px Verdana;  
	color:#3A3A3A;
	line-height: 155%;
	background-image: url(http://valiantknife.org/zelda/images/bg.gif);
	background-repeat: repeat-x;
	background-color:#9b4333;
    }

img
    {border: 0px none;}


/* Structural ids */

#frame{
	position: absolute;
	left: 0px;
	top: 0px;}


#contentright{
	position: absolute;
	left: 360px;
	top: 110px;
	height: 230px;
	overflow: auto;
	padding-right: 10px;
	width: 385px;}

#footer{
	clear: all;
	padding-left: 50px;}
