html
{
	height: 100%;
	min-height: 100%;
}
body {
	padding:0;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width:1000px;
	color:#fff;
	background:#fff;
	font-family: tahoma, tahoma, verdana, arial, sans-serif;
    font-size: 13px;
}
#header {
	width:100%;
	height:124px;
	background:#ccc url(images/header_bg.jpg) repeat-x;

}

#wrapper {
	background:#fff;
	width:100%;
	min-height: 100%;
	position:relative;	
}

#content {
	padding-bottom:120px;
	width:750px;
	float:right;
	color:#32434a
	
}
.hr {
	background:#ccc url(images/hr.gif) repeat-x;
	height: 8 px;
	width:100%;
}
.clear {
	background: url(images/hr.gif) repeat-x;
	height: 8px;
	width:100%;
	clear:both;
	border:2px solid white;
}

#left {
	float:left;
	width:200px;
}
#left h2 {
	background:url(images/ul_head.gif) repeat-x;
	margin:0;
	padding:0;
	padding-left:7px;
	padding-bottom:7px;
}
#left ul {
	margin:0;
	padding:0;
	padding-left:10px;
	border:1px solid #bfbfbf;
	padding-bottom:7px;
	margin-bottom:15px;
}
#left ul li{
	margin:0;
	padding:0;
	border-bottom:1px dotted #989898;
	margin:5px;
}
a {
	color:#242d3a;
	text-decoration:none;
	font-family: tahoma, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
	font-weight: normal;
	
}

#path a {
	font-size: 13px;
}

a:hover {
	color:#e55800;

}


/* стилизация заголовков  */
.headlink{
	color:#5295ac;
}
h1 {
	font:18px tahoma;
	padding:0;
	margin:0;
	color:#000;
	font-weight:bolder;
}
h2 {
	font:18px tahoma;
	padding:0;
	margin:0;
}
h3 {
	color:#e55800;
}
/* стилизация текстов */
span {
	font:12px tahoma;
}
/* стилизация DIV */
#status {
	background:none;
	clear:both;
	height:100px;
	color:#000;
	font-size:12px;
	width:100%;
	border:2px solid #c9ced0;
	border-bottom:none;
}

.list {
	display:block;
	font-size: 13px;
	background: url(images/bullet.gif) no-repeat left center;
	padding-left:10px;
}
.list:hover {
	color:#e55800;
	background: url(images/bullet_o.gif) no-repeat left center;
}


.comment_header {
	margin-top: 20px;
}
.comment {
	width:400px;
	padding-bottom:10px;
	border-bottom: 1px dotted #e55800;
}

.date {
	position:absolute;
	right:0;
	top:0;
	padding:5 px;
	color:#e55800;
	font-weight:bolder;
}

.name {

	padding:5 px;
	color:#e55800;
	font-weight:bolder;
}
.splitter {
	background:url(images/ul_head.gif) repeat-x;
	color:#fff;
	width:100%;
	height:20px;
	padding-left: 10px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:20px;
}

.required {
	color:red;
	font-weight:bolder;
	font-size:14px;

}

