body {
	margin: 0;
	padding: 0;
	background:#AE0409;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}

p, p a, li {
	font-size:13px;
}

a img, img {
	border:none;
}

h1, h2 {
	display:inline;
	color:white;
	text-transform:uppercase;
	font-size:17px;
	letter-spacing:0.05em;
}

h2 {
	font-size:14px;
	font-weight:normal;
}

a {
	font-size:10px;
	text-transform:uppercase;
	color:white;
	margin:4px;
	padding:0;
}

a:hover {
	color:yellow;
}

#main {
	width:653px;
	height:auto;
}

#body {
	width:653;
	height:490;
}

#header {
	margin-bottom:5px;
	text-align:center;
}

a#importantHolder {
	display:block;
	float:right;
	width:119px;
	height:30px;
	background:url(../_support/title_important_ru.gif) no-repeat center -5;
}
a#importantHolder:hover {
	background:url(../_support/title_important_ru_over.gif) no-repeat center -5;
}

#footer {
	margin-top:35px;
	margin-bottom:0px;
	font-size:10px;
	text-align:left;
	
}

#footer div {
	float:left;
	width:auto;
}

#abc {display:none;}

.floated {float:left;}
.cleared {clear:both; float:none;}
/*SHADOW

.base {
	position:relative;
	z-index:2;
}

.shadow {
	position:relative;
	top:-20px;
	left:2px;
	z-index:1;
}

.shadow h1 {
	color:black;
}
*/

#info {width:100%; margin:30px 0px 0px 0px; padding:0;}
#info .floated {width:50%; }
.floated p {padding:5px; text-align:justify; font-size:11px;}
.floated p strong {font-weight:normal; color:gold;}
#info .floated h1, #info .floated  h2 {display:none;}
