/* CSS Document */
html,body{
	font-family: verdana, tahoma, arial;
	background-color: #000000;
	background-image: url(images/back_textura.jpg);
	background-repeat: repeat-x;
}

table {
	font-size: 10px;
	color: #fefdd6;
}

input {
	background-color: #EDEDEE;
	border: 1px solid #1A2028;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-left: 2px;
}

textarea {
	font-family: verdana, tahoma, arial;
	background-color: #EDEDEE;
	border: 1px solid #1A2028;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-left: 2px;
}

a {
	text-decoration: none;
	color: #000000;
}

#main {
	width: 852px;
	min-height: 560px;
	border: 1px solid #fefdd6;
	text-align: left;
	background-color: #6a0000;
/*	background-image: url(images/red.jpg);
	background-repeat: repeat-x;
*/	
	overflow: auto;
}

#glava {
	width: 850px;
	height: 135px;
	overflow: hidden;
}

.glava_part {
	width: 275px;
	height: 135px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

#tqlo {
	width: 850px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pole{
	margin: 0 auto;
	width: 135px;
	height: 135px;
	overflow: hidden;
	background-color: #fefdd6;
	opacity: .9;
	filter: alpha(opacity=90);
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
}

.pole table {
	background-color: #fefdd6;
	opacity: .9;
	filter: alpha(opacity=90);
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.vip_pole{
	margin: 0 auto;
	width: 135px;
	height: 60px;
	overflow: hidden;
	background-image: url(images/vip.gif);
	background-repeat: no-repeat;
	background-color: #fefdd6;
	opacity: .9;
	filter: alpha(opacity=90);
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
}

.vip_pole table {
	background-color: #fefdd6;
	opacity: .9;
	filter: alpha(opacity=90);
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.linka {
	color: #fefdd6;
}

.linka a {
	color: #fefdd6;
	text-decoration: none;
}

.linka a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.linkain {
	color: #000000;
}

.linkain a {
	color: #6a0000;
}

.linkain a:hover {
	color: #6a0000;
	text-decoration: underline;
}

#footer {
	width: 845px;
	height: 20px;
	font-size: 10px;
	color: #fefdd6;
}

#footer a {
	font-size: 10px;
	color: #fefdd6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}