@charset "utf-8";

/* CSS Document */



body {

	background-color: 			#333;

	margin:						0;

	padding:                    0;

	font-family:				Copperplate Gothic Bold, Georgia, "Times New Roman", Times, serif;

}



a img {

	border:						none;	

}



a {

	color:						#FFF;

}



a:hover {

	color:						#FC0;

}



h1 {

	font-size:					x-large;	

	color:						#FC0;

}



h2 {

	font-size:					large;	

}





h3 {

	font-size:					medium;	

}



#dropShadow {

		width: 1036px;

		background-image: url(../images/template/middle-section.png);

		background-repeat: repeat-y;

		margin: 0 auto;

}



#wrapper {

	width:                  	1000px;	

	height:						100%;

	margin:						0 auto;

	background-image: 			url(../images/template/bg.jpg);

	background-repeat: 			repeat-x;

	background-color:			#000;

	

}



#header {

	width:						100%;

	height: 					100px;

	/*background-image: 			url(../images/header_bg.png);*/

}



#header h1 {

	font-size:					xx-large;

	color:						#FC0;

	margin-top:					15px;

	margin-left:				15px;

}



#horizontal_navigation {

	margin:						0;

	padding:                    0;

	padding-top:                5px;

	background-color:			#000;

	height:						35px;

	border-left:				1px solid #222;

	border-right:				1px solid #222;

}



#horizontal_navigation ul {

	list-style:					none;

	width:						995px;	

	margin:						0;

	padding:                    0;

}



#horizontal_navigation ul li {

	width:						14%;

	float:						left;

	margin:						0;

	text-align:					center;

}



#horizontal_navigation ul li a {

	text-decoration:			none;

	color:						#FFF;

	font-size:					small;

}



#horizontal_navigation ul li a:hover {

	color:						#FC0;

}



#horizontal_navigation ul li#current a {

	color:						#FC0;

}



#leftSidebar {

	width:						30%;

	height:						600px;

	float:						left;

	overflow:					hidden;

	/*background-image:			url(../images/left_bg.png);*/

}



#leftSidebar a {

	text-decoration:			none;

}



#leftSidebar p {

	margin-top:					20px;

	margin-left:				10px;

}



#leftSidebar p a {

	font-size:					x-large;

	color:						#FC0;

}



#leftSidebar ul {

	list-style:					none;

}



#leftSidebar ul li {

	margin-top:					20px;

}



#leftSidebar ul li a {

	

}



#leftSidebar #ads h2 {

	color:						#FFF;	

	font-family:				"Times New Roman", Times, serif;

	text-align:					center;

}



#leftSidebar #ads p {

	display:					none;	

}



#mainContent {

	width:						70%;

	float:						left;

	/*background-image:			url(../images/main_content_bg.gif);*/

	height:						100%;

	min-height:                 600px;

	color:						#FFF;

	position:					relative;

}



#mainContent .transparency {

	background-color:			#000;

	-moz-opacity:				0.3;

	opacity:					0.3;

	filter:						alpha(opacity=30);

	width:						100%;

	height:						100%;

	position:					absolute;

	top:						0px;

	left:						0px;

	

}



#innerContent {

	margin:						20px;

	padding-bottom:             20px;

	position:					relative;

}



#mainContent #innerContent p {

	font-family:				"Times New Roman", Times, serif;

}



#innerContent h1 {

	font-size:					x-large;	

	color:						#FC0;

	font-weight:				bold;

}



#mainSection {

	margin-top:					0px;

	z-index:					100;

	position:					relative;

}



#mainSection h1 {

	text-align:					center;	

}



/*

#mainSection table {

	width: 						650px;	

}

*/



#mainSection p img {

	margin-left:				50px;

}



#mainSection ul {

	list-style:					none;

}



#mainSection ul li {

	margin-bottom:				30px;

}



#mainSection ul li a {

	text-decoration:			none;

	color:						#FC0;

}



#mainSection ul li a:hover {

	color:						#FFF;

}



#footer {

	width: 						1036px;

	height: 					30px;

	background-position:        center;

/*	height:						58px;*/

	background-image: 			url(../images/template/footer.png);

	background-repeat: 			no-repeat;

	margin: 					auto;

}



.imageLeft {

	float:                      left;	

	margin-right:				20px;

}



.imageRight {

	float:                      right;	

	margin-left:				20px;

}



.clear {

	clear:						both;

	height:						0px;

}

.status {
	
	color: #900;

	border: 2px solid #900;

	background-color: #FFF;

	padding: 2px;	
}



/******************* Message Board Styles *************************/



.messageBoardPost {

	font-weight:				900;

	color:						#FC0;

	font-family:				"Times New Roman", Times, serif;

	width:						500px;

}



.messageBoardPost .user, 

.messageBoardPost .dateJoined, 

.messageBoardPost .subject, 

.messageBoardPost .message, 

.messageBoardPost .dateOfMessage {

	color:						#FFF;	

}



.messageBoardPost .message {

	font-weight:				normal;

}



.messageBoardPost .dateOfMessage {



}



.messageBoardPost .divider {

	color:						#FC0;

	overflow:					hidden;

}



/******************************************************************/








































