/* CSS Document */

	body{
		text-align:center;
		background-color:#CCCCCC;
		margin: 0 auto;
		padding: 0;
		/*
		background-color:#CCCCCC;
		margin:0px;
		padding:0px;
		height:100%;
		*/
	}
	#wrapper{
		position:relative;
		background-image:url(/gif/column_center.gif);
		background-repeat:repeat-y;
		background-position:top;
		width: 1000px;
		margin:0px auto;		
	}
	
	#wrapper_noBK{
		position:relative;
		background-color:#CCCCCC;
		width: 1000px;
		margin:0px auto;	
	}
	#wrapper_plain{
		position:relative;
		background-color:#FFFFFF;
		width: 1000px;
		height:100%;
		margin:0px auto;	
	}
	#header{
		width: 1000px;
		/*background-color:#000000;*/
		min-width: 620px;
		height:250px;
		max-height:250px;
		z-index:0;
	}
/* align articles and ads */
	#separator{
		background-color:#000000;
		padding-top:0px;
		padding-bottom:0px;
		width:1000px;
		z-index:1;
	}			
	#adify{
		padding-top:8px;
		height:100px;
		width:1000px;
		z-index:0;
	}
	#index_left_ads{
		position:relative;
		width: 200px;
		background-image:url(/gif/column_left.gif);
		background-repeat:repeat-y; 
		background-position:top;
		float:left;

	}
	#index_center_articles{
		position:relative;
		width: 600px;
		max-width:600px;
		background-color:#CCCCCC;
		float:left;
		height:100%;
		text-align:left;
		overflow:visible;

	}
/*
	#index_center_articles a:link{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#003399;
			text-decoration:underline;			
	}
	
	#index_center_articles a:hover{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#CC0000;
			text-decoration:underline;			
	}

	#index_center_articles a:visited{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#CC0000;
			text-decoration:underline;			
	}
*/
	#index_right_ads{
		position:relative;
		width: 200px;
		background-image:url(/gif/column_right.gif);
		background-repeat:repeat-y;
		background-position:top;
		float:right;
	}
	
	#footer{
		clear: both;
		background-color:#666666;
		width:1000px;
		height:50px;
		font-family:Arial, Helvetica, sans-serif;
		/*
		clear: both;
		background-color:#CCCCCC;
		width:600px;
		left:200px;
		*/		
	}
		#footer a:link{
			text-decoration:none;
			font-size:14px;
			color:#FFFFFF;
		}
		#footer a:visited{
		text-decoration:none;
		font-size:14px;
		color:#FFFFFF;
		}
		#footer a:hover{
		text-decoration:none;
		font-size:14px;
		color:#CC0000;
		}		
	
	#sponsorTop{
		width: 900px;
		min-width: 620px;
		height:260px;
		/*overflow: auto;*/
		margin-bottom: 20px;
		background-position: center;
		/*border:dashed #000000 1px;*/
	}
	#content1colArticle{
		position:relative;
		max-width:600px;	
		width: 600px;
		min-width: 620px;
		padding-top:25px;
		padding-right: 25px;
		text-align:left;
		background-color:#CCCCCC
		float:left;
		clear:both;
	}

	#content1col{
		width: 900px;
		min-width: 620px;
		clear: both;
	}

	#content2Col{
		width: 700px;
		float:left;
		text-align:left;
		padding-left: 10px;
		background-color:#CCCCCC;
	}
	#AD2col{
		width: 280px;
		float: right;
		padding-top: 20px;
		padding-bottom: 20px;
	}

#item_seperator {
	clear: both;
	float: none;
	height: 50px;
	width: auto;
}
	
	
/* Forum css */
	#forum_wrapper{
		width:auto;
		min-width: 620px;
		padding-left: 10px;
		padding-right: 10px;	
	}

	#forum_header{
		width:auto;
		min-width: 620px;
		text-align:left;
		/*height: 175px; */	
		/*overflow: auto;*/
		/*margin-bottom: 20px;*/
	}
	
	#forum_footer{
		width:auto;
		/*clear: both;*/
		padding-top: 50px;
		text-align:center;
	}

	#forum_column{
		width:auto;
		float:right;
		margin-left: 18em;
		text-align:left
		
	}
	
	#forum_ad_column {
		position:absolute;
		top: 40em;
		left: 1em;
		width: 15em;
		float: left;		
		
	}


