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

html, body{ 
 background-color: #000;
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1083px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{background-color: #000; 
 background-image:url(images/nav/background.jpg);
 background-repeat:no-repeat;
 float: right; 
 display:inline; 
 position: relative; 
 width:1083px; 
 height: 779px;
 }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

p{
	color:#000;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height: 120%;
	z-index:3;
	text-align:left;
}

h2{
	color:#000;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 130%;
	text-align:left;

}



.box{
	position: absolute;
	background-repeat: no-repeat;
	border: none;
	z-index:2;

}

.paragraph{
	width:322px;
	padding: 5px 15px 10px 15px;
	position: absolute;
	text-align:left;
}

.scroll{
	width:322px;
	padding: 5px 15px 10px 15px;
	position: absolute;
	height: 380px;
	overflow:auto;
	text-align:left;
}


.sidebar{
	width:205px;
	padding: 0px 10px 10px 15px;
	position: absolute;
	height: 402px;
	overflow:auto;
	color:#CCC;
	text-align:left;
}

.sidebar_short{
	width:200px;
	padding: 0px 10px 10px 15px;
	position: absolute;
	height: 199px;
	overflow:auto;
	color:#CCC;
	text-align:left;
}

img{
	position:absolute;
	border:none;
}

.side_img{
	border:solid;
	border-width:6px;
	border-color:#56370A;
}

a.sidelink:link{color:#F3961F;text-decoration:none;border:none;}
a.sidelink:visited{color:#F3961F;text-decoration:none;border:none;}
a.sidelink:hover{text-decoration:underline;}

a:link{color:#AD1F24;text-decoration:none;border:none;}
a:visited{color:#AD1F24;text-decoration:none;border:none;}
a:hover{text-decoration:underline;}


img.social:hover{top:1px;}

