body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #50a1e5;
}

a:link, a:visited { color:#006666; text-decoration: underline; font-weight: normal;} 
a:active, a:hover { color:#CC3399; text-decoration: none;}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }



h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: normal;	
}

h2 {
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	font-size: 24px;
	color:#0099FF;
	font-weight: normal;	
	border-bottom: 1px dotted #339933;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	color:#CC3399;
	font-weight: normal;	
	border-bottom: 1px dotted #336633;	
}

.site_menu {
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:normal;	
	border-bottom: 1px dotted #FFFFFF;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  } /* importent for float background*/

/* top bar */
#top_bar {
	clear: both;	
	width: 940px;
	height: 45px;
	padding: 5px 20px 0 20px;;
	margin: 0 auto;
	background: #50a1e5 url(images/top_panel.jpg) no-repeat;
}

.rss_contact_section {
	float:right;	
	width: 400px;
}

.rss_contact a {
	float: left;
	display: block;
	width: 130px;
	height: 25px;
	color: #ffffff;
	text-align: right;
	margin: 0 10px;
	padding-right: 50px;
	padding-top: 20px;
	font-size: 12px;
	text-decoration: none;
}

.rss_button a {
	background: url(images/rss_icon.png) no-repeat bottom right;
}

.contact_button a {
	background: url(images/contact_icon.png) no-repeat bottom right;
}
/* end of top bar */

/* banner */
#banner_bar_wrapper {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(images/banner.jpg) repeat-x;
}

#banner_bar {
	width: 460px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	float:left;
}

#banner_bar h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#banner_bar h1 a:hover {
	font-weight: normal;	
	text-decoration: none;
}

#banner_bar h1 a span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #90c4f0;
}

#banner_ads {
	width: 400px;
	height: 80px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	float:left;
}

/* end of banner */

/* menu */
#top_menu_wrapper {
	clear: both;	
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: url(images/menu_bg_repeat.jpg) repeat-x;	
}

#top_menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#top_menu ul {
	padding: 6px 0 0 0;
	margin: 0px;
	list-style: none;
}

#top_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#top_menu ul li a {
	float: left;
	display: block;
	padding: 3px 0;
	margin: 0 30px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #c5dbed;	
}

#top_menu li a:hover, #top_menu li .current {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;	
}

#top_menu li .fast {
	margin-left: 0px;
}
/* end of menu */

/* content */
#content {
	clear: both;
	width: 940px;
	height:auto;
	padding: 40px 20px 0 20px;
	margin: 0 auto;
	background:url(images/content_bg2.jpg) repeat-y;
	overflow:auto;
}

#main_column {
	float: left;
	width: 500px;
	margin-right: 40px;
}

.section_w500 {
	clear: both;
	margin-bottom: 30px;
}

.section_w500 p {
	text-align: justify;
	margin-bottom: 10px;
}

#main_column .image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}

#main_column .fl_image {
	float: left;
	margin-right: 20px 
}

#main_column .fr_image {
	float: right;
	margin-left: 20px 
}

.list_01 {
	clear: both;
	margin: 0 0 30px 50px;
	padding: 0px;
}

.list_01 li {
	padding: 0px;
	margin: 0 0 10px 0;
	list-style: decimal;
}

.list_01 li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.readmore a {
	clear: both;
	display: block;
	width: 100px;
	height: 23px;
	padding-top: 3px;
	background: url(images/readmore.jpg) no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/* finish main column */

.side_column_w200 {
	float: left;
	color: #e4e4e4;
	width: 160px;
	padding: 0px 20px;
}

.side_column_w200 .box {
	margin-bottom: 30px;
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 5px 0;
}

.side_menu li a {
	display: block;
	padding: 3px 0;
	color: #e4e4e4;
	font-weight: normal;	
	text-decoration: none;
}

.side_menu li a:hover {
	color: #ffffff;
	text-decoration: none;
}


.side_column_w200 form {
	margin: 0px;
	padding: 0px;
}

.inputfield {
	height: 16px;
	width: 145px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submitbutton {
	float: right;
	margin: 0px;
	padding: 0 5px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

#message_input {
	background:#FFFFFF none repeat fixed 0 0;
	border:1px solid #BBBBBB;
	display:block;
	height: 80px;
	margin-top:5px;
	padding:5px;
	width: 146px;
	margin-bottom: 5px;
}


/* end of content */


#fotter_wrapper{
clear:both;
width:100%;
margin: 0 auto;
padding:0 px;
background: url(images/banner.jpg) repeat-x;	
}

.fotter{
width:980px;
padding:5px 0px;
font-size:12px;
color:#FFFFFF;
text-align:center;}


