* {
	padding:0;
	margin:0;
}


BODY {
	background:left top url(/templates/ets/images/bg_big.gif) repeat;
	background-color: #000000;
	text-align: center;
	font-family: Arial,Helvetica,Verdana;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
}

A {
	color: #CCCCCC;
	text-decoration: underline;
}

#main {
	/*background-color: #F5F5F5;*/
	margin: 0 auto;
	width: 780px;
	text-align: center;
	z-index:2;
	
}

#head {
	position:relative;
	width: 780px;
	height:214px;
	/*background-color:#BBCCFF;*/
	z-index:200;
	text-align:center;
}

#c_main {
	/*background-color: red;*/
	width:780px;
	/*height: 400px;*/
	/*height:100%;*/
	/*float: left;*/
	/*left: 0px;*/
	/*text-align:center;*/
	/*position: relative;*/
	top: 116px;
	visibility:visible;
}

#c_left {
	/*background-color:blue;*/
	width: 180px;
	/*float:left;*/
	left: 0px;
	top: 0px;
	/*position:absolute;*/
	float:left;
	/*text-align:left;*/
	z-index:6;
}

#c_here {
	/*background-color: silver;*/
	width:470px;
	/*height: 450px;*/
	/*height: 100%;*/
	float: left;
	/*left:180px;*/
	/*overflow:hidden;*/
	position:relative;
	top:-104px;	
	z-index: 1;
}

#c_here_max {
	/*background-color: silver;*/
	width:590px;
	/*height: 450px;*/
	/*height: 100%;*/
	float: left;
	/*left:180px;*/
	/*overflow:hidden;*/
	position:relative;
	top:-104px;	
	z-index: 1;

}


#c_right {
	/*background-color:grey;*/
	/*float: right;*/
	
	/*left:640px;
	position:absolute;
	*/
	float:right;
	width: 120px;
	overflow:hidden;
	position:relative;
	top:-104px;	
	z-index:5;
}

#footer {
	/*position:relative;*/
	text-align:center;
	clear:both;
	margin-left:50px;
	padding-top:10px;
	/*top:-104px;*/
	display:block;
}

#shortreview {
	font-size:10px;
	font-style:italic;
	font-size-adjust: none;
	text-align: center;
	padding:8px;
	margin:0;
}