* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Verdana, Helvetica, Arial;
}

img {
	border:none;
}

body {
	background-color:#B8A38E;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

.wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:934px;
}

#main {
	height:574px;
	background-image: url(../images/mainBg.png);
	background-repeat:none;
	padding:40px 60px;
	z-index:1;
}

#header {
	height:60px;
	position:relative;
}

#top {
	padding-bottom:30px;
	text-align: right;
	position:relative;
}

#top #logo {
	position:absolute;
	left:0px;
	top:-60px;
}

#main #mainBox {
	background-color: #FFF;
	position:relative;
	height:410px;
	padding:20px;
	color:#000;
	font-size:11px;
	overflow-y: hidden;
	letter-spacing: 1px;
}

.absolute {
	position:absolute;
	padding:3px;
	font-weight:bold;
	color:#0086A2;
}

#main #mainBox h1 {
	color:#0086A2;
	font-size:12px;
	margin-bottom:10px;
	font-weight: normal;
}

#main #mainBox h2 {
	color:#0086A2;
	font-size:11px;
	margin-bottom:0px;
	font-weight: normal;
}

#main #mainBox p {
	margin-bottom:10px;
}

#mainBox a {
	color:#0086A2;
	text-decoration: none;
}

#mainBox a:hover {
	color:#000;
	text-decoration:underline;
}

#mainBox #topHalf {
	height:260px;
	border-bottom:1px solid #d4e2e5;
	overflow-y: auto;
}

#mainBox #bottomHalf {
	padding-top: 10px;
}

img.border {
	padding: 13px 4px 13px 4px;
	background-image: url(../images/imageBg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height:114px;
	overflow:hidden;
}

.galleryImage {
	
	display:block;
	float:left;
	width:190px;
	margin-right: 3px;
	height:140px;
	overflow:hidden;
	text-align: center;
	color:#000 !important;
}

img.gallery {
	height:114px;
	padding: 5px 4px 5px 4px;
}

#footer {
	font-size:10px;
	text-align: center;
	color:#FFF;
}

#footer a {
	color:#FFF;
	text-decoration: none;
}

#footer a:hover {
	color:#0086A2;
}

#navbar {
	z-index:3;
	position:absolute;
	width:417px;
	height:57px;
	padding-top:30px;
	padding-left:20px;
	right:50px;
	background: url(../images/navbar.png);
	vertical-align: top;
}

#navbar img {
	border:none;
	position:absolute;
}

#navbar li {
	list-style:none;
	display:block;
	float:left;
}

#navbar a {
	font-size: 12px;
	list-style:none;
	display:block;
	float:left;
	padding:0px 6px;
	//padding:0px 10px;
	color:#000;
	text-decoration:none;
}
