* {
	padding:0;
	margin:0;
}
html, body {
	width:100%;
	height:100%;
}
div, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;

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

#center {
	width:100%;
	height:100%;
    text-align:center;
}
#page {
	width:805px;
	height:100%;
    text-align:center;
    margin:0px auto;
	text-align:left;
}

/* Шапка */
#head {
	height:129px;
	background-image: url(../images/head_fill.gif);
}
#himg {
	width:100%;
	height:100%;
	background: url(../images/head_img.jpg) no-repeat top right;
}
#logo {
     border:0;
}

#head ul {
     position:relative;
     /*width:50%;*/
     margin-left:10px;
     margin-right:250px;
     top:20px;
     border-top:1px solid #c1c1c1;
}
#head li {
	display:inline;
	padding-left:10px;
}
#head ul a {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
#head ul a:hover {
	text-decoration:underline;
}

/* Коробки */
#box {
	float:left;
	clear:right;
	display:block;
	margin-top:40px;
	width:268px;
	/*height:300px;*/
	text-align:center;
}
#box ul {
	margin-top:1.5em;
	margin-left:8em;
	list-style-image:url(../images/arrow_red.gif);
	text-align:left;
	color:#696969;
}
#box li {
	margin-top:0.6em;
}
#box span {
	font-size:9px;
}

/* Заголовок контента */
#title {
	float:left;
    width:100%;
	height:62px;
	margin-top:40px;
	background: url(../images/bg_news.gif);
}
#news {
	float:left;
    width:100%;
    padding-bottom:2em;
}
#news p {
	float:left;
	clear:right;
	padding-left:25px;
	color:#ff0000;
}
#news span {
    display:block;
    float:right;
    width:85%;
	color:#707070;
}
#news strong {
	color:#000000;
}

/* Подвал */
#dev {
    float:left;
    width:100%;
    height:35px;
	border-top: 1px #CCCCCC dashed;
	margin-top:20px;
}
#dev span {
	display:block;
    margin-top:10px;
	margin-left:20px;
}

/* Выбор разделов слева на вложенных страницах */
#leftboxes {
    float:left;
	clear:right;
	margin-top:30px;
	width:136px;
}
#leftboxes img {
	margin-top:10px;
}

/* Текстовый контент сайта */
#content {
    float:right;
	clear:right;
    width:81%;
}
#pagetitle {
	/*float:right;
	clear:right;*/
    width:100%;
	height:62px;
	margin-top:40px;
	background: url(../images/bg_news.gif);
}
#txtcontent {
	visibility:visible;
	padding:5px 20px 5px 20px;
}
#txtcontent p {
	margin-bottom:2em;
}

