@charset "UTF-8";


HTML {
overflow: -moz-scrollbars-horizantal;
}

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	color: #000000;
}
#container { 
	width: 780px;
	padding:0; 
	margin: 0px;
	
	border: none;
	text-align: left; 
}
#sidebar1 {
position:fixed;
	float: left; 
	width: 200px; 
	margin:0;
	padding:0;
	height:1000px;
	background:url(images/background.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	overflow:hidden;
	
}
#mainContent { 
position:absolute;
margin-top:190px;
	margin-left: 250px;
	width:500px;
	padding: 0;
} 

#bolt{
position:fixed;
margin-left:200px;
margin-top:0px;

}

#nav{
line-height:1.5em;
z-index:200;
position:fixed;
margin-left:250px;
margin-top:0px;

}



a{
color:#CC0000;
font-weight:bold;

}

a:hover{
color:#990000;
font-weight:bold;
}

#footer{
position:absolute;
margin-top:820px;
left:250px;
}

