body {
background:#000000;
background-image:url(bgpattern.png);
margin: 0;
}

	
#container {
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
width: 684px;
background: #000000 url(bg.jpg) top left repeat-y;
padding:0px;
border: 2px solid #73c441;
}

img { border:0;}
	
#banner {
margin-left: auto;
margin-right:auto;
width: 684px;
height:220px;
padding-top:0px;
background: url(soulreaver2.png) top left no-repeat;
z-index: 2;
}

#left{
float:left;
width: 150px;}


#right{
float:right;
width: 534px;
}


	
#footer {   
margin-left: auto;
margin-right:auto;
width: 684px;
}

		
.nav {
padding-top: 20px;
padding-right: 20px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align:right;
	color:#2f3134;

	}
.nav a, .nav a:link,  .nav a:active, .nav a:visited {
	text-decoration: none;
	color:#2f3134;
	}

.nav a:hover {
	/*color: #534516;*/
	color:#d3e34d;
	text-decoration: none;
	text-transform: uppercase;
        background: none;
	}
	
.content {
	padding: 5px 30px 5px 20px;
	color: #2f3134;
	text-align:left;
	font-family: Lucida Grande,Verdana, Arial, sans-serif;
	font-size:11px;
	}

.content p {
	color: #2f3134;
	font-family: Lucida Grande,Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	}

.content blockquote {
	line-height: 150%;
	}

.content ul {
	padding-left:8px;
	margin-left:8px;
	line-height: 150%;
	}
	
h2, h3 {
	color: #312f46;
        padding-bottom: 2px;
        padding-left: 4px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px dashed #312f46;

	}

b {
	color:#312f46;
	font-weight:normal;
	}

a, a:link, a:visited, a:active {
font-weight:bold;
	text-decoration:none;
	color:#312f46;
	}
	
.content a {
text-decoration:underline;
}


a:hover {
	/*color: #0d0b26;*/
        background: #d3e34d;
	}

	
input, textarea, select {
	color: #73c441;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #47494b;
	border: 1px solid #47494b;}
