* { padding: 0; margin: 0; }

body {
	background-color: #050000;
	background-image: url(bg.gif);
	background-repeat:repeat-x;
	font-family:Trebuchet MS, Arial, Verdana, san-serif;
	color:#888a8c;
}
#wrapper { 
 margin: 60px auto;
 width: 763px;
 background-image:url(images/contentbg.gif);
 background-repeat:repeat-y;
}
#header {
 width: 763px;
 background-image:url(images/headerbg.gif);
 background-repeat:repeat-x;
}
#navigation {
 width: 118px;
 float:left;
 margin-left:55px;
 margin-top:45px;
 display:inline;
}
#spacer {
	float:left;
	margin-left:30px;
	display:inline;
	}
#text {
 width: 465px;
 background:#f3efee;
 float:left;
 margin-left:30px;
 margin-top:35px;
 padding: 5px 10px 10px 10px;
}
#content { 
 width: 763px;
 padding:20px;
 display:inline;
}
#copyright {
	margin:-45px auto;
	width:300px;
	color:#CCCCCC;
	}
#footer { 
 width: 763px;
 background-image:url(images/footerbg.gif);
 background-position:bottom;
 background-repeat:repeat-x;
}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.clear {
	clear:both;
	}
h4 {
	padding-top:4px;
	padding-bottom:4px;
	}
h1 {
	color:#fcb349;
}
p {
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	color:#888a8c;
	}
a {
	text-decoration:underline;
	color:#888a8c;
}
.open {
	background:url(images/menubgo.gif) no-repeat left center;
	}
h4 a {
	margin-top:-6px;
	padding-left:8px;
	display:block;        
	color:#FFFFFF;
	background:url(images/menubgg.gif) no-repeat left center;
	text-decoration:none;
	}
h4 a:hover {
	margin-top:-6px;
	padding-left:8px;
	display:block;        
	color:#FFFFFF;
	background:url(images/menubgo.gif) no-repeat left center;
	text-decoration:none;
	}