/* CSS Document */

body, html { /*background: #223c6a;*/ margin: 0; padding: 0; text-align: center;
	color: white;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 12px;
	font-weight: bolder;
}

#wrapper {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#header {

}

#movie {
	padding: 20px 0px 20px 0px;
}

#content2 {
	width: 640px;
	border-bottom: 1px solid #4e6388;
	border-top: 1px solid #4e6388;
}

#content_wrapper {
	position: relative;	
}

#content_left {
float: left;
width: 465px;
text-align: justify;
padding: 15px 0px 15px 0px;
}

#content_right {
width: 175px;
float: right;
text-align: right;
padding: 15px 0px 15px 0px;
font-size: 11px;
}

#footer {
font-size: 9px;
padding: 5px 0px 15px 0px;
text-align: left;
width: 640px;
color: #4e6388;
}

#footer a {
	text-decoration: none;
	color: #4e6388;
	font-size: 9px;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}

.clear {
	clear: both;
}

.line {
	height: 1px;
	width: 640px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #4e6388;
}



.noflash {
	width: 630px;
	height: 550px;
	text-align: left;
}

.warningbox {
	border: 1px solid #4e6388;
	width: 629px;
	height: 371px;
	margin-bottom: 10px;
	background: url(../images/icon_caution.gif) no-repeat 142px 157px;
}

.warningbox .text {
	width: 250px;
	top: 167px;
	position: relative;
	left: 220px;
	font-size: 11px;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #98a1b2;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	color: white;
}
