body {
	background: #d2c08b;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

h2 {
	color: #A49157;
	font-size: 14pt;
}

#wrapper {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 760px;
	text-align: center;
	background: url('images/bg_wrapper.gif');
}

#wrapper .footer {
	font-size: 2px;
	height: 10px;
	background: url('images/footer.gif');
}

#main {
	margin: 0;
	padding: 0 4px 0 4px;
	width: 752px;
}

#head {
	text-indent: -3000px;
	height: 130px;
	width: 760px;
	background: url('images/head.jpg');
	margin: 0;
}

#head a {
	display: block;
	width: 310px;
	height: 90px;
	margin: 20px 0 0 20px;
}

#menu {
	width: 747px;
	margin: 0 auto 0 auto;
	padding: 7px 0 0 5px;
	height: 24px;
	background: #a49157;
	border-top: 1px solid white;
	border-right: 1px solid white;
}

#menu li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url('images/menu_sep.gif') top left no-repeat;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	color: #f3e9bd;
}

#content-left {
	text-align: left;
	float: left;
	width: 394px;
	padding: 30px 50px 30px 20px;
	margin: 0;
}

#content-left p {
	margin: 20px 0 0  0;
}

#content-right {
	text-align: left;
	float: left;
	margin: 0;
	padding: 180px 0 20px 15px;
	width: 240px;
}

#lang {
	position: absolute;
	left: 420px;
	top: 28px;
}

#lang img {
	border: 0;
	margin: 3px;
}

div.photobox {
	float: left;
	width: 100px;
	margin: 8px;
	text-align: center;
}

.thumb {
	border: 1px solid #2C6D89;
	padding: 2px;
}

#loadingbox { 
	margin: 260px auto 0;
	border: 3px solid #8CA9C6; 
	width: 250px; 
	height: 34px; 
	color: #fff;
	padding-top: 20px;
	background: #4578a7; 
	font-weight: bold;
}

#loading {
	visibility: hidden;
	position: absolute;
	z-index:3000;
	text-align: center;
	background: white;
	border: 1px solid #8CA9C6;
	width: 360px;
	height: 40px;
	color: #333;
	font-size: 12pt;
}

.pophoto a {
	color: white;
	text-decoration: none;
}

table.prices {
	width: 260px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

table.prices tr.row0 {
	background: #EEEEEE;
}

table.prices tr.row1 {
	background: #FFFFFF;
}

table.prices th {
	background: #A49157;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	padding: 2px;
	border-bottom: 1px solid #EEEEEE;
}

table.prices td {
	text-align: center;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
}

#copy {
	padding: 10px;
	font-size: 8pt;
	color: #333;
}

#copy a {
	color: #333;
	text-decoration: none;
}