/* CSS Document */

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

img{
	border: 0px;
}

#main{
	text-align: left;
	width:1024px;
	height:auto;
	margin:0 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;
}

#wrapper .category{
	clear: both;
	width:984px;
	height:auto;
	margin:0 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:33px;
	margin-right:33px;
	width:180px;
	height:190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
}

#wrapper .category .thumbnail span{
	text-transform:uppercase;
	font-weight: bold;
	font-size:9px;
}

#bottom {
	position: absolute; 
	width:984px;
	height:30px;
	font-size:10px;
	color:#ffffff;
	background:#002246;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-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;
	margin-right:5px;
}
