* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#ededde;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding: 50px 0px 0px 0px;
}
.clear {
	clear: both;
}
a {
	color: #db4f00;
}
.wrapper {
	margin: 0px auto;
	width: 900px;
}

#navbar_items {
	padding: 0px 0px 0px 12px;
}
#navbar_items li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-transform: uppercase;
}
#navbar_items li.current div.middle_navbar_item {
	background-color: #333333;
}
#navbar_items li.current div.left_navbar_item {
	background-color: #333333;
	background-image:url(../images/menu_top.jpg);
	width: 13px;
}
#navbar_items li.current div.right_navbar_item {
	background-color: #333333;
	background-image:url(../images/menu_top.jpg);
	background-position:right top;
	width: 13px;
}
#navbar_items li.current div.middle_navbar_item a {
	color: #fff;
	padding: 0px 5px;
}
#navbar_items li a {
	text-decoration: none;
	font-style: italic;
	color: #646464;
}
#navbar_items .left_navbar_item {
	width: 5px;
	float: left;
	padding: 6px 0px 8px 0px;
}
#navbar_items .middle_navbar_item {
	float: left;
	padding: 6px 0px 8px 0px;
}
#navbar_items .right_navbar_item {
	width: 5px;
	float: left;
	padding: 6px 0px 8px 0px;
}
#navbar_bottom {
	clear: both;
}
#navbar_bottom_items li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#navbar_bottom_items .middle_navbar_bottom_item {
	float: left;
	background-color: #ed5400;
	padding: 6px 0px 8px 0px;
}
#navbar_bottom_items .left_navbar_bottom_item {
	float: left;
	background-color: #ed5400;
	background-image:url(../images/menu_bottom.jpg);
	background-position:left top;
	width: 13px;
	padding: 6px 0px 8px 0px;
}
#navbar_bottom_items .right_navbar_bottom_item {
	float: left;
	background-color: #ed5400;
	background-image:url(../images/menu_bottom.jpg);
	background-position:right top;
	width: 71px;
	padding: 6px 0px 8px 0px;
}
#navbar_bottom_items .middle_navbar_bottom_item a {
	color: #fff;
	padding: 0px 5px;
}
#navbar_bottom_items li a {
	font-style: italic;
	color: #646464;
}
#flash_main {
	background-image:url(../images/flash_back.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	margin: 60px 0px 40px 0px;
}

#flash {
	margin: 0px auto;
	height: 280px;
	background-image:url(../images/flash_back.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	width: 900px;
}
#header_main {
	background-image:url(../images/flash_back.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}

#header {
	margin: 30px auto;
	height: 57px;
	background-color: #FFF;
	background-image: url(../images/header_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
}
#header h1 {
	font-size: 20px;
	margin: 0px 0px 0px 150px;
	font-weight: normal;
}
#side_content {

}
#side_content #side_bar {
	width: 300px;
	float: left;
}
#side_content #content {
	width: 600px;
	float: left;
}
#side_content #news_block h1 {
	font-weight: normal;
	font-family: Arial;
	padding-left: 200px;
	color: #333333; 
}
#side_content #news_block .date {
	float: left;
	padding: 0px 30px 0px 0px;
	color: #b5b5a5;
}

#side_content #news_block .text {
	float: left;
	width : 330px;
	color: #646464;
}
.content_text {
	padding: 0px 20px 0px 10px;
}
.content_text h3{
	padding: 0px 0px 10px 0px;
}
.cute_table {
	font-size: 12px;
	width: 100%;
}
.cute_table th{
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-weight: normal;
	color: #acac9c;
}
.cute_table td{
	padding: 5px 0px;
}
.cute_table tr{
}
.cute_table .highlight{
	background-color: #D2FACC;
}
.cute_table .highlight_red{
	background-color: #FACFCC;
}
.cute_table .highlight_grey{
	background-color: #F5F5F5;
}
.cute_table .odd{
	background-color: #FBFBFB;
}


#footer {
	padding: 40px 0px 10px 0px;
	font-size: 10px;
	color: #646464;
}