/************************
 * Main Elements		*
 ************************/
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
}
body {
	font-family: Georgia;
	display: block;
	background: #fffff0 url("/images/page_background.jpg") repeat-x top center;
}
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}
/*end of OperaFix*/

#main {
	overflow: auto;
	padding-bottom: 373px; /* must be same height as the footer */
}
/************************
 * Common               *
 ************************/

#header, #container, #footer {
	margin: auto;
}
#header, #container {
	width: 960px;
}
#header {
	display: block;
	clear: both;
}
#wrapper {
	background: transparent url("/images/content_background.jpg") no-repeat top center;
	display: block;
	min-height: 100%;
	margin: auto;
}
/************************
 * DOM Text Elements	*
 ************************/

p {
}
a, a:link, a:visited {
	color: #9e851e;
}
* a:active, * a:hover {
	color: #b8c035;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-size: 26px;
	font-family: Georgia;
	font-style: italic;
	color: #b8c035;
}
/************************
 * Logo					*
 ************************/

#logo {
	width: 163px;
	height: 250px;
	padding: 0;
	margin: 0;
}
#logo a, #logo a span {
	display: block;
	margin: 0;
	width: 163px;
	padding: 0;
	height: 250px;
}
#logo a:hover {
	width: 163px;
	height: 250px;
	display: block;
}
/************************
 * Menu					*
 ************************/

#menu {
	margin: 70px 0 90px 0;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	display: inline-block;
	background: transparent none no-repeat center center;
}
#menu ul li:hover {
}
#menu ul li a {
	display: block;
	text-align: center;
	line-height: inherit;
	font-size: 0px;
	height: 100%;
	padding: 0;
	margin: 0px;
	vertical-align: top;
	background-position: top center;
}
#menu ul li#menu-item-1 {
	height: 83px;
	width: 220px;
	line-height: 83px;
	margin-left: 200px;
}
#menu ul li#menu-item-2 {
	height: 83px;
	width: 220px;
	line-height: 83px;
	margin-left: 100px;
}
#menu ul li#menu-item-3 {
	height: 91px;
	width: 218px;
	line-height: 91px;
	margin-left: 20px;
}
#menu ul li#menu-item-4 {
	height: 91px;
	width: 220px;
	line-height: 91px;
	margin-left: 120px;
}
#menu ul li#menu-item-5 {
	height: 91px;
	width: 218px;
	line-height: 91px;
	margin-left: 135px;
}
#menu ul li#menu-item-1 span, #menu ul li#menu-item-2 span {
	height: 83px;
	line-height: 83px;
	background-color: transparent;
}
#menu ul li#menu-item-3 span, #menu ul li#menu-item-4 span, #menu ul li#menu-item-5 span {
	height: 91px;
	line-height: 91px;
	background-color: transparent;
}
/************************
 * Elements         	*
 ************************/

#container {
	display: block;
	clear: both;
}
#foto-home-container {
	text-align: left;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#foto-home-container p {
	padding: 0 50px;
}
#foto-home-1, #foto-home-2, #foto-home-3 {
	vertical-align: top;
	text-align: left;
	position: relative;
	display: inline-block;
	padding-top: 300px;
	font: bold italic 14px "Georgia", serif;
	color: #9e851e;
}
#foto-home-1 p, #foto-home-2 p, #foto-home-3 p {
	line-height: 20px;
}
#foto-home-1 {
	width: 313px;
	background: url('/images/foto_home_1.png') top right no-repeat;
}
#foto-home-2 {
	width: 305px;
	background: url('/images/foto_home_2.png') top right no-repeat;
}
#foto-home-3 {
	width: 305px;
	background: url('/images/foto_home_3.png') top right no-repeat;
}
/************************
 * Footer	         	*
 ************************/

#footer {
	display: block;
	position: relative;
	margin-top: -373px; /* negative value of footer height */
	height: 373px;
	clear: both;
	background: #fffff0 url('/images/footer_background_background.jpg') center center repeat-x;
}
#footer .inside {
	position: relative;
	margin: auto;
	height: 373px;
	width: 960px;
	background: transparent url('/images/footer_background.jpg') center bottom no-repeat;
}
#footer-text {
	color: #9e851e;
	text-align: left;
	font: bold italic 14px "Georgia", serif;
	padding: 300px 300px 0 0;
	display: block;
	margin: auto;
	width: 600px;
}
#liquid-diamond {
	float: right;
	display: block;
	position: absolute;
	bottom: 7px;
	right: 50px;
	color: #9E851E;
	font-size: 10px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
}
#liquid-diamond img {
	vertical-align: middle;
}


