
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

.clear {clear:both;}

BODY {
	background:#000000;
	font:13px Arial;
	color: #BBB;
	}
A {color:#F00;}
A:hover {text-decoration:none;}

.none {display:none;}
.clear {clear:both;}


#container {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	padding: 0 0 60px 0;
	background-image:url('bg.jpg');
}

/*
 * Шапка
 */
#header {
	height: 165px;
	vertical-align: middle;
/*	background-image: url('header.jpg');*/
}

#header #l {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	height: 145px;
	width: 127px;
	background-image: url('head_l.gif');
}
#header #r {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	height: 145px;
	width: 127px;
	background-image: url('head_r.gif');
}
#header #c {
	position:absolute;
	left:50%;
	margin-top: 10px;
	margin-left:-141px;
	height: 145px;
	width: 282px;
	background-image: url('head_c.gif');
}

/*
 * Верхнее меню
 */
#topmenu {
	padding: 10px;
	text-align: center;
	font: 16px Arial;
/*	border-bottom: 3px solid #200;*/
}
#topmenu ul {
}
#topmenu div {
	display: inline;
	margin-right: 10px;
}
#topmenu A {color:#BBB;text-decoration:none;}
#topmenu A:hover {color:#B00;text-decoration:underline;;}

/*
 * Правое меню
 */
#right {
	float: right;
	font: 14px Arial;
	width: 180px;
	padding:10px;
}
#right .li .ul {
	padding-left: 10px;
}
#right A {color:#BBB;text-decoration:none;}
#right A:hover {color:#B00;text-decoration:underline;}
#right h1 {color: #B11;padding-bottom: 5px;padding-top:20px;font: 18px Arial;}

/*
 * Контент
 */
#content {
	display: block;
	overflow: hidden;
/*	border-right: 3px solid #200;*/
	padding: 15px 15px 15px 15px;
	
}
.inner {
	padding: 0 0 30px 0;
}
.inner strong {
	color: #DDD;
}
.inline {
	float:left;
}
/*
 * Формы
 */

form dt, dd{padding:2px;}
form label {color:#777}
form label.required {font-weight:bold}
form dd{padding-bottom:10px;}
form fieldset{margin-left:10px;width:670px;padding:10px;border:1px solid #700}
form fieldset legend{color:#777;font-size:1.4em;}
form #captcha-input{margin-top:5px;}
form ul.errors {color:#D00;}
form #fieldset-buttonsGroup{border:0px;}

INPUT {
	color: #DDD;
	background:none;
	border:1px solid #777;
	font:12px Arial;
	margin: 0 5px 10px 0;
	padding:1px 5px;
	width:90%;
	}

TEXTAREA {
	color: #DDD;
	background:none;
	border:1px solid #777;
	font:12px Arial;
	margin: 0 5px 10px 0;
	padding:1px 5px;
	width:90%;
	}

.form_mini INPUT.text {
	color: #DDD;
	background:none;
	border:1px solid #777;
	float:left;
	font:12px Arial;
	margin: 0 5px 10px 0;
	padding:1px 5px;
	width:90%;
	}
.form_mini INPUT.submit {
	position:relative;
	}
.form_mini fieldset{width:140px;}


/*
 * Постраничность
 */
.pager {margin:0 0 25px;}
	.pager LI {
		display:inline;
		font:16px Arial;
		margin:0 3px;
		}

/*
 * ссылки
 */
#content A {color:#A00;text-decoration:none;}
#content A:hover {color:#B00;text-decoration:underline;}

/*
 * Заголовки
 */
#content h1 {
	font: 22px Arial;
	color: #B00;
	text-align:center;
	margin-bottom: 40px;
	margin-top: 10px;
}
#content h2 {
	font: 20px Arial;
	color: #B00;
	margin-bottom: 20px;
	margin-top: 10px;
}
#content h3 {
	font: 18px Arial;
	color: #BBB;
	margin-bottom: 15px;
	margin-top: 7px;
}
#content h4 {
	font: 16px Arial;
	color: #BBB;
	margin-bottom: 10px;
	margin-top: 5px;
}
#content h5 {
	font: 14px Arial;
	color: #BBB;
	margin-bottom: 10px;
	margin-top: 5px;
}
#content h6 {
	font: 12px Arial;
	color: #BBB;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*
 * Рамки
 */
.border {
	border: 1px solid #B00;
	padding:5px;
	margin: 0 10px 0 10px;
}
.hr {
	height: 1px;
	color: #600;
	background-color: #700;
	margin: 5px;
}

/*
 * комментарии и сноски
 */
.comment {
	font: 12px Arial;
	color: #999;
	margin: 5px 5px 5px 10px;
}
.bred {
	display: block;
	width: 100%;
	font: 12px Arial;
	color: #999;
	margin: 5px 5px 5px 10px;
}

/*
 * Картинки
 */
img {
	border: 3px solid #600;
	margin: 5px;
}


/*
 * Подвал
 */
#footer {
	width: 100%;
	height: 50px;
	position: absolute;
	margin-top: -50px;
	top: 100%;
	text-align: center;
	font-size: 12px;
	color: #777;
}
