﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	background: #000000 
}
img {
	 border: 0;
}

a:hover {
	color: #fff;
}
#wrapper {
	position: absolute;
	padding: 45px 60px;
}
#left {
	position: fixed;
	margin:0px;
}

#photos {
	float: left;
	top: 120px;
	padding-top: 120px;
	padding-left: 190px;
	margin: 0px;
}
#photos a {
	float: left;
	padding-left: 5px;
	height: 400px;
	margin:0px;
}

.logo {
	position: fixed;
	width: 1300px;
	top: 0px;
	left: 7px;
	padding: 50px;
	background: transparent url('./images/logo.jpg') no-repeat;
	}
.line {
	position: fixed;
	width: 2000px;
	top: 126px;
	margin-left: 205px;
	padding: 10px;
	background:  url('./images/line.jpg') repeat-x;
}
.line2 {
	position: fixed;
	width: 2000px;
	top: 600px;
	margin-left: 205px;
	padding: 10px;
	background:  url('./images/line.jpg') repeat-x;
}
#nav {
	position: fixed;
	width: 250px;
	height: 480px;
	top: 100px;
	left: 0px;
	margin-top: 25px;
	background: transparent url('./images/nav-bg.gif') repeat-y;
}
#nav span {
	position: absolute;
	display: block;
	height: 9px;
	background: transparent;
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
	margin-top: 40px;
}
#nav ul li a {
	display: block;
	width: 250px;
	height: 34px;
	text-indent: -3000px;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -68px !important;
}
#nav ul li a:hover {
	background-position: 0px -34px !important;
}

.copyright {
	position: absolute;
	display: block;
	width: 250px;
	height: 40px;
	margin-left: 10px;
	margin-top: 440px;
	background: transparent url('./images/copyright.jpg') -10px 0px no-repeat;
}
#back {
	position: fixed;
	display: block;
	width: 116px;
	height: 32px;
	top: 620px;
	right: 0px;
	margin-right: 0px;
	background:  url('./images/back.gif');
}
#back:hover {
	background-position: 0px -34px;
}
#about {
	float: left;
	top: 20px;
	padding-top: 45px;
	padding-left: 260px;
	margin: 0px;
}
#about a {
	float: left;
	padding-left: 5px;
	height: 400px;
	margin:0px;
}
#map {
	float: left;
	top: 20px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
