* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url('../img/oblak.jpg') repeat-x;
	font-family: Arial, helvetica, sans-serif;
	color: #4a5161;
	margin: 0; 
	padding: 0; 
}
#wrapper {
	width: 717px;
	margin: 0 auto;
	padding-top: 22px;
}
#header {
	width: 739px;
	height: 231px;
}

/* Page Headers  */
.welcome {
	background: url('../img/headers/header.jpg') no-repeat;
}
.partners {
	background: url('../img/headers/partners.jpg') no-repeat;
}
.about {
	background: url('../img/headers/about.jpg') no-repeat;
}
.contactform {
	background: url('../img/headers/contact.jpg') no-repeat;
}
.projects {
	background: url('../img/headers/projects.jpg') no-repeat;
}
.about_bulgaria {
	background: url('../img/headers/about_bulgaria.jpg') no-repeat;
}
#logo {
	float:right;
	padding-top:170px;
	padding-right:30px;
}
#logo img {
	border:0px;
}
/* End of Page Headers */

#maincol {
	width: 675px;
	height: 100px;
	padding: 40px 0 0 64px;
}
#maincol .contentText {
	color: #7F7F7F;
	font-family: Georgia;
	font-size: 13px;
	line-height: 23px;
	padding-top:10px;
	min-height:380px;
}
* html #maincol .contentText {
 height: 380px;
}
#maincol .photobox {
	width: 670px;
	height:auto;
	min-height:280px;
	background: url('../img/photobg.png') left bottom no-repeat;
	padding-top:20px;
	padding-bottom:33px;
	padding-left:20px;
	padding-right:95px;
}
#maincol .contentText a img {
	margin-top:15px;
	margin-right:10px;
	border:0px;
}
#maincol .contentText a {
	text-decoration:none;
}

#photobg {
	margin: 55px 0px 0px -20px;
	width: 704px;
	height: 280px;
	background: url('../img/photobg.png') center no-repeat;
}
#photos {
	padding: 0px 0px 0px 30px;
	
}

/* Input Fields & Forms */
input[type="submit"] {
	padding-left:8px;
	padding-right:8px;
}
form h6 {
	font-weight:bold;
	font-size:13px;
	margin:0px;
	padding:0px;
}
form .error {
	border:1px solid #B3CFE5;
	background: #E9F1F8;
}
form input,form textarea {
	border:1px solid #BCBCBC;
}
/* End of Input field */

/* Gallery Page */
#AxisVistaImagesGallery {
	display:block;
	height:auto;
	clear:both;
}
#AxisVistaImagesGallery img {
}
#AxisVistaImagesGallery .thumbImage {
	width:160px;
	border:1px solid #f1f1f1;
	padding:3px;
	margin:3px;
	text-align:center;
	float:left;
	display:block;
}
#AxisVistaImagesGallery .thumbImage img {
	display:block;
}
#AxisVistaImagesGallery .thumbImageLink {
	
}
/* End gallery page */

#footer {
	background: url('../img/footer.png');
	width: 694px;
	height: 50px;
	margin: 20px 0px 0px 5px;
}
#footer p {
	color: #C3C3C3;
	font-size: 11px;
	padding: 10px 0px 20px 15px ;
}
#footer a {
	color: #C3C3C3;
	text-decoration: none;
	font-style: italic;
}
#footer a:hover,#footer  a:active,#footer  a:visited {
	border-bottom: 1px dashed #C3C3C3;
}
