body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Georgia CE", "Times new roman CE", serif;
	font-size: 14px;
	font-style: italic;
}

div#top_background {
	height: 355px;
	width: 100%;

	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../image/header_background.png);
}



div#main_wrapper {
	width: 722px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 380px;
}

div#main_background {
	width: 720px;
	height: 517px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


div#menu_item_1 {
	position: absolute;
	top: 305px;
	left: 43px;
	width: 160px;
	height: 30px;
	text-align: center;
	z-index: 2;
}

div#menu_item_2 {
	position: absolute;
	top: 305px;
	left: 185px;
	z-index: 2;
	width: 160px;
	height: 30px;
	text-align: center;
}

div#menu_item_3 {
	position: absolute;
	top: 305px;
	left: 340px;
	z-index: 2;
	width: 130px;
	height: 30px;
	text-align: center;
}

div#menu_item_4 {
	position: absolute;
	top: 305px;
	left: 488px;
	z-index: 2;
	width: 83px;
	height: 30px;
	text-align: center;
}

div#menu_item_5 {
	position: absolute;
	top: 305px;
	left: 593px;
	z-index: 2;
	width: 83px;
	height: 30px;
	text-align: center;
}

div#main {
	position: relative;
	width: 630px;
	z-index: 20;
	padding: 5px 45px 20px 45px;
	line-height: 1.5em;
}

div#footer {
	background-image: url(../image/footer_background.png);	
	background-position: center top;
	height: 27px;
	padding-top: 5px;
	width: 637px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

div#footer_contact {
	width: 637px;
	margin: 0px auto;
	text-align: center;	
	line-height: 1.5em;
	position: relative;
	z-index: 10;	
}


h1 {
	color: #F8BFDA;
	font-weight: normal;
	margin-top: 0px;
	font-size: 22px;
}

*.center {
	text-align: center;	
}

td {
	vertical-align: top;	
}


td.padding_40 {
	padding-left: 40px;	
}


div#preloader {
	position: absolute;
	top: -1000px;	
}

*.right {
	text-align: right;	
}

*.left {
	text-align: left;	
}


*.center {
	text-align: center;	
}

*.bold {
	font-weight: bold;	
}

/*
div#map {
	width: 650px; 
	height: 500px; 
	margin: 40px auto;                                
	
}
*/

div#category_menu {
	width: 180px;
	float: left;
}

div#category_photos {
	width: 420px;
	padding-left: 20px;
	float: left;
}

div.clear {
	clear: both;	
}


div.photo {
	width: 164px;
	background-image: url(../image/photo_background.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px 18px;
	float: left;
	margin: 20px 0px;
}

div.photo div {
	text-align: justify;
	padding: 0px 4px;
}

div.photo img {
	border: 3px double #EEE4E9 ;
}

div.photo_example {
	width: 157px;
	height: 135px;
	float: left;
	text-align: center;
	background-image: url(../image/sign_under.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	
}

div.photo_example img {
	border: 3px double #EEE4E9;	
}


blockquote {
	position: relative;
	z-index: 1000;	
}


p.ok {
	font-weight: bold;
	color: green;	
}

p.error, span.error {
	font-weight: bold;
	color: red;	
}



/*
div#map {
	width: 626px;
	height: 500px;
	border: 3px double #EEE4E9;
}

*/

div#map * {
	position: relative;
	z-index: 40;	
}


