*{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration: none;
	list-style-type: none;
}
body  {
	font-size: 11px;
	background: #fff;
	/*
	overflow-y: scroll;
	*/
}
#page_wrapper {
	position: relative;
	width: 950px;
	margin: 10px auto 0;
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
	background: #fff;
	overflow: hidden;
}

/* ____________________________________________________ Header start _________ */
#header {
	height: 148px;
}
#header_top {
	height: 92px;
	border-bottom: 1px solid #eee;
}
#header_top img.header_logo  {
	width: 155px;
	height: 92px;
	border: none;
	margin-left: 7px;
}
#header_top h2  {
	display: none;
}
#header_top a, #header_top h1 {
	float: left;
}
#header_top p {
	float: right;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #446a92;
	text-transform: uppercase;
	text-align: right;
	padding-right: 5px;
	margin: 10px 0 0 27px;
}
#header_top h1 {
	width: 290px;
	height: 70px;
	margin: 11px 0 0 53px;
	text-indent: -3000px;
	background: url('../gfx/logo_name.gif') no-repeat;
}
#header_bottom {
	height: 52px;
	border-bottom: 1px solid #eee;
}
#header_bottom h3 {
	width: 100px;
	height: 29px;
	margin: 11px 0 0 56px;
	text-indent: -3000px;
	background: url('../gfx/logo_number.gif') no-repeat;
	float: left;
}
#header_bottom div {
	width: 728px;
	height: 40px;
	float: right;
	margin: 5px 5px 0 0;
	border: 1px solid #446a92;
	background: #666 url('../gfx/header_banner.jpg') no-repeat;
}
/* _______________________________________________________________ Menu start _________ */

#menu {
	float: left;
	width: 170px;
	margin: 20px 0 0 15px;
}
#menu a {
	display: block;
	text-transform: uppercase;
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 20px;
	outline: none;
	color: #446a92;
}
#menu a:hover, #menu a.menu_current {
	background: url('../gfx/arrow_menu.gif') no-repeat 0 5px;
	padding-left: 14px;
}
.menu_current {
	color: #97a8ba!important;
	cursor: default;
}

/* __________________________________________________________________ Content start _________ */

#content_main {
	width: 720px;
	margin: 20px 15px 10px 0;
	overflow: hidden;
	float: right;
}
#content_left {
	width: 470px;
	float: left;
	overflow: hidden;
}

#content_right {
	width: 220px;
	float: right;
}
/* ______________________________________________________________ Small titles and for all __________ */

.small_heading {
	height: 26px;
	border-top: 1px solid #efefef;
	text-transform: uppercase;
	font-size: 10px;
	font-family: verdana,helvetica,sans-serif!important;
	color: #002e66;
}

.clear {
	clear: both;
}