* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	background: #ffffff;
}
img {
	 border: 0;
}
#textbox {padding-left:38px; padding-top: 60px; color:#ffffff;}
#textbox a.text_link {display:}
#textbox h2 {font-family:Helvetica, Arial, sans-serif; font-size: 36px;}
a {
	color: #fff;
}
a:hover {
	color: #999999;
}
#wrapper {
	position: relative;
	padding: 45px 60px;
	height: 505px;
}
#left {
	position: absolute;
}
#content {
	position: relative;
	height: 550px;
	margin-top: 1px;
	margin-left: 349px;
	background: transparent url('../images/content-bg.gif') top left repeat-x;
}
#photos {
	height: 550px;
	padding-top: 25px;
	background: transparent url('../images/content-bg-left.gif') top left no-repeat;
}
#photos a.gallery_photo {
	display: block;
	float: left;
	padding-left: 25px;
	height: 500px;
}
h1 {
	display: block;
	width: 349px;
	height: 216px;
	text-indent: -3000px;
	background: #ffffff url('../images/logo.jpg') top left no-repeat;
}
#nav {
	position: relative;
	width: 359px;
	height: 338px;
	margin-left: -10px;
	margin-top: -2px;
	background: transparent url('../images/nav-bg.gif') 10px 0px repeat-y;
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 359px;
	height: 41px;
	text-indent: -3000px;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -82px !important;
}
#nav ul li a:hover {
	background-position: 0px -41px !important;
}
.about {
	height: 160px; width: 98%;
}
.about p {
	padding: 240px 25px 0 25px;
}

.divider_line {
	position: relative; 
	padding-left: 10px; 
	margin-top: 130px;
	color: #ffffff;
	font-size: 10px;
}
.copyright {
	position: relative; 
	padding-left: 25px; 
	margin-top: 10px;
	color: #ffffff;
	font-size: 10px;
}
#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}
#back {
	position: absolute;
	display: block;
	width: 116px;
	height: 40px;
	top: 300px;
	right: 62px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url('../images/back.gif') repeat;
}
#back:hover {
	background-position: 0px -37px;
}