/* CSS Document */

HTML    {
	scrollbar-face-color: #000; 
	scrollbar-base-color: #000;  
	scrollbar-highlight-color: #505050;  
	scrollbar-shadow-color: #505050;  
	scrollbar-arrow-color: #505050;    
	scrollbar-track-color: #000; 
	scrollbar-3dlight-color: #505050;
	scrollbar-darkshadow-color: #505050;
        }

body {
background-color:#000000;
background:url(images/bg.jpg);
background-repeat:repeat-x; 
background-attachment:fixed;
color:#ffffff;
}

a:link {
  color:#505050;
  text-decoration:underline;
  
  }
a:visited {
  color:#fff;
  text-decoration:none;
  }
a:hover{
  color:#fefefe;
  text-decoration:none;
  border-bottom: 1px #fff solid;
}

#wrapper {
    text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-color:#000000;
	}
#header {
width:800px;
height:175px;
margin: 0 0 0 0;
background: transparent;
background:url(images/header.jpg);
background-position:center;
background-repeat:no-repeat;
}
#sidebarL {
	float: left;
	width: 200px;
	color:#ffffff;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	
}

#sidebarL a:link {
  color:#ccc;
  text-decoration:underline;
  
  }
#sidebarL a:visited {
  color:#808080;
  text-decoration:none;
  }
#sidebarL a:hover{
  color:#505050;
  text-decoration:none;
  border-bottom: 1px #fff solid;
}

.sidebarcategory {
background-color:#505050;
background:url(images/bg3.jpg);
background-repeat:repeat-x;
height:20px;
width:200px;

}

.sidebarcategorytext {
color:#ffffff;
font-weight:bold;
text-align:left;
padding-left:10px;
}

.sidebartext {
border:1px solid #505050;
padding:10px;
color:#ffffff;
}
#content { 
	float: right;
	width: 565px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	}
.contentcategory {
background-color:#505050;
background:url(images/bg3.jpg);
background-repeat:repeat-x;
width:565px;
color:#fefefe;
font-weight:bold;
text-align:center;
height:20px;
}
.contenttext {
border:1px solid #999999;
padding: 10px;
text-align:left;
}
blockquote {
border:3px dotted #333333;
background-color:#CCCCCC;
color:#000000;
padding:5px;
}
#footer {
background-color:transparent;
width:800px;
padding-top:10px;
padding-bottom:10px;
}
.footertext {
padding: 10px;
text-align:left;
}
img {
padding:0px;
}


