/*
=== General Site Code 
=====*/

img, a img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font: 1.0em verdana, arial, sans-serif;
	text-align: center;
	line-height: 0.8em;
background-color: #333;

}


#wrap {
	width: 800px;
	margin: 0 auto;
	background: #333;
	border: 0px solid #222222;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


.center {
	text-align: center;
}

.topmarginfive {
	margin-top: 5px;
	color: #f0374f;
}

.iframe {
	overflow: auto;
	width: 300px;
	height: 150px;
	background-image: url(../img/bckgrnd50.gif);
}



.arrow {
	border: none;
	width: 12px;
	height: 21px;
	padding-top: 6px;
	padding-right: 2px;
}



/*
=== Splash Page Code 
=====*/

.big {
	width: 800px;
	height: 533px;
	margin: 0px;
	float: left;
}

.smallOne {
	width: 267px;
	height: 400px;
	float: left;
	margin: 0px;
	
}

.smallTwo {
	width: 266px;
	height: 400px;
	float: right;
	margin: 0px;
}

.scum {
	width: 805px;
	color: #fff;
	font: bold 72px/55px Arial, Helvetica, Geneva, sans-serif;
	margin: -1px 0px -2px -5px;
	float: left;
	text-align: justify;
	overflow: hidden;
}

.age1 {
	width: 350px;
	color: #fff;
	font: 12px/12px Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin: 5px;
}

.age2 {
		width: 350px;
	color: #fff;
	font: 12px/12px Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin: 5px 5px 5px 60px;
}

.enter {
	width: 800px;
	color: #fff;
	font: bold 60px/55px Arial, Helvetica, Geneva, sans-serif;
	
}

.enter>a:link{
	width: 800px;
	color: #fff;
	font: bold 60px/55px Arial, Helvetica, Geneva, sans-serif;
}

.enter>a:visited{
	width: 800px;
	color: #fff;
	font: bold 60px/55px Arial, Helvetica, Geneva, sans-serif;
}

.enter a:hover {
		font: bold 60px/55px Arial, Helvetica, Geneva, sans-serif;
	color: #ff8e98;
}

.warning {
	width: 800px;
	color: #fff;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0px;
}


/*
===== Footer =====
*/

#footer {
	background: #000 url(../img/footer_bg.gif) repeat-x;
	width: 800px;
	color: #999;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	clear: both;
	text-align: center;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
}

#footer a, a:link, a:visited {
color: #999;
text-decoration: none;
font: 10px Arial, Helvetica, Geneva, sans-serif;
}

#footer a:hover {
	color: #fff;
}

#footer span.topless a {
	color: #ffb3c8;
	font: 11px/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	text-decoration: none;
}

#footer span.topless a:link, a:visited {
color: #ffb3c8;	
}

#footer span.topless a:hover {
	color: #f10;
}



/* Sorts out IE width problem */



/*

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */

/* simply add the clearfix class to any containter that must enclose floated elements */

/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	content: ".";
	/* the period i

s placed on the page as the last thing before the div closes */
	display: block;
	/* inline elements don'

t respond to the clear property */ 
    height: 0;
	/* ensure the period is not visible */


clear: both;
	/* make the container clear the period */
    visibility: hidden;
/* further ensures the period is not visible */
}

.clear

fix {
	display: inline-block;
}

/* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* end of "no-extra-markup" clearing method */