@charset "UTF-8";
/* CSS Document */

body {
	background-color: #141414;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	background-position: top center;
    margin: 0 auto;
	width: 900px;
}

#wrapper {
	position:relative;
	width:900px;
	margin-top:0px;
    visibility: visible;
}

#SiteTitle {
	position:relative;
	width:900px;
	visibility: visible;
	height: 117;
}

#PageHeader {
	position:relative;
	width:900px;
	margin-top:10px;
	visibility: visible;
}

#MainNav {
	position:relative;
	width:900px;
	margin-top:0px;
	background-image: url(../images/nav/nav_bg.jpg);
	visibility:visible;
}

#PageContent {
	position:relative;
	margin-right:10px;
	width:590px;
	height:100%;
	margin-bottom:5px;
	margin-top:10px;


}

#SideColumn {
    position:relative;
	height:100%;
	width:300px;
	margin-top:10px;
	margin-bottom:5px;
	display:block;
	clear:both;
	float:right;

}

#Footer {
	position:relative;
	width:900px;
	height:30px;
	vertical-align: middle;
	background-image: url(../images/nav/footer.jpg);
	clear: both;
    visibility: visible;
	
}

#credit {
	position:relative;
	width:900px;
	height:20px;
	vertical-align: middle;
	
}

.style1 {

	font-family: Verdana;
	color: #666666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0em;
	line-height: 1.0em;
	font-size: 1.1em;
	}
	
.style2 {

	font-family: Verdana;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0em;
	line-height: 1.0em;
	font-size: 1.1em;
}
	
body,td,th {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
}

a {
	font-size: 1.0em;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #4D3242;
}
a:active {
	text-decoration: none;
	color: #666666;
}

a.linkopacity img {
filter:alpha(opacity=70); 
-moz-opacity: 0.70; 
opacity: 0.70;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;}

