body {
 margin: 0px auto;
 padding:0;
 font-size:0.8em;
 line-height:20px;
 font-family: "Trebuchet MS", Arial;
 background:#000;
 color: #eee;
 }

#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#000;
	}


a {
 color:#fffd48;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

#header {
 background:url(images/header_bckg2.jpg) no-repeat top right #000;
}

#logo {
 padding:30px 0px 0 0px;
 height:188px;
 width: 797px;
 background:url(images/head_bckg3.jpg) no-repeat #000;
 text-align:right;
}

#logo a{
 color:#fff;
 text-decoration:none;
 font-weight:bold;
 font-size:24px;
 text-transform:uppercase;
 letter-spacing:5px;
 }

#logo_text {
 float:left;
 margin: 75px 0 0px 15px;
 width:240px;
 text-align:left;
 font-size:18px;
 font-weight: bold;
 color:#fffc00;
 }

#menu {
 background: url(images/menu_bckg2.gif) repeat-x #000;
 height:43px;
 width: 797px;
 padding-top:7px;
}

#menu_list {
width:560px;
 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 10px;
 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;
 background:url(images/li.gif) no-repeat 0px 4px;
 color:#ccc;
}

#sidebar {
 float:right;
 width:235px;
 padding: 0 20px 0 10px;
 color:#aaffaa;
 font-size:12px;
}

#sidebar a{
 font-weight:bold;
 }

h1 {
 margin:0;
 padding:10px 0 0 10px;
 text-transform:uppercase;
 font-size:1.5em;
 color:#78ae03;
}


#main {
 width: 797px;
 float:left;
 background:url(images/sidebar_bckg.gif) no-repeat top right #1e1e1e;
 padding:0px 0 0 0;
}

#footer {
background:url(images/footer_bckg.gif) repeat-x #000;
 height:57px;
 width: 797px;
 clear:both;
  }

#left_footer {
 float:left;
 padding:20px 0 0 30px;
 background:url(images/c.gif) no-repeat 30px 35px;
  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;
}


