/* Global Element Changes */
* {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	font-family: Arial;
	background: url(../img/layout/background.jpg) top center black no-repeat;
	color: #e8e1cd;
	text-align: center; /* center fix for ie6 */
	font-size: 12px;
}
em {
	font-weight: bold;
	font-style: normal;
}

a { 
	border:none;
	text-decoration:none;
}

a:focus
{
	-moz-outline-style: none;
}	

a:link
{
	color:#4696b0;
}

a:visited
{
	color:#4696b0;
}

a:active
{
	color:#4696b0;
	outline: none;
}

a:hover
{
	color: #f4d070;
}

h1 {
	text-align:left;
	font-size:22px;
	text-decoration:none;
	margin-bottom:5px;
	border-bottom: 2px dotted #222; 
	padding-bottom: 5px;
	color: #F4D070;
	font-variant: small-caps;
}

p {
	text-align: left;	
}

/* Main Layout Styles */
#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -399px;
	padding-top: 165px;
	width: 798px;
}

#footer
{
	padding-bottom: 50px;
	background: url(../img/layout/ESRB.jpg) top right no-repeat;
	background-color:black;
	height: 122px;
	text-align: center;
	margin: 0 auto;
	width:800px;
}

/* Content Box Styles */
.content_body {
	background: url(../img/layout/content_body.jpg) top center repeat-y;
	border-bottom: 1px solid black;
}

.content_header {
	padding-top: 75px;
	background: url(../img/layout/content_header.png) top center no-repeat;
}

.content_footer {
	padding-bottom: 75px;
	background: url(../img/layout/content_footer.png) bottom center no-repeat;
}

.body_text {
	background-color: #080809;
	border-top: 2px solid #333230;
	border-bottom: 2px solid #333230;
	margin: 0 33px;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
}

/* CakePHP Flash Message */
#flashMessage {
	text-align: left;
	font-size: 12pt;
	margin-bottom: 30px;
}

.cake-debug {
	background: black;
	text-align: left;
}



div.quote {
color:#809999;
font-size:11px;
font-style:italic;
margin-right:20px;
text-align:right;
}

blockquote {
color:#A9BFBF;
font-size:14px;
font-weight:bold;
margin-top:4px;
padding:3px;
text-align:left;
}