* {
	margin: 0;
    padding: 0;
}
html, body {
	height: 100%;
}
body {
    background-color: #F5F5F5;
	font-family: Arial;
	font-size: 13px;
	overflow-x: hidden;
}
img {
	border: 0;
}
.outer_wrapper {
	min-height: 100%;
	position: relative;
}
.inner_wrapper {
	padding-bottom: 57px;
}
* html .outer_wrapper {
	height: 100%;
}

/* HEADER STYLES */

.left_bg {
	background: url(/img/bg_header_left2.jpg) no-repeat right top;
}
.right_bg {
	background: url(/img/bg_header_right2.jpg) no-repeat left top;
}

/* CONTENT BLOCK STYLES */

.content {
	padding-bottom: 57px;
}
#content_container {
	margin: 0pt auto;
	padding-left: 0pt;
	width: 1000px;
	/*min-height: 450px;*/
	height: auto !important;
	height: 450px;
}
#inside_content_container {
	margin: 0pt auto;
	padding-left: 0pt;
	width: 1000px;
	/*min-height: 700px;*/
	height: auto !important;
	height: 700px;
}
#content {
	padding-top: 35px;
	/*
	min-height: 450px;
	height: auto !important;
	margin: 0 auto;
	*/
}

/* MENU BLOCK */

#menu_container {
	float: left;
	width: 317px;
}
#menu {
	padding-left: 52px;
	width: 265px;
}
.link {
	height: 16px;
	width: 265px;
	margin-bottom: 10px;
}
.subpoint {
	margin-left: 20px;
}
.simple_link {
	background: url(/img/link_simple.gif) no-repeat;
	background-position: 0px 4px;
	height: auto;
	padding-left: 10px;
	width: 250px;
}
.active_link {
	background: url(/img/link_active.gif) no-repeat left center;
	height: auto;
	padding-left: 10px;
	width: 250px;
}
#menu a {
	font-size: 13px;
	font-weight: bold;
	/*padding-left: 10px;*/
}
#menu a:link, #menu a:visited {
	color: #00768C;
	text-decoration: underline;
}
#menu a:hover, #menu a:active {
	color: #00768C;
	text-decoration: none;
}
#menu a.active:link, #menu a.active:visited {
	color: #ED1C24;
	text-decoration: underline;
}
#menu a.active:hover, #menu a.active:active {
	color: #ED1C24;
	text-decoration: none;
}
#menu a.sub, #menu a.sub_active {
	font-weight: normal;
}
#menu a.sub:link, #menu a.sub:visited {
	color: #00768C;
	text-decoration: underline;
}
#menu a.sub:hover, #menu a.sub:active {
	color: #00768C;
	text-decoration: none;
}
#menu a.sub_active:link, #menu a.sub_active:visited {
	color: #ED1C24;
	text-decoration: underline;
}
#menu a.sub_active:hover, #menu a.sub_active:active {
	color: #ED1C24;
	text-decoration: none;
}
#after_menu {
	padding: 40px 0 0 30px;
	width: 287px;
}
.after_block {
	width: 245px;
	height: 100px;
	padding-bottom: 20px;
}
.pic_block {
	float: left;
	width: 85px;
}
.text_block {
	float: left;
	padding-left: 10px;
	width: 150px;
}
.text_block p {
	color: #303030;
	font-size: 11px;
	font-weight: normal;
}

/* CENTER BLOCK */

#center_container {
	float: left;
	width: 460px;
	position: relative;
}
#center {
	padding-left: 0px;
}
.main_content, .inside_content {
	background: url(/img/bg_content.jpg) repeat-y;
	clear: both;
	margin-bottom: 20px;  /* !!! */
	margin-top: 20px; /* !!! */
	padding-left: 12px;
	padding-right: 25px;
	position: relative;
}
.main_content p {
	color: #00768C;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
}
.inside_content p {
	color: #303030;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

/* RIGHT BLOCK */

#news_container {
	float: left;
	width: 223px;
}
#news {
	padding-left: 0px;
}
.news_link {
	padding-bottom: 15px;
}
.news_link a:link, .news_link a:visited, .news_text a:link, .news_text a:visited{
	color: #268FA3;
	font-size: 11px;
	text-decoration: none;
}
.news_link a:hover, .news_link a:active, .news_text a:hover, .news_text a:active {
	color: #268FA3;
	font-size: 11px;
	text-decoration: underline;
}

/* FOOTER BLOCK */

#footer {
	background: url(/img/bg_footer.gif) repeat-x;
	clear: both;
	height: 57px;
	margin-top: -57px;
	position: relative;
}
#copyright {
	font-size: 11px;
	padding-top: 23px;
	text-align: center;
}

/* PARAGRAPH, OTHER */

.spacer {
	height: 50px;
	width: 1px;
}
.header {
	/*height: 22px;*/
	background: url(/img/h1.jpg) repeat-y left bottom;
	padding: 0 0 0 12px;
}
h1 {
	color: #00768C;
	font-size: 21px;
	font-weight: normal;
}
h5 {
	color: #00768C;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
p.news_date {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
p.news_text {
	color: #303030;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 0;
}