@charset "utf-8";
/* CSS Document */
body
{
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 12px;
	background-color:#212121;
	margin:0px;
	text-align:center;
	color:#ffffff;
}

a
{
	color:#ebebeb;
	text-decoration:none;
}
a:hover
{
	color:#ffffff;
}
h1{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}

div#container
{
	margin-left:-500px;
	margin-top:20px;
	position:absolute;
	left:50%;
	width:1000px;
	border:3px solid #5c5c5c;
}

div#site
{
	/*Whatever you added to the height of the div, set that to the magin so we have equal gaps*/
	margin-top:12px;
	
	/*Make the width <100% so we have a nice gap between the sides of the container*/
	width:90%;
	
	/*The height of the image + 12 for a nice gap*/
	height:40px;
	
	/*Align the image to the right of the div*/
	text-align:right;
}

div#banner
{
	width:100%;
	height:113px;
	text-align:right;
	background-image:url(images/banner.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#links
{
	text-align:right;
	width:100%;
	height:32px;
	background:url(images/linksBG.png) repeat-x;
}
div#links p
{
	color: #222222;
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 9px 0 9px 0;
	text-align: right;
	font-weight:bold;
}
div#links a{
	color:#898783;
	text-decoration:none;
}
div#content
{
	margin:0px;
	margin-top:20px;
	width:100%;
	color:#ffffff;
	border: 1px solid #ffffff;
	height:auto;
}

div#seriesInfo
{
	margin-left:16px;
	margin-top:20px;
	float:left;
	width:302px;
	/*border:1px solid #ffffff;*/
}

div#seriesInfo a{
	color:#ebebeb;
}
div#seriesInfo a:hover{
	color:#ffffff;
}

div#tutorial
{
	margin-right:16px;
	margin-top:20px;
	margin-bottom:50px;
	float:right;
	width:640px;
	/*border:1px solid #ffffff;*/
}
