body  { color: #cccccc; font-family: Helvetica, Arial, san-serif; line-height: 1.6em; background: black url("../images/brick-wall-outside-background.jpg") repeat-y 50% 0; margin: 0; padding: 0; text-align: center; }

a { 
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: 0; }

#page  { margin: auto; position: relative; top: 0; left: 0; width: 900px; text-align: left; }

#headerBox {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 249px;
	z-index: 100;
}

#header { 
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 200px;
}

#header img { 
	display: block;
	width: 900px;
	height: 200px;
}

#mainMenu   { 
	background: #625c04;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 49px;
	background: url('../images/menubar-back.png');
	
	white-space: nowrap;
}

#sectionMenu {
	/*Offset from inside #pageContent */
	position: absolute;
	left: 0;
	top: 25px;
	width: 740px;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
}

#right-page-sidebar  { 
	background: url("../images/sidebar-back.png") repeat-y; 
	position: absolute; 
	left: 760px; 
	width: 140px;
	text-align: center;
	padding-bottom: 36px;
	
	font-size: 9pt;
	z-index: 100;
}

#right-page-sidebar h2 {
	font-size: 10pt;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 0;
}

#right-page-sidebar a.sponsor {
	display: block;
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

#right-page-sidebar a.sponsor img {
	margin: 10px;
}

#right-page-sidebar div.skyscraper-ad {
	width: 120px;
	height: 600px;
	background-color: #222202;
	margin: 20px auto;
}

#page-content {
	background-color: black;
	width: 740px;
	position: relative;
	top: 0;
	left: 5px;
	z-index:0;
}

ul.horizontalMenu {
	margin: 0; 
	padding: 4px 0 0 0;
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

ul.horizontalMenu li input { font-size: 12px; line-height: 12px; }

ul.horizontalMenu li div { display: inline; }

ul.horizontalMenu li { 
	display: inline; 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

ul.horizontalMenu li a {
	margin: 0;
	padding: 4px 55px;
	color: white;
	background-color: transparent;
}

ul.horizontalMenu li a:hover {
	background-color: #600;
	text-decoration: none;
}

#sectionMenu ul.horizontalMenu li a {
	padding: 4px 25px;
}

#sectionMenu ul.horizontalMenu li a:hover {
	background-color: #333
}

#footer {
	clear: both;
	margin-top: 36px;
	border-top: 1px solid #550000;
	padding-top: 5px;
	font-size: 9pt;
}

#footer .copyright {
	float: left; 
	text-align: left;
	width: 49%;
}

#footer .builtBy {
	float: right; 
	text-align: right;
	width: 49%;
}

h1 { font-size: 16pt; line-height: normal; text-align: center; }
h2 { font-size: 14pt; line-height: normal; text-align: center; margin-top: 2em; }
h3 { font-size: 12pt; }
h4 { font-size: inherit; margin-bottom: 0; border-bottom: 1px solid;  }


table, td, tr, th { font-size: inherit; line-height: inherit; }


div.twocolumns { 
	position: relative;
	left: 0;
	top: 0;
	
	/* IE-specific hack to avoid the float "peekaboo" disappearing-content bug
	   in IE6 by triggering hasLayout: (Not necessary for IE 7 or later) */
	zoom: 1;
}

div.twocolumns div.column1 {
	width: 49%; float: left;
}

div.twocolumns div.column2 {
	width: 49%; float: right; 
}

div.twocolumns br { clear: both; }