@charset "UTF-8";
#clear {
	clear: both;
}
#page {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(../images/common/page_background_tileable.jpg);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#page p    {
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 1.5em;
	vertical-align: top;
	color: #777;
	font-size: 12px;
}
#contentContainer {
	margin: auto;
	width: 958px;
	background-color: #1F1E1E;
	background-attachment: scroll;
	background-image: url(../images/common/content_background.png);
	background-position: center 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	background-repeat: no-repeat;
	border-bottom-color: #444;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#contentLeftGutter {
	float: left;
	width: 68px;
}
#contentRightGutter {
	float: right;
	width: 68px;
}
#contentBody {
	width: 820px;
	text-align: left;
	margin-right: 70px;
	margin-left: 70px;
}
#centerScreenContainer {
	width: 740px;
	float: left;
	height: 420px;
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
}
#centerMovie  {
	margin-top: 50px;
	margin-right: 86px;
	margin-bottom: 40px;
	margin-left: 86px;
	border: 4px solid #FFF;
}
#navigation {
	float: right;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F33;
	padding-top: 29px;
	text-align: right;
	height: 130px;
}
#navigation a {
	color: #F00;
	display: block;
}
#navigation a    img{
	padding-bottom: 6px;
	margin-bottom: 5px;
}
#navigation a img:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 4px;
}
#header {
	width: 620px;
	padding-left: 0px;
	padding-top: 29px;
	padding-right: 0px;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #353535;
	margin-left: 20px;
}
#header img {
	display: block;
	margin-bottom: 10px;
}
#vkiddInfo {
	width: 605px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #353535;
	float: left;
	margin-left: 20px;
	padding-bottom: 28px;
	padding-right: 15px;
}
#additionalInfo {
	float: right;
	width: 140px;
	padding-top: 20px;
	text-align: right;
}
#additionalInfo a {
	color: #F00;
	display: block;
}
#additionalInfo a img {
	padding-bottom: 6px;
	margin-bottom: 5px;
}
#additionalInfo a img:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 4px;
}
#contentLeft {
	float: left;
	width: 299px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #353535;
	padding-top: 20px;
	padding-bottom: 60px;
}
#contentRight {
	float: right;
	width: 480px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 20px;
}
.warning {
	color: #F00;
	width: 320px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imageTitle {
	margin-bottom: 10px;
}
body {
	background-color: #404040;
}
body,td,th {
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	font-weight: normal;
	color: #F93;
	font-size: 20px;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #EEE;
	font-size: 14px;
	font-weight: normal;
}
p {
	vertical-align: top;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #CCC;
	outline:none;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}

