/* Global Styles */
body {
	color: #3366ff;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
div#wrap {
    width: 47.5em;
    margin: 0px auto 0px auto;
    padding: 0.625em;
    border: 1px solid #000000;
    background-color: transparent;
}
h1 {
	color: #3366ff;
	background-color: transparent;
	font-family: 'Courier New', Courier, monospace;
}
h1.siteHeading {
	color: #ffffff;
	text-align: right;
	font-size: 1.6em;
}
div#siteHeadingContainer{
	color: #ffffff;
	background: url(../../images/1pxblack50trans.png) repeat;
	margin-top: 9.0625em;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
div#siteHeader {
	background: #000000 url(../../images/header_background.jpg) no-repeat top left;
	height: 10.9375em;
	width: 47.5em;
	border: 3px solid #9a9a9a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}