body {
	background: #4a4a4a url(/images/body-bg.gif) top left repeat;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #A9A9A9;
}

body, html, #outer, #wrap, #inner, #content, #left, #right, #footer, ul#menu {
	margin: 0;
	padding: 0;
}

a img { border: none; }

/* -------------- TEXT -------------- */

a {
	color: #a9a9a9;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1, h2, h3 {
	color: white;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

/* -------------- LAYOUT -------------- */

#outer {
	background: transparent url(/images/outer-bg.gif) top left repeat-x;
	width: 100%;
	min-height: 823px;
	font-size: 90%;
}

/* Hide from IE Mac \*/
* html #outer { height: 823px; }
/* End hide from IE Mac */

#wrap {
	width: 760px;
	margin: 0 auto;
	background: transparent url(/images/wrap-bg2.png) top left repeat-y;
}

#inner {
	width: 743px;
	margin-left: 8px;
	background: #333 url(/images/inner.png) bottom left no-repeat;
	padding-bottom: 60px;
}

/* -------------- HEADER -------------- */

#header {
	height: 325px;
	background: transparent url(/images/header.jpg) top left no-repeat;
	position: relative;
}

img#gallery {
	position: absolute;
	left: 0;
	top: 275px;
}


/* -------------- MENU -------------- */

ul#menu {
	margin-bottom: 20px;
}

ul#menu li {
	list-style: none;
	display: inline;
}



/* -------------- CONTENT -------------- */


#content {
	width: 683px;
	position: relative;
	z-index: 600;
	padding: 20px 30px;
}

#left {
	float: left;
	width: 395px;
	display: inline;
	margin-right: 40px;
}

#right {
	float: left;
	width: 223px;
	padding-left: 20px;
	margin-top: 22px;
	display: inline;
	border-left: 2px solid #a8a8a8;
	font-size: 85%;
	text-transform: uppercase;
}


img#right-title {
	position: relative;
	left: -22px;
	top: -11px;
}

/* -------------- FOOTER -------------- */

#footer {
	width: 760px;
	background: transparent url(/images/footer.png) top left no-repeat;
	height: 22px;
	margin: 0 auto;
}

#footer-text {
	text-align: center;
	width: 760px;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5;
	padding-bottom: 30px;
}

/* -------------- EXTRAS -------------- */

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.border {
	border: 2px solid white;
}

hr {
	height: 2px;
	color: #4D4D4D;
	background: #4D4D4D;
	width: 100%;
	clear: both;
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

/* -------------- IE6 PNG -------------- */

/* Hide from IE Mac \*/
* html #wrap {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wrap-bg.png', sizingMethod='scale');
}

* html #inner {
	background-image: none;
}

* html #footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer.png', sizingMethod='crop');
}


/* End hide from IE Mac */