/* CSS Document */


body
	{
	margin: 0;
	padding: 0;
	background: #323232;
	font: small/1.2em arial, serif;
	color: #FFFFFF;
	text-align: center;
	}
	
a
	{
	color: #ECE5E0;
	text-decoration: none;
	border-bottom: 1px solid #dca;
	}
	
a:visited
	{
	color: #ECE5E0;
	border: none;
	}
	
a:hover
	{
	color: #000;
	border-bottom: 1px solid #333331;
	}

.main {
	position:relative;
	width: 579px;
	padding:4px;
	spacing: 6px;
	text-align:left;
	border:;
	background-color:#905731;
	background-image:url('main.jpg'); background-repeat: no-repeat;
}

.main img  {
	border:0px solid black; 
	margin:2px 6px 2px 6px;
}

.content {
	position:relative;
	width: 803px;
	height: 656px;
	text-align:left;
	padding:0px;
	border:;
	background-color:#000000;
	background-image:url('background.jpg'); background-repeat: no-repeat;
	}
.logo {
	position:relative;
	width: 204px;
	height: 110px;
	text-align:left;
	padding:0px;
	background-color:#000000;
	background-image:url('logo.jpg');
	}
.links {
	position:relative;
	width: 206px;
	height: 333px;
	text-align:left; color: #000000;
	font: bold 14px arial;
	padding:3px;
	background-color:#000000;
	background-image:url('links.jpg'); background-repeat: no-repeat;
	}
.text {
	text-align:left; color: #FFFFFF;
	font: 10px arial;
	padding:0px;
	}
.footer {
	position:relative;
	width: 790px;
	height:33px;
	text-align:center;
	padding:3px;
	border:;
	border-top:1px solid #544D48;
	}
#linkList
	{
	position: relative;
	top: 0px;
	left: 7px;
	text-align: left;
	width: 195px;
	margin-right: 20px;
	}
	
	
#linkList h3
	{
	width: 185px;
	height: 55px;
	margin: 1em 0 0 0;
	padding: 0;
	}
	
#linkList p,
#linkList li
	{
	font: small/1.6em tahoma, verdana, sans-serif;
	color: #83654F;
	text-indent: 0;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#linkList li
	{
	color: #000;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList li:hover
	{
	background: #43291D;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #ECE5E0;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	}
	
#linkList li a:hover
	{
	color: #ECE5E0;
	background-position: -300px 60%;
	}
	
#linkList li a.c
	{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	color: #000;
	font-weight: normal;
	}
	
#linkList li a.c:hover
	{
	color: #ECE5E0;
	}
	
#linkList #larchives li,
#linkList #lresources li,
#linkList #lfavorites li
	{
	padding: 0.5em 0;
	}

#linkList #larchives li a,
#linkList #lresources li a,
#linkList #lfavorites li a
	{
	display: inline;
	padding-left: 17px;
	margin: 0;
	}
	
#linkList #larchives li a:hover,
#linkList #lresources li a:hover,
#linkList #lfavorites li a:hover
	{
	background-position: -295px 60%;
	}

