html {
	background: url(img/bg.png) repeat-x;
}
body {
	width: 1000px;
	margin: 0 auto; 
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	position: relative;
}
#top {
	background: url(img/top.png) no-repeat;
	height: 155px;
}
#top img {
	position: absolute;
	top: 51px; left: 333px;
}
#phone {
	position: absolute;
	top: 50px; right: 40px;
	color: #fff;
	font-size: 14pt;
}
#icq {
	position: absolute;
	top: 76px; right: 40px;
	color: #fff;
	font-size: 13pt;
}
#search {
	position: absolute;
	top: 109px; right: 100px;
}
#search input {
	border: none;
	font-size: 10pt;
	font-style: italic;
	color: #000;
	height: 16px; width: 115px;
}
#search a {
	position: absolute;
	left: 125px;
	height: 20px; width: 50px;
}
#menu {
	background: url(img/menu_bg.png) repeat-x;
	padding: 0 40px;
}
#menu a {
	line-height: 34px;
	text-decoration: none;
	color: #B3B3B3;
	display: block;
}
#menu a:hover, #menu a.sel {
	background: url(img/hover.png) scroll center no-repeat;
	color: #fff;
}
#menu td {
	background: url(img/menu_hr.png) scroll right no-repeat;
	text-align: center;
	vertical-align: top;
	width:10%;
}
#menu td.nobg {
	background: none;
}
#left {
	width: 228px;
	float: left;
	background: url(img/menu2_bg.png) repeat-y;
}
#menu2 {
	padding-top: 20px;
}
#menu2 a {
	display: block;
	padding: 8px 40px;
	text-decoration: none;
	color: #808080;
}
#menu2 a:hover, #menu2 a.sel {
	color: #000;
	text-decoration: underline;
}
#menu2 hr {
	background: url(img/m2_hr.png) no-repeat !important;
	margin: 0px !important;
	border: none;
	height: 3px !important;
}
#left .date {
	background: url(img/date.png) no-repeat;
	padding: 0 10px;
	margin: 20px 0 0 45px;
	color: #fff;
	line-height: 23px;
	font-weight: bold;
}
#left .news {
	padding-left: 57px;
	color: #808080;
	display: block;
}
#left h1 {
	font-size: 13pt;
	text-decoration: underline;
	padding-left: 40px;
	font-weight: normal;
	margin: 0;
}
#left hr {
	background: url(img/l_hr.png) no-repeat;
	margin: 20px 0 0;
	border: none;
	height: 22px;
}
#left .date2 {
	background: url(img/date2.png) no-repeat scroll 50% 0;
	padding-top: 10px;
	margin: 16px 47px 0;
	color: #fff;
	height: 61px;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
}
#left .date2 b {
	font-size: 16pt;
}
#left img { padding: 10px 40px;}
a img { border: 0 }
#content {
	padding: 5px 20px 20px 263px;
	color: #666;
	background: url(img/menu2_bg.png) repeat-y;
}
#content h1, #content h2, #content h3{
	color: #f00;
	margin: 15px -15px;
	font-weight: normal;
}
#content hr {
	background: url(img/c_hr.png) no-repeat;
	margin: 20px;
	border: none;
	height: 21px;
}
#content ul {
	color: #000;
}
#content a {
 color: #333;
 text-decoration: none;
}
#content a:hover {
 text-decoration: underline;
}
div.photo {
 float: left;
}
div.photo div {
 width: 140px; height: 140px;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
div.photo img {
 border: 2px solid #fff;
}
#bottom {
	clear: both;
	height: 53px;
	background: url(img/bottom.png) no-repeat;
}

#left, #left a {
	color: #000;
}

form b {
	color: #F22122;
}
