body {
	margin: 0;
	padding: 0;
	background: #c3dce5 url(../images/body_bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002636;
}

.wrapper {
	width: 950px;
	background: url(../images/wrapper_bg.png) repeat-y;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	height: 170px;
	background: url(../images/head_img.jpg) no-repeat;
	position: relative;
	width: 950px;
	margin: 0 auto;
	border-bottom: 11px solid #0093d0;
}

.nav_container {
	width: 950px;
	margin: 0 auto;
}

.nav {
	background: #002636;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

.nav td {
	text-align: center;
}

.nav a {
	color: #fff;
	text-decoration: none;
}

.nav a:hover,
.nav a#active {
	color: #89dbfc;
}

.nav td.bullet {
	background: url(../images/nav_bullet.png) no-repeat center center;
}

.content {
	background: #fff;
	padding: 15px;
}

.inner_content {
	padding: 45px 35px;
}

.content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	margin-top: 0;
	margin-bottom: 10px;
}

.content h3.home {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 10px;
}

.flashmov {
	margin-left: 45px;
	margin-top: -50px;
	float: right;
}

.flashmov_home {
	margin-left: 45px;
	margin-top: -110px;
	float: right;
}

.btm_content {
	background: #cfe3e6 url(../images/btmcontent_bg.png) no-repeat center bottom;
	height: 100%;
}

.btm_content .left,
.btm_content .right {
	font-size: 11px;
	padding: 25px;
}


.btm_content .right {
	width: 409px;
	float: right;
}

.btm_content .left h3,
.btm_content .right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.clr {
	clear: both;
}

table.news td img {
	border: 1px solid #011720;
	margin-bottom: 10px;
}

.footer {
	background: #002636 url(../images/footer_bg.png) center bottom no-repeat;
	padding: 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #cfe3e6;
}

tr.row1 {
	background: #b4cfd9;
}

tr.row2 {
	background: #bbd6e0;
}