@charset "utf-8";
/* CSS Document */

@import url("ae-header.css");
@import url("ae-footer.css");

body {
	margin: 10px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #000000;
}
a img {
	border: none;
}
/* Main Content Styles */
#content-wrap {
	position:absolute;
	width: 950px;
	left: 50%;
	top: 270px;
	margin-left: -475px;
}
#content {
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
}
.smallText {
	font-size: 11px;
}
a.other-link {
	text-align: left;
	line-height: 25px;
}
#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;
}
input.text, select {
	width: 200px;
}
#column-wrap {
	width: 950px;
	height: 300px;
	display: block;
	position: relative;
}
/* Header Styles */
.header-about, .header-swag, .header-other, .header-contact, .header-support {
	height: 41px;
	display: block;
	font-size: 0px; 
}
.header-about {
	background: url(/images/header/header-about.jpg) no-repeat;
}
.header-swag {
	background: url(/images/header/header-swag.jpg) no-repeat;
}
.header-other {
	background: url(/images/header/header-other.jpg) no-repeat;
}
.header-contact {
	background: url(/images/header/header-contact.jpg) no-repeat;
}
.header-support {
	background: url(/images/header/header-support.jpg) no-repeat;
}
.box-mid {
	background: url(../images/header/box-mid.jpg) repeat;
	background-position: top;
	width: 300px;
	height: 300px;
	display: block;
	margin: 8px;
	float: left;
	border-bottom: 2px solid #454545;
}
.box-mid p {
	margin: 10px;
}
.graybg {
	background: url(/images/misc/graybg.jpg) repeat;
	background-position: top;
}
.separator {
	border-bottom: 1px solid #ffcc21;
	margin: 20px 0px 20px 0px;
	display: block;
	width: 100%;
}