body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #373737;
	margin:30px 0 30px 0;
	text-align:center;
}
#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	background: url(images/shadow1.jpg) repeat-x top #f9edd3; /* фон чата */
	padding-top:12px;
}
#banner{
	background:url(images/topbanner.jpg)repeat-x top;
	background:#efcf8a; 
	height:176px;
	width:100%;
}
h1{
	font-size:36px;
	font-weight:bold;
	color:#3b3334;
	margin:0;
	padding:15px 0 0 0;
}
#logo{
	float:left;
	padding:30px;
	width:650px;
}
#logo img{
	float:left;
	padding:5px;
	background:white;
	border:1px solid #ccc;
	margin-right:30px;
}
h2{
	font-size:24px;
	color:#666;
	margin:10px 0 0 0;
	font-weight:normal;
}
#info{
	float:right;
	position:relative;
	width:160px;
	height:110px;
	padding:5px 30px; 0 0;
	text-shadow:1px 1px white;
	text-align:right;
}
#contact{
	position:absolute;
	top:20px;
	right:-14px;
	background:url(images/3drepeat.jpg) repeat-x top;
}
#contact span{
	display:block;
	padding:7px 0 0 0;
	height:38px;
	width:100px;
	background:url(images/3dright.jpg) bottom right no-repeat;
	font-weight:bold;
	color:white;
	font-size:14px;
	text-shadow:1px 1px #005c70;
	text-align:center;
	cursor:pointer;
}
#contact #form{
	background:#0aaed1;
	padding:20px;
	text-shadow:1px 1px #00596c;
	color:white;
	position:relative;
	z-index:10;
}
#contact #form em{
	position:absolute;
	bottom:-11px;
	right:0;
	background:url(images/3dright.jpg) bottom left;
	height:12px;
	width:14px;
}
#contact #form p input, #contact #form p textarea{
	border-top:1px solid #00596c;
	border-left:1px solid #00596c;
	border-right:none;
	border-bottom:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	width:170px;
	padding:4px;
}
#contact #form .button{
	background:#004959;
	border:1px solid #33c8e8;
	color:white;
	padding:4px;
}
#close{
	position:absolute;
	top:-27px;
	right:20px;
	cursor:pointer;
	padding-right:20px;
	height:16px;
	background:right no-repeat url(images/close.png);
}
.section{
	width:100%;
	/* background:url(images/sectionrepeat.jpg) repeat-x bottom; */
	background:#fcf5e5;
	padding:30px 0;
}
h3{
	position:relative;
	background:#0aaed1;
	font-size:24px;
	color:white;
	font-weight:bold;
	width:180px;
	padding:7px 20px 7px 20px;
	margin:0;
	float:left;
}
.lefthead{
	background:url(images/h3left.jpg) top left no-repeat;
	width:14px;
	height:49px;
	position:absolute;
	top:0;
	left:-14px;
}
.content{
	float:right;
	padding-right:30px;
	width:670px;
}
.content p{
	line-height:20px;
}
.clear{
	clear:both;
}
h4{
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#000;
	text-shadow:1px 1px white;
}
h5{
	margin:5px 0 5px 0;
	font-size:18px;
	font-weight:normal;
	color:#666;
	text-shadow:1px 1px white;
}
.item{
	padding:0 0 10px 0;
	border-bottom:1px solid #ddd;
	position:relative;
}
.date{
	position:absolute;
	top:10px;
	left:-180px;
	width:140px;
	height:22px;
	padding-top:8px;
	background:#efcf8a;
	border:1px solid #efcf8a;
	font-size:11px;
	text-align:center;
	text-shadow:1px 1px white;
	text-transform:uppercase;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
ul{
	line-height:20px;
}