html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #333 url(./images/mainBackground.jpg) top repeat-x;
	font-family: arial, serif;
	color: #cccccc;
}

#wrap {
	min-height: 100%;
	width: 726px;
	margin: auto;
	position: relative;
}

* html #wrap {
	height: 100%;
}

#logo {
	width: 150px;
	height: 180px;
	z-index: 100;
	position: absolute;
	cursor: pointer;
}

#header {
	background: url(./images/headerBackground.jpg) top no-repeat;
	height: 181px;
}

#header ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 50px;
	text-align: right;
	padding-right: 206px;
	width: 200px;
	float: right;
}

#header ul li {
	padding: 2px;
	font: 12px georgia;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
}

#header a {
	text-decoration: none;
}

#inner-wrap {
	padding-bottom:80px;
	background: url(./images/background.jpg) top no-repeat;
}

#inner-wrap:after {
	content: " ";
	display: block;
	clear: both;
	min-height: 100%;
	height: 100%;
}

#left {
	float: left;
	width: 150px;
	text-align: center;
	min-height: 100%;
}

#main {
	position: relative;
	margin-left: 150px;
}

#main p {
	text-align: center;
	color: #fff;
	font: 15px georgia;
	padding-right: 18px;
	padding-left: 18px;
	line-height: 22px; 
}

#main p a {
	color: #c97a00;
}

#right {
	float: right;
	width: 206px;
	text-align: center;
	min-height: 100%;
	height: 100%;
}

#right p a {
	color: #ccc;
}

#content {
	margin-right: 206px;
	text-align: left;
	width: 370px;
}

#content-left, #content-right {
	float: left;
	width: 185px;
	height: 181px;
	margin: 0px;
	padding: 0px;
}

#content-left p, #content-right p {
	margin: 0px;
	padding: 10px;
	text-align: left;
	font: 12px arial;
	line-height: 19px;
}

#gallery { padding: 0; margin-bottom: -160px; clear: both; }
#gallery ul { list-style: none; }
#gallery li { display: block; }
#gallery img { padding: 20px 0 0 20px !important ; }

#gallery2 {
	padding-top: 5px;
	padding-left: 10px;
}

#footer {
	text-align: center;
	font: 12px georgia;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p a {
	text-decoration: none;
}