/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#808080;
	color: #141414;
	text-align:center;
	padding:0;
	background-color: #141414;
 }

 /* content  */
#content {
 text-align:left;
 width:750px;
 margin:auto;
 }

 /* content > top */
#header {
	height:135px;
	background:#eeeeee;
	color: #333333;
	border: solid #000000;
	border-width: 1px 1px 2px 1px;
	width: 750px;
 }

 /* content > header */
#top_bar {
	height:25px;
	background:#FF9900;
	color: #000000;
	width: 750px;
	border: solid #000000;
	border-width: 0 1px 0 1px;
	text-align: center;
	vertical-align: middle;
 }

#body {
	position:relative;
	color: #333333;
	width:751px;
	padding:0;
	background: #000000;
 }

#cont {
	width:750px;
	background:#0000;
	color: #CCCCCC;
	text-align:left;
	border: solid #000000;
	border-width: 1px 1px 1px 1px;
 }

#bottom_bar {
	height:25px;
	background:#FF9900;
	color: #000000;
	margin:0;
	width: 750px;
	border: solid #000000;
	border-width: 0 1px 1px 1px;
 }
 
 /* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#FF9900;
 }

a:hover { color: #869dfe; }
a { color: #169dfe;}
 
 /* Individual Styles */
 span.top_bar_menu a { color: black; }
 span.top_bar_menu a:hover { color: #660000; }

 h3.page_title { text-align: center; color: #888888; }

 tr.star_row { height: 25px; }
 
 table.primary { width: 750px; margin-left: auto; margin-right: auto; }
 table.content { width: 750px; margin-left: auto; margin-right: auto; }
 table.listing { width: 700px; margin-left: auto; margin-right: auto; }
 table.listing3 { background: #040404; width: 700px; margin-left: auto; margin-right: auto; }
 table.listing2 { background: #252525; width: 700px; margin-left: auto; margin-right: auto; }
 