@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../sample_images/skyride.jpg);
	background-repeat: no-repeat;
}
#welcome {
	position:fixed;
	left:341px;
	top:84px;
	width:305px;
	height:398px;
	z-index:1;
}
#welcome h3 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000;
	margin-bottom: -10px;
}
#welcome p {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	margin-bottom: -25px;
}
#copyright {
	font-size: 9px;
	font-weight: lighter;
	color: #000;
	margin-left: 95px;

}
ul#nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 17px;
	margin-top: 100px;
	text-align: right;
	line-height: 2em;
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
}
ul#nav a {
	display: block;
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #400;
}
a:hover {
	color: #555;
}
#gallery {
	position:absolute;
	left:658px;
	top:119px;
	width:540px;
	background-color:#333;
	padding-left: 20px;
	z-index:2;
}
#gallery img {
	margin: 10px;	
}
#gallery hr {
	margin-right: 80px;
	margin-left: 60px;
	margin-bottom: 20px;
}
#about {
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	position:absolute;
	left:658px;
	top:360px;
	width:440px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
	z-index:2;	
}
#links {
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	position:absolute;
	left:658px;
	top:360px;
	width:480px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
	z-index:2;
}