body {
	background: url(images/bg.jpg) repeat;
	font-family: Tahoma, trebuchet ms, arial, serif;
	font-size: 13px;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
	#shadow {
	background: url(images/shadow.png) no-repeat;
	padding: 0 0 0 50px;
	}
	
	#shadow {
	height: 333px;
	margin-bottom: 30px;
	}
	
	a:link, a:visited, a:hover, a:active {
	color: #e63e96;
	text-decoration: none;}
	

#hwrapper {
	width: 900px;
	margin: auto;
}

#headerwrapper{
background: url(images/headerbg.png) repeat-x;
height: 180px;
padding: 70px 0 0 0;
}

#header {
width:900px;
margin: auto;
}
	
#wrapper {
	width: 900px;
	margin: auto;
}
	
a.topnav:link, a.topnav:visited, a.topnav:active{
	font-size: 14px;
	color: black;
	padding: 10px;
	text-decoration: none;
	margin-top: 35px;
}

a.topnav:hover{
	color: #e63e96;
	text-decoration: none;
}

.current {
color: #e63e96;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	margin-top: 35px;
}

h1 {
font-size: 24px;
font-weight:  normal;
}

h2 {
font-size: 18px;
color: #333;
margin: 5px 0 5px 0;
padding: 0;
}

h3 {
font-size: 16px;
font-weight: normal;
color: #e63e96;
}

#footerwrapper {
background: url(images/footerbg.png) repeat-x;
height: 130px;
padding: 70px 0 0 0;
text-align: center;
 }
 
#footer {
width:320px;
margin: auto;
text-align: center;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
li.rec { background: url(images/star.png) left center no-repeat;
padding: 0 0 0 20px; line-height: 20px; }


li.check {
background: url(images/check.png) left center no-repeat;
padding: 0 0 0 20px; line-height: 20px;
}

li {
padding: 0 0 10px 0;
}

a.single_image, a.link {
color: #fff;
}

#creditfooter {
display: none;
}

			.boxgrid{ 
				width: 275px; 
				height: 200px; 
				margin:0px; 
				float:left; 
				background:#161613; 
				border: solid 2px #666; 
				overflow: hidden; 
				position: relative; 
				margin-bottom: 30px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}
 				
 				.cover  {
 				padding: 0 10px;}