body {
	margin: 5px 0;
	padding: 0;
	background: #CECECE url('bg.gif');
	font-style:normal; font-variant:normal; font-weight:normal; font-size:medium; font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
}


a:link {
	color: #ffffff;
}

a:hover {
    color: #ffffff;
	background-color: #111111;
	text-decoration: overline; border-bottom: 1px solid #730000;
}

img {
	border: none;
}
/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0px auto;
	background: #2E2E2E url('img3.gif'); 
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 18px 0 18px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url('img4.gif');
	text-decoration: none;
	color: #FFFFFF
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	background: url('img6.gif') repeat-x;
	font-size: smaller; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

#footer * {
	color: #CCCCCC;
}


HTML{
scrollbar-face-color:#2e2e2e;
scrollbar-arrow-color:#efefef;
scrollbar-track-color:#;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'#';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'#730000'
}
