/* CSS Document */

body{
	text-align:center;
	background-image:url(../images/bg.gif);
}

#main{
	width:1024px;
	height:auto;
	margin-top:20px;
	margin:0 auto;
	left:auto;
	color:#FFFFFF;
	background-image:url(../images/white.gif)
}

#wrapper{
	width:984px;
	margin-left:20px;
	margin-right:20px;
	
}
	#wrapper .blank-top-h{
		height:20px;
	}
	
	#wrapper .blank-bottom-h{
		height:20px;
	}

	#wrapper .blank-space-h{
		height:30px;
	}
	
	#wrapper .blank-space-w{
		width:984px;
		clear:right;
	}

	#wrapper .category{
		height:auto;
		margin-right:auto;
		margin-left:auto;
		background-color:#002246;
		background:url(../images/category-bg.gif);
		background-repeat:repeat;
		overflow:hidden;
	}
	
	#wrapper  .category .space-h{
		height:20px;
	}
	
	#wrapper .category .thumbnail{
		float:left;
		margin-left:25px;
		width:220px;
		height:180px;
		/*color:#FFFFFF;*/
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		overflow:hidden;
	}
	
	
	
	#bottom {
					
					
					
					position: absolute; 
					
					
					
		
		
					width:984px;
					height:30px;
					
					font-size:10px;
				
					color:#ffffff;
					
					background:#002246;
		
					background-repeat: repeat-x;

					font-family:Georgia, "Times New Roman", Times, serif;
					text-transform:uppercase;
	
	}
	
	
	
	
	
	#bottom a:link, #bottom a:visited, #bottom a:active{
		
					padding:5px;
			
		
					text-decoration:none;
					color:#ffffff;
					
	}
	
	
	#bottom a:hover {
	
					background-color:#ffffff;
					color:#002246;
		
	
	}
	
	
	#bottomlinks{ 
					padding-top:10px;
					float:left;
					width:100%;
	 }
	
	
	#copyright { 
					float:left;
					margin-top:9px;
					margin-left:5px;
	}
	

	#hosting { 
					float:right;
					margin-top:9px;
	}
