@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	background-color: #666666;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0;
	height: auto;
	font-size: 62.5%;
}
#wrapper {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	height: 85px;
	width: 1000px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(graphics/logo.jpg);
	background-position: 0px 10px;
}
#wrapper #copy {
	width: 285px;
	text-align: left;
	position: absolute;
	height: 400px;
	top: 100px;
	left: 78px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#wrapper #copy p {
	width: 285px;
	position: relative;
	margin: 0px;
	padding-bottom: 1em;
}
#wrapper #copy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display: inline;
	color: #48BBC1;
	font-weight: bold;
	text-transform: uppercase;
}
#wrapper #copy h2 {
	font-weight: bold;
	display: inline;
	font-size: 1.1em;
	color: #48BBC1;
}

#wrapper #widecopy {
	width: 835px;
	text-align: left;
	position: absolute;
	top: 100px;
	left: 78px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#wrapper #widecopy p {
	width: 835px;
	position: relative;
	margin: 0px;
	padding-bottom: 1em;
}
#wrapper #widecopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	display: inline;
	color: #48BBC1;
	font-weight: bold;
	text-transform: uppercase;
}
#wrapper #widecopy h2 {
	font-weight: bold;
	display: inline;
	font-size: 1.1em;
	color: #48BBC1;
}



#wrapper #images {
	height: 400px;
	width: 550px;
	float: right;
	position: absolute;
	top: 100px;
	right: 75px;
	background-color: #000000;
}
#wrapper #galleryNav {
	width: 850px;
	height: 110px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position: absolute;
	top: 525px;
	right: 75px;
}

#wrapper #menu {
	position: absolute;
	width: 450px;
	top: 70px;
	right: 25px;
	clear: both;
}
#wrapper #menu #menuList {
	margin: 0px;
	padding-left: 0px;
	width: 600px;
}
#wrapper #menu li {
	margin: 0px;
	display: inline;
	list-style-type: none;
}
#wrapper #menu #menuList a {
	float: left;
	text-decoration: none;
	color: #48BBC1;
	font-weight: bold;
	display: block;
	width: 97px;
	text-align: left;
	font-size: 12px;
}
#wrapper #menu #menuList a:hover    {
	float: left;
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
	display: block;
	width: 97px;
	text-align: left;
}
#wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	width: 750px;
	position: absolute;
	left: 78px;
	top: 650px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #48BBC1;
	font-weight: bold;
}

ul {
margin-top: 0;
}

li {
margin-bottom: 0.5em;
}