* {
	margin: 0;
	padding: 0;
}
body {
	background: #d4d1d2;
	text-align: center;
	padding: 15px 0;
	behavior: url("css/csshover2.htc");
}
#wrapper {
	background: url(../images/body_bg.gif) repeat-y;
	width: 800px;
	margin: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: solid 1px #656d37;
	background: #cccccc;
}
img.nb {
	border: none;
}
a {
	text-decoration: underline;
	color: #2b4c76;
}
a:hover {
	color: #dcaf34;
}
a:visited {
	color: #424d0e;
}
li {
	margin-left: 35px;
}
/* header */
#header {
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat;
	height: 158px;
}
#logo {
	position: absolute;
	top: 11px;
	left: -33px;
	background: url(../images/logo.jpg) no-repeat;
	width: 260px;
	height: 116px;
	display: block;
}

/* left column */
#column_left {
	float: left;
	width: 158px;
	text-align: center;
	font-size: 11px;
	color: #2b4c76;
	position: relative;
	z-index: 100;
}
#column_left #menu {
	margin-bottom: 10px;
	text-align: left;
	_height: 1px;
}
#column_left #menu li {
	list-style: none;
	margin-left: 0;
	position: relative;
	display: block;
	_height: 1px;
}
#column_left #menu li a {
	display: block;
	color: #2b4c76;
	padding: 6px 5px 4px 27px;
	text-decoration: none;
	_height: 1px;
}
#column_left #menu li:hover {
	background: #f9f9e4;
}
#column_left #menu li:hover.submn {
	_margin-bottom: -2px;
}
#column_left #menu li ul {
	position: absolute;
	left: 158px;
	top: 0;
	display: none;
}
#column_left #menu li:hover ul {
	display: block;
}
#column_left #menu li li a {
	background: url(../images/submenu_bg.png);
	_background: #f9f9e5;
	padding-left: 13px;
	width: 140px;
}
#column_left #menu li li:hover {
	background: none;
}
#column_left #menu li li a:hover {
	background: #d87330;
	color: #f9f9e4;
	text-decoration: underline;
}
.bold {
	font-size: 12px;
	font-weight: bold;
}
.padd_9 {
	padding: 9px;
}
#column_left img,
#column_left p,
#column_right img,
#column_right p {
	margin-bottom: 20px;
}

/* center */
#column_cntr {
	width: 447px;
	_width: 445px;
	float: left;
	padding: 5px 13px;
	position: relative;
	z-index: 10;
	padding-bottom: 10px;
}
h1, h2 {
	font-size: 22px;
	color: #424d0e;
	font-weight: normal;
	margin-bottom: 9px;
}
h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
#column_cntr p {
	margin-bottom: 10px;
	line-height: 15px;
}
#column_cntr li {
	line-height: 15px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
/* right column */
#column_right {
	float: left;
	width: 151px;
	padding: 0 9px;
	text-align: center;
	font-size: 11px;
	color: #2b4c76;
	position: relative;
	z-index: 10;
	padding-top: 8px;
}
#search {
	height: 23px;
	margin-bottom: 10px;
}
#search .inp_text {
	float: left;
	background: url(../images/search_inp.jpg) no-repeat;
	width: 106px;
	height: 13px;
	border: none;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#search .button {
	background: url(../images/search_butt.jpg) no-repeat;
	width: 31px;
	height: 23px;
	border: none;
	cursor: pointer;
	float: left;
}

/* footer */
#footer {
	clear: both;
	background: #d87330;
	height: 21px;
	font-size: 9px;
	color:#e8f1f5;
	line-height: 21px;
	padding: 0 12px;
	position: relative;
	z-index: 100;
}
#footer a {
	color:#e8f1f5;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#inf_box {
	bottom: 0;
	right: -7px;
	position: absolute;
	background: url(../images/info_box.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/info_box.png', sizingMethod='crop');
	width: 164px;
	height: 58px;
	font-size: 16px;
	color: #424d0f;
	padding-left: 28px;
	padding-top: 6px;
	z-index: 100;
}
#inf_box a {
	text-decoration: none;
	color: #424d0f;
}
#inf_box a:hover {
	text-decoration: underline;
}