@charset "utf-8";
/* CSS Document */
@import url("header.css");
html, body {margin: 0; padding: 0;} 
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #363f61;
	color: #FFFFFF;
	background-image: url(../images/gradientBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a img {
	border: none;
}
a:link, a:visited, a:hover, a:active { outline: none; }
a:link, a:visited {
	color: #CCCCCC;
	font-size: 12px;
}
a:hover {
	color: #666666;
	font-size: 12px;
}
#content-wrap {
	position:absolute;
	width: 950px;
	left: 50%;
	top: 320px;
	margin-left: -475px;
}
#content {
	font-size: 12px;
	text-align: center;
}
#content img {
	border: 1px solid #fef246;
	padding: 8px;
}
#content .text:link, #content .text:visited {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	border: none;
	text-align: center;
	height: 20px;
	padding: 5px;
}
#content .text:hover {
	color: #cf6624;
}
.redText {
	color: #990000;
}
/* HOMEPAGE BLURB BOX */
#blurb-wrap {
	width: 467px;
	height: 230px;
	float: left;
	position: relative;
}
#blurb-left {
	float: left;
	position: relative;
	background: url(../images/blurb/blurb-left.jpg) no-repeat;
	height: 230px;
	width: 230px;
}
#blurb-right {
	float: left;
	position: relative;
	background: url(../images/blurb/blurb-right.jpg) no-repeat;
	height: 230px;
	width: 16px;
}
#blurb-content{
	float: left;
	position: relative;
	background: url(../images/blurb/blurb-middle.jpg) repeat-x;
	height: 230px;
	width: 218px;
}
#blurb-content-inner {
	margin: 5px 0px 5px -30px;
	height: 190px;
	width: 220px;
	overflow: auto;
	color: #000000;
	text-align: justify;
	padding: 8px;
	padding-right: 15px;
}
/* END HOMEPAGE BLURB BOX */
#games-content{
	background-color: #000000;
	background-image: url(../images/games/girls-banner.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 600px;
	padding: 20px 20px 20px 500px;
}
#footer {
	margin-top: 20px;
	background-image:url(../images/seperator.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 16px;
	padding: 20px 0px 20px 0px;
	font-size: 12px;
}