* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	font-family: “Lucida Sans Unicode”, "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-size: 11px;
	line-height: 160%; 
	color: #888888;
	letter-spacing: 1px;
}

a, a:link, a:visited {
	color: #fff; 
	text-decoration: none;
}
a:hover {color: blue;}

img {border: none;}

#horizon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

#topmenu {
    background: url(../pageimages/bluebarfaded.png) top right no-repeat; 
    width:950px; 
    height: 30px; 
    text-align: right; 
    position: absolute; 
    right: 300px; 
    top: 50px; 
    padding: 8px;
    color: #fff;
    letter-spacing: .1em;
    z-index:10;
}
#logo {
    position: absolute; 
    right: 195px; 
    top:25px;
    z-index: 10;
}
#content {
	width: 400px; 
	height: 400px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 200px;
	background-color: ##101010;
	padding: 10px;
}
#gallery_div {z-index: 1;}

h1, h2 {
	color: #00bdff;
	font-weight: lighter;
	line-height: 200%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}

#content a, #content a:link, #content a:visited {color: #d4d4d4;}
#content a:hover {color: #00bdff;}

#lowermenu, #icons {
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 15px;]
}
#icons {
	width: 150px; 
	margin-top: 10px; 
	clear: both;
}
#lowermenu {
	margin-top: 10px;
	width: 500px;
	clear: both;
	font-size: .9em;
}
#lowermenu a, #lowermenu a:link, #lowermenu a:visited {color: #696969; text-decoration: none;}
li {
	display: inline; 
	list-style: none;
	padding-right: 20px; 
}
#fbicon, #twicon, #nwicon, #emicon {
	display: block; 
	height: 30px; 
	width: 30px; 
	margin:10px;
	float: left;
}

#fbicon span, #twicon span, #nwicon span, #emicon span {display: none;}

#fbicon {background: url("../pageimages/facebook-icon30x70percent.png") 0 0 no-repeat;}
#fbicon:hover {background: url("../pageimages/facebook-icon30x.png") 0 0 no-repeat;}

#twicon {background: url("../pageimages/twittericon30x70percent.png") 0 0 no-repeat;}
#twicon:hover{background: url("../pageimages/twittericon30x.png") 0 0 no-repeat;}

#nwicon {background: url("../pageimages/newslettericon30x70percent.png") 0 0 no-repeat;}
#nwicon:hover{background: url("../pageimages/newslettericon30.png") 0 0 no-repeat;}

#emicon {background: url("../pageimages/emailicon30x70percent.png") 0 0 no-repeat;}
#emicon:hover{background: url("../pageimages/emailicon30x.png") 0 0 no-repeat;}


