html,body{
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 10px;
}

#mane {
    width: 950px;
	height: auto;
	background-color: #666666;
	margin: 0 auto;
	display: block;
}

#header {
	width: 948px;
	height: 100px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
}

#header_left {
	width: 300px;
	height: 100px;
	background-image: url(images/logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

#header_right {
	width: 648px;
	height: 100px;
	float: right;
	overflow: hidden;
}

#header_right_top {
	width: 643px;
	height: 20px;
	text-align: right;
	margin-right: 7px;
	margin-top: 20px;
	font-size: 16px;
	color: #FF6600;
	float: right;
}

#header_right_top a {
	text-decoration: none;
	color: #FFFFFF;
}

#header_right_top a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#header_right_bottom {
	width: 300px;
	height: 20px;
	text-align: right;
	margin-right: 7px;
	margin-top: 40px;
	font-size: 11px;
	color: #FF6600;
	float: right;
}

#top_wraper {
	width: 950px;
	height: auto;
	overflow: hidden;
	display: block;
}

#left_panel {
	width: 213px;
	height:auto;
	float: left;
	overflow: hidden;
	display: block;
}

#left_menu {
	width: 213px;
	height:auto;
	overflow: hidden;
}

#left_menu_header {
	width: 213px;
	height: 38px;
	background-image: url(images/menu_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.input_field {
	width: 178px;
	height: 16px;
	font-size: 12px;
	margin-left: 2px;
	color: #FFFFFF;
	border: 0px;
	background-color: #333333;
}

#left_menu_body {
	width: 206px;
	height: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #333333;
	float: left;
	overflow: hidden;
}

.left_menu_part {
	width: 200px;
	height: 28px;
	background-image: url(images/search_body_part.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
	display: block;
}

.left_menu_part_text {
	width: 190px;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	display: block;
	overflow: hidden;
}

#left_menu_body a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

#left_menu_body a:hover {
	color: #FF6600;
	font-size: 16px;
	text-decoration: underline;
}

.left_menu_spacer {
	width: 200px;
	height: 5px;
	display: block;
	overflow: hidden;
}

#left_reklama {
	width: 213px;
	height: 16px;
	border-left: 1px solid #CCCCCC;
}

#left_reklama1 {
	width: 213px;
	height: auto;
	border-left: 1px solid #CCCCCC;
}

.left_reklama1_spacer {
	width: 213px;
	height: 7px;
	overflow: hidden;
}

#panel {
	width: 500px;
	height: auto;
	margin-left: 12px;
	font-size: 11px;
	float: left;
	overflow: hidden;
	display: block;
}

#panel_header {
	width: 500px;
	height: 7px;
	background-image:  url(images/panel_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

#panel_body {
	width: 500px;
	height: auto;
	background-color: #343434;
	overflow: hidden;
	display: block;
}

.panel_v_spacer {
	width: 14px;
	height: 300px;
	float: left;
	overflow: hidden;
}

.panel_h_spacer {
	width: 472px;
	height: 7px;
	overflow: hidden;
}

#panel_body_text {
	width: 472px;
	height: auto;
	float: left;
	text-align: left;
	overflow: hidden;
	display: block;
}

#panel_footer {
	width: 500px;
	height: 7px;
	background-image:  url(images/panel_footer.jpg);
	background-position: tope center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

.right_panel{
	width: 213px;
	height: auto;
	float: left;
	margin-left: 12px;
	overflow: hidden;
	display: block;
}

.right_menu {
	width: 213px;
	height:auto;
	overflow: hidden;
}

.right_menu_header {
	width: 213px;
	height: 38px;
	background-image: url(images/menu_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.right_menu_header_links {
	width: 206px;
	height: 22px;
	float: right;
	text-align: center;
	font-size: 11px;
	color: #FF6600;
	margin-top: 12px;
}

.right_menu_header_links a {
	color: #FFFFFF;
	text-decoration: none;
}

.right_menu_header_links a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.right_menu_body {
	width: 206px;
	height: auto;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #333333;
	float: right;
	overflow: hidden;
}

.right_menu_part{
	width: 99px;
	height: 29px;
	background-image: url(images/right_menu_part.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	margin-top: 5px;
	margin-left: 4px;
	overflow: hidden;
	display: block;
}

.right_menu_part_text {
	width: 93px;
	height: 25px;
	font-size: 11px;
	margin-left: 4px;
	margin-top: 2px;
	overflow: hidden;
	float: left;
}

.right_menu_part_text a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.right_menu_part_text a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

#right_reklama {
	width: 212px;
	height: 90px;
	border-right: 1px solid #CCCCCC;
	display: block;
	overflow: hidden;
}

#right_reklama1 {
	width: 200px;
	height: 70px;
	margin-top: 10px;
	margin-left: 7px;
}

#right_reklama2 {
	width: 200px;
	height: 100px;
	margin-top: 10px;
	margin-left: 7px;
}

#center_reklama {
	width: 948px;
	height: 68px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
	display: block;
}

.center_reklama_v_spacer_6 {
	width: 7px;
	height: 60px;
	float: left;
}

.center_reklama_v_spacer_15 {
	width: 17px;
	height: 60px;
	float: left;
}

#center_relkama_1 {
	width: 200px;
	height: 60px;
	float: left;
}

#center_relkama_2 {
	width: 500px;
	height: 60px;
	float: left;
}

#center_relkama_3 {
	width: 200px;
	height: 60px;
	float: left;
}

#main_part {
	width: 950px;
	height: auto;
	display: block;
	overflow: hidden;
}

#main_left {
	width: 472px;
	height: auto;
	float: left;
	display: block;
	overflow: hidden;
}

#left_header {
	width: 472px;
	height: 38px;
	background-image: url(images/main_left.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

#left_header_text {
	width: 462px;
	height: 18px;
	text-align: left;
	font-size: 14px;
	margin-top: 12px;
}

#left_header_text a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#left_header_text a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}

#left_body {
	width: 465px;
	height: auto;
	background-image: url(images/main_left_main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	font-size: 12px;
	overflow: hidden;
	display: block;
}

.left_body_spacer {
	width: 465px;
	height: 10px;
	float: left;
	overflow: hidden;
}

.left_body_part {
	width: 457px;
	height: 111px;
	background-image: url(images/main_left_part.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	display: block;
	overflow: hidden;
}

.left_body_part_text {
	width: 437px;
	height: 97px;
	text-align: left;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 11px;
	color: #000000;
	display: block;
	overflow: hidden;
}









#main_right {
	width: 472px;
	height: auto;
	float: right;
	display: block;
	overflow: hidden;
}

#right_header {
	width: 472px;
	height: 38px;
	background-image: url(images/main_right.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

#right_header_text {
	width: 462px;
	height: 18px;
	float: right;
	text-align: left;
	font-size: 14px;
	margin-top: 12px;
}

#right_header_text a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#right_header_text a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}

#right_body {
	width: 465px;
	height: auto;
	background-image: url(images/main_right_main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: right;
	font-size: 12px;
	overflow: hidden;
	display: block;
}

.right_body_spacer {
	width: 465px;
	height: 10px;
	float: right;
	overflow: hidden;
}

.right_body_part {
	width: 457px;
	height: 111px;
	background-image: url(images/main_right_part.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	display: block;
	overflow: hidden;
}

.right_body_part_text {
	width: 437px;
	height: 97px;
	text-align: left;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 11px;
	color: #000000;
	display: block;
	overflow: hidden;
}









/* #presscenter_Varna {
	width: 200px;
	height: 60px;
	border-right: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	font-size: 11px;
	margin-left: 7px;

}
*/
#presscenter_Varna a {
	color: #333333;
	text-decoration: none;
}

#presscenter_Varna a:hover {
	color: #333333;
	text-decoration: underline;
}

.news_title {
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}

.news_title a{
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.news_title a:hover {
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

.news_body {
	width: 437px;
	height: 55px;
	overflow: hidden;
	display: block;
}

.news_body a {
	color: #000000;
	text-decoration: none;
}

.news_body a:hover {
	color: #000000;
	text-decoration: underline;
}

.news_img {
	width: 90px;
	height: 51px;
	float: left;
	margin-top: 2px;
	border: 1px solid #888888;
	overflow: hidden;
	display: block;
}

.news_text {
	width: 338px;
	height: 55px;
	float: right;
	text-align: justify;
	overflow: hidden;
	display: block;
}

.news_footer {
	width: 437px;
	height: 13px;
	font-size: 11px;
	display: block;
	overflow: hidden;
}

.news_spacer {
	width: 437;
	height: 5px;
	display: block;
}


.title {
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
}

.title a {
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.small_title {
	font-size: 12px;
	color: #FFFFFF;
}

.small_title a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.small_title a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}

.middle_title {
	font-size: 13px;
	color: #FF6600;
}

.middle_title a {
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}

.middle_title a:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

.small_title {
	font-size: 11px;
	color: #FF6600;
}

.txt_img {
	width: 90px;
	height: 50px;
	float: left;
	margin-right: 7px;
	border: 1px solid #888888;
	overflow: hidden;
	display: block;
}

.txt_body {
	text-align: justify;
	overflow: hidden;
	display: block;
}



.body_pages_left {
	width: 455px;
	height: 20px;
	color:#FF6600;
	font-size: 16px;
	float: left;
	text-align: right;
	overflow: hidden;
	display: block;
}

.body_pages_right {
	width: 455px;
	height: 20px;
	color:#FF6600;
	font-size: 16px;
	float: right;
	text-align: right;
	overflow: hidden;
	display: block;
}

.body_pages_left a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.body_pages_left a:hover {
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}

.body_pages_right a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.body_pages_right a:hover {
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}



.search_res {

}

.search_res a{
	color: #FFFFFF;
	text-decoration: none;
}

.search_res a:hover{
	color: #FF6600;
	text-decoration: none;
}



#footer_reklama {
	width: 948px;
	height: 68px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
	display: block;
}

.h_spacer {
	width: 948px;
	height: 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
	display: block;
}

.footer_reklama_v_spacer_6 {
	width: 6px;
	height: 60px;
	float: left;
}

.footer_reklama_v_spacer_15 {
	width: 16px;
	height: 60px;
	float: left;
}

#footer_relkama_1 {
	width: 200px;
	height: 60px;
	float: left;
}

#footer_relkama_2 {
	width: 500px;
	height: 60px;
	float: left;
}

#footer_relkama_3 {
	width: 200px;
	height: 60px;
	float: left;
}

#footer {
	width: 950px;
	height: 50px;
	border-top: 1px solid #CCCCCC;
	background-color: #333333;
	text-align: left;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

.footer_spacer {
	width: 950px;
	height: 10px;
}
