@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000;
}

div.access {
	display:none;
	}
	
#wrapper	{
	width: 960px;
	text-align: center;
	margin: 30px auto 0 auto;
}
#main {
	float:left;
}
img {
	border:0;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 960px;
	height: 140px;
	text-align: left;
	position: relative;
}

#header	#logo {
	float:left;
	width: 170px;
}	
#header	#topright {
	float:left;
	width: 168px;
}
#header	#buydvd {
	clear: both;
	position: absolute;
	left: 626px;
	top: 55px;
}

/*--------------------- Leftcol ---------------------*/

#leftcol {
	width: 360px;
	float: left;
	text-align: left;
}

/*--------------------- Content ---------------------*/

h1 {
	font-size: 2.8em;
	color: #ffffff;
	margin: 0;
	padding: 0 0 8px 0;
}
	
h2 {
	font-size: 2em;
	color: #479DD8;
	margin: 0;
	padding: 10px 0 4px 0;
	}

h3 {
	font-size: 1.2em;
	color: #ffffff;
	padding-top: 4px;
	}
	
p {
	font-size: 1.4em;
	color: #ffffff;
	margin: 0;
	padding: 8px 0;
}
p.introtext {
	font-size: 1.4em;
	font-weight: bold;
}
p.appdate {
	font-size: 3em;
	font-weight: bold;
	color: #479DD8;
}
p.appdate2 {
	font-size: 1.8em;
	font-weight: bold;
}

#content li {
	font-size: 1.1em;
	color: #ffffff;
}

.alignmiddle {
	vertical-align: middle;
	padding: 0 0 0 5px;
}

#content {
	float: left;
	clear: none;
	position: relative;
	width: 570px; 			
	text-align: left;
	padding: 20px 0 0 27px;
}
.partnerpic {
	float: left;
	padding: 0 20px 5px 0;
}
.gallerypics a {
	border: #000 solid 1px;
	display: block;
	width: 120px; 
	float: left;
	text-align: center;
	margin: 4px;
}
.gallerypics a:hover {
	border: #fff solid 1px;
}
#base {
	width: 980px;
	clear: both;
	height: 1px;
	line-height: 1px;
}	
	
	
/*--------------------- Links ---------------------*/

#content a:link, #content a:visited {
	color:#479DD8;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/*--------------------- Footer ---------------------*/

#footer {
	width: 960px;
	height: 90px;
	color: #adadad;
	clear: both;
	font-size: 1.1em;
	text-align: left;
	margin: 0 auto;
	}	
#footer .copyright { 
	padding-left: 12px;
}
