html
{
	height:100%;
	margin:0px auto;
	padding:0px auto;
}
body
{
	height:100%;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #666666;
	margin:0px auto;
	padding:0px auto;
}

#mainContainer{
height:100%;
width:100%;
}


#player{
display:none;
}

.container 
{
	position: relative;
	width: 970px;
	height: 99%;
	_height:98%;
	margin:0px auto;
	background-color: #333333;
}
.leftBar
{
	position:relative;
	float:left;
	height: 750px;
	_height:730px;
	width: 260px;
	_width:259px;
	_overflow-x:hidden;
	background-color: #333333;
	text-align:center;
}
.middleBar
{
	position:relative;
	float:left;
	height: 750px;
	_height:733px;
	width: 245px;
	background-color: #FFFFFF;
}
.rightBar
{
	float:left;
	height: 670px;
	width: 425px;
	_width:410px;
	background-color:#FF0000;
	background-color: #333333;
	line-height: 14pt;
	padding:40px 20px 40px 20px;
	font-size:small;
	
}
.rightImgBar
{
	float:left;
	height: 670px;
	width: 385px;
	background-color: #333333;
	line-height: 14pt;
	font-size:small;
	
}

.whatsNewBar
{
	float:left;
	height: 750px;
	width: 710px;
	background-color: #FFFFFF;
}
.leftTopMenu
{
	text-align:left;
	padding:30px 5px 10px 5px;
	width:261px;
	_width:250px;
}

.leftMiddleMenu
{
	text-align:left;
	padding:10px 10px 10px 10px;
}

.leftBottomMenu
{
	position:absolute;
 	bottom:0px;
 	left:0px;
	text-align:left;
	padding:10px 10px 10px 10px;
}
.homeButton
{
	position:absolute;
 	top:35px;
 	left:0px;
	padding:55px 10px 10px 10px;
}
.homeButton a
{
	padding: 0px 6px 6px 11px;
	text-decoration: none;
	background:url(/images/home.gif);
}
.middleBarContent
{
	height:610px;
	padding:100px 20px 40px 20px;
}
.sndButton
{
	position:absolute;
 	bottom:20px;
 	left:195px;
	padding:10px 10px 10px 10px;
}
.middleNxt
{
	position:absolute;
 	bottom:0px;
 	right:10px;
 	padding:10px 10px 8px 10px;
}
.langChangeBlack
{
	float:right;
	padding:1px 8px 1px 8px;
	font-weight: bolder;
}
.langChangeBrown
{
	position:absolute;
	bottom:0px;
 	left:540px;
	padding:10px 8px 15px 8px;
	font-weight: bolder;
}
img.rightBar
{
	margin:0px;
	padding:0px;
}
img.rightImgBar
{
	margin:0px;
	padding:0px;
}
.rightBar
{
font-size:medium;
color:white;
}

.rightBar h1
{
	color:white;
	font-size: medium;
}

.clr{
clear:both;
}

.row{
float:left;
width:200px;
background-color:#FF0000;
}

.row input{
display:inline;
}

.row span{
display:inline;
}

.form{
line-height:20px;
width:300px;
margin:0px auto;
}

.form .input2-error{
background-color:#CCCCCC;
}

.form input{
float:left;
width:180px;
height:16px;
border:1px solid #333333;
margin:0px 0px 6px 0px;
font-size:10px;
}

.form textarea{
float:left;
width:177px;;
margin:0px 0px 6px 0px;
font-size:11px;
}

.form label{
clear:both;
float:left;
width:115px;
height:20px;
}

.form .button{
height:20px;
width:126px;
text-align:center;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
float:left;
margin:10px 0px 0px 80px;
padding:1px 0px 0px 0px;
cursor:pointer;
background-color:#333333;
}