@charset "UTF-8";

table {border-spacing: 0px 4px; border-collapse: separate; clear: both; visibility: visible; display: block;}

a  {
	color: #86de18;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

body  {
	color: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
	background-attachment: fixed;
	background-color: #504949;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#containerBG {
	width:  900px;
	background: url(images/body900.png) repeat-y;
	margin: 0 auto;
}
#container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #363131;
	text-align: left; 

} 
#header {
	text-align: left;
	background: #000000;
	padding: 0;
	margin: 0;
} 

#headerimage {
	height: 130px;
	width: 880px;
	overflow:hidden;}
#slideshow { 
	background: black; 
	background-image: url(images/slideshowbackground.jpg); 
	background-repeat: repeat-y; 
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#columncontainer {
	background-color: #363131; 
	overflow:hidden;
	background: url(images/twocolumns.png) repeat-y;

}

#sidebar1 {
	margin: 0; 
	text-align: left;
	color: white;
	font-size: 0.95em;
	line-height: 1.4;
	float:left;
	width: 190px; 
	padding: 20px 0 0 20px;
	/* background-color: #494242; */
}

#sidebar1 p, #sidebar1 ul {
}

#sidebar1 ul {
	text-indent: 0em;
	margin: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#mainContent { 
	background-color: #363131; 
	text-align: left; 
	color: white;
	float:right;
	border-left:250px solid #494242;
	margin-left:-250px; 
	width: 630px;
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:none;
} 

#mainContentBelow { 
	text-align: left; 
	color: white;
} 


#mainContentWide { 
	color: white; 
	text-align: left; 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:none;
} 

#verticalplayer {
	padding: 0px;
	margin: 0 10px 10px -10px;
	float: left;
}

#mainContentWide #verticalplayer {
	clear: none;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.bump {
margin-top: 20px;
margin-right: -20px;
margin-left: -20px;
	padding: 800px 20px 0 20px;
	background-color:#363131;
	} 

#footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2a2626; 
	clear:both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.doublespacing {
	line-height: 22px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]a {
}
-->