@CHARSET "UTF-8";
body {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	display: block;
	width: 931px;
}
.head {
	background: url(images/logo.png) no-repeat 9px top;
	height: 154px;
}
div {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.head .menu {
	height: 44px;
	top: 87px;
}
.head .menu .menu_left {
	background: url(images/main_menu_icon.png) no-repeat left top;
	clear: right;
	float: left;
	height: 44px;
	width: 178px;
}
.head .menu .menu_right {
	float: left;
	height: 44px;
	width: 753px;
	background: url(images/main_menu_bgr.png) repeat-x left top;
}
.head .menu .menu_right ul {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 3px 0px 3px 18px;
	position: relative;
	list-style: none;
	background: url(images/main_menu_right.png) no-repeat right 3px;
}
.head .menu .menu_right ul li {
	display: block;
	float: left;
	font-size: 18px;
	height: 38px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.head .menu .menu_right ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px 10px;
	height: 24px;
	position: relative;
}
.content .left_column {
	clear: right;
	float: left;
	width: 195px;
	height: 100px;
}
.content .content_column {
	clear: right;
	float: left;
	width: 726px;
	padding-left: 10px;
}
.content .content_column h1:first-child {
	padding-top: 10px;
	margin-top: 0px;
}
.content .content_column h1 {
	font-size: 40px;
	font-weight: normal;
	color: #D20504;
}
.footer {
	clear: both;
}
.footer hr {
	background: url(images/separator_bgr.png) repeat-x left 10px;
	display: block;
	padding: 10px 0px;
	height: 18px;
	border-style: none;
	margin: 0px;
}
.content .content_column h2 {
	font-weight: normal;
	font-size: 24px;
}
.content .content_column .article {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.content .content_column a {
	color: #D20504;
	text-decoration: none;
}                                                                                                            
