#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	min-width: 1000px; 
	text-align: center; /* IE needs this */
}
#container {
	position: relative;
	width: 1000px;
	height: 600px;
	margin: 0px auto;
	overflow: auto;
	text-align: center;
	background-color: #fff;
}
body {
	background-color:#eee;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848484;
}
#top{
	background-image: url(top.jpg);
	height:88px;
	padding-right:370px;
	padding-top:30px;
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size:13px;
	font-weight: bold;
}
#top a{
	color: #575757;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 10px;
}

#top a:hover{
	text-decoration:underline;
}
#content {
	height: 450px;
	overflow-y: auto;
	margin-right: 15px;
	margin-left: 15px;
}

.gal_leftcol a {
	text-decoration: none;
	color: #848484;
	font-size: 15px;
}

.gal_leftcol a:hover {
	color: #880000;
}

.gal_leftcol {
	text-align: left;
}

.fwnextbtn a, .fwnextbtn span {
	color: #848484;
	text-decoration: none;
	font-weight: bold;
}

#image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#galleries {
	overflow-y: auto;
	height: 250px;
}
