@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000037;
	background-image: url(images/bg.gif);
	font-size: 120%;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
#container  {
	width: 767px;
	margin: 0 auto;
	text-align: left;
	background-color: #8FB5D9;
	border-right-width: 3px;
	border-right-style: groove;
	border-right-color: #2D4C82;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #2D4C82;
	background-image: url(images/cont_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
} 
#welcome_image {
	float: right;
	margin: 5px;
}


#header  {
	background: #DDDDDD;  
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B6DA;
} 
#h1    {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	color: #00004A;
	padding-top: 20px;
}
#NavBar {
	padding: 0px;
	/*float: none;*/
	margin-top: 0px;
	margin-left: 0px;
	width: 767px;
}

#mainContent  {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#footer  {
	padding: 0 10px 0 20px;
	background-color: #8FB5D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCCCCC;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bulgarian_flag {
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#english_flag {
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;

}
#russian_flag {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: oblique;
}
.images_p {
	padding: 2px;
	border: 1px solid #00004A;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#table_gallery {
	margin: 10px;
	padding-top: 30px;
}
#footer_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
