*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #5b0b00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
}
a, a:link, a:visited{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.nobullet {
	list-style-type: none;
}
a:hover{
	color:#FF0000;
}
#main {
	margin: auto;
	width: 780px;
	background-image: url(../img/layout/inside-center.gif);
	background-repeat: repeat-y;
}
#main #center {
	background-color: #EEEDE8;
	background-image: url(../img/layout/inside-center.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 50px;
	padding-left: 50px;
}
#main #footer {
	background-color: #EEEDE8;
	background-image: url(../img/layout/inside-foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 92px;
}

#main #header #logo {
	height: 62px;
}
#logo #home_target {
	height: 40px;
	width: 250px;
	position: relative;
	top: 15px;
	left: 40px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
#main #header #menu {
	height: 70px;
	padding-left: 40px;
	padding-right: 40px;
}
#menu #menu_main {
	float: left;
	font-size: 18px;
	vertical-align: top;
	font-weight: bold;
	padding-top: 12px;
	color: #67512D;
}
#menu_main #menu_sofia {
	width: 115px;
	float: left;
	text-align: center;
}
#menu_main #menu_veliko {
	float: left;
	width: 160px;
	text-align: center;
}
#menu #menu_common {
	float: left;
	margin-left: 10px;
	margin-top: 14px;
	font-weight: bold;
}

#menu #menu_sub {
	line-height: 32px;
	margin: 2px 0px 0px 0px;
	font-weight: bold;
}

#menu_sub a {
	margin-right: 1px;
	margin-left: 1px;
}
#menu_common a {
	margin-right: 1px;
	margin-left: 1px;
}
#menu_sub .sub_menu_nolink {
	margin-right: 1px;
	margin-left: 1px;
}
.break {
	clear: both;
	height: 0px;
	display: block;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.menubreak {
	clear: both;
	height: 0px;
	display: block;
	line-height: 0px;
	margin: -3px 0px 0px 0px;
	padding: 0px;
}
#bottom_nav {
	background-image: url(../img/layout/bottom_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 272px;
	float: right;
	clear: both;
	height: 35px;
	margin-right: 35px;
	text-align: left;
	line-height: 35px;
	margin-top: 26px;
	text-indent: 20px;
}
#bottom_nav a {
	padding-right: 5px;
	padding-left: 5px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #646032;
	/*color: #990000;*/ 
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}