body {
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:20px;
	font-family: "Trebuchet MS", Arial;
	border:1px solid #666;
	background:#000;
	list-style-image: url(images/li.gif);
}
a { color:#fffd48; text-decoration:none;}
a:hover { text-decoration:underline;}
#header {
	padding:30px 20px 0 40px;
	height:188px;
	text-align:right;
	background-color: #14a500;
	background-image: url(images/header_mauchdesign_900_218.jpg);
	background-repeat: no-repeat;
}
#header a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:5px;
}
#logo { float:right; width:240px; text-align:left; font-size:12px; color:#fffc00; }
#menu {
	height:64px;
	padding-top:23px;
	background-color: #000;
	background-image: url(images/menu_bckg.gif);
	background-repeat: repeat-x;
}
#menu_list {
	width:750px;
	margin:0 auto;
}
#menu a { display:block; float:left; color:#f6ff00; font-size:13px; text-transform:uppercase; font-weight:bold; text-decoration:none; margin:0 20px; padding-top:10px;}
#menu a:hover{padding-top:12px;}
.splitter { display:block; float:left;}

#text { margin: 0 305px 0 20px; }
#text p { padding: 0 10px 5px 10px; color:#ccc}
#text li {
	list-style:none;
	padding-left:20px;
	color:#ccc;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#sidebar {
	float:right;
	width:235px;
	color:#fffd48;
	font-size:12px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
#sidebar a{ font-weight:bold; }
h1 { margin:0; padding:10px 0 0 10px; text-transform:uppercase; font-size:1.5em; color:#6bc22a;}

#main {
	float:left;
	padding:20px 0 0 0;
	background-color: #1e1e1e;
	background-image: url(images/sidebar_bckg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	height:57px;
	clear:both;
	background-color: #000;
	background-image: url(images/footer_bckg.gif);
	background-repeat: repeat-x;
}
#left_footer { float:left; padding:20px 0 0 30px; color:#fff; font-size:12px;}
#left_footer a { color:#fff;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:20px 30px 0 0; color:#fff;  font-size:12px; text-align:right;}
#right_footer a { color:#fff;}
