@charset "UTF-8";

/* ---------------------------------------------------
=Reset
Takes browser-specific styling and resets it to a
common behavioural standard. Based heavily upon the
Yahoo! User Interface Library Reset:
http://developer.yahoo.com/yui/reset/
--------------------------------------------------- */

html,body {
	margin: 0; 
	padding: 0;
	height: 100%;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
   }

table {
	border-collapse: collapse;
	border-spacing: 0;
   }

fieldset,
img { 
	border: 0;
   }

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
   }

ol,ul {
	list-style: none;
   }

caption,th {
	text-align: left;
   }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
   }

q:before,q:after {
	content:'"';
   }

abbr,acronym {
   border: 0;
   }

html {
   font-size: 100.01%; /* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
   }


body,td,th 	
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.OuterWrapper
{
	margin-left: auto;
  margin-right: auto;
  width:1000px;
	margin-top:25px;

}
.LeftWrapper
{
	float: left;
	width: 382px;
	height: 793px;
	background-color:#242424;
}
.LeftInnerWrapper
{
	margin-left:13px;
	margin-top:14px;
}
.RightWrapper
{
	float: left;
	width: 573px;
	height: 793px;
	background-color:#242424;
	margin-left:8px;
}
.ClearDiv
{
	clear:both;
	height:1px;
}
.RightWrapper img 
{
	margin:8px;
}
#EmailForm
{
	width:355px;
	height:181px;
	background-color:#181818;
	margin-top:7px;
}
.EmailFormContent
{
	margin-left:9px;
	padding-top:14px;
}
.EmailFormContent a
{
	color:#FF2294;	
	text-decoration:none;
	margin-right:22px;
}
.InputBoxes
{
	background-color:#242424;
	border:solid 1px #fff;
	width:265px;
	height:20px;
	float:left;
	color:#fff;
	padding:2px;
	margin-bottom:3px;
}
.Signup
{
	font-size:14px;
	margin-bottom:10px;
	display:block;
	color:#fff;
}
.FloatLeft
{
	float:left;
	clear:left;
}
.FloatRight
{
	float:right;
}
.Pink
{
	margin-top:4px;
	width:50px;
	color:#FF2294;
}
#QuickLinksWrapper
{
	margin-top:8px;
	width:355px;
	height:166px;
	background-color:#181818;	
}
#QuickLinksInnerWrapper
{
	margin-left:12px;
	padding-top:20px;
}
h2
{
	font-size:22px;
}
#Links
{
	font-size:14px;
}	
#Links a
{
	text-decoration:none;
	color:#FEF104;
}
#Links a:hover{
	text-decoration:none;
	color:#CCC;
}
