/* CSS Document */
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

body {
	background-color: #000000;
	text-decoration: none;
	background-position: left top;
	background-image: url(../images/backdrop.jpg);
	background-repeat: repeat;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#outercontainer {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #E6E7E8;
	height: 550px;
	width: 800px;
	background-color: #000000;
	background-image: url(../images/backdrop.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	background-position: left top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #e6e7e8;
	height: auto;
	width: auto;
	margin-top: 8px;
	margin-left: 27px;
	text-decoration: none;
} 

#mainmenu{
	font-family: Verdana;
	font-size: 12px;
	color: #e6e7e8;
	height: 150px;
	width: 150px;
	margin-top: 50px;
	margin-left: 52px;
	margin-bottom: auto;
}


#imagebox{
	font-family: Verdana;
	font-size: 12px;
	color: #e6e7e8;
	text-decoration: none;
	height: 400px;
	width: 400px;
	margin-top: -180px;
	margin-left: 284px;
	float: left;
	text-align: center;
	margin-bottom: 200px;
	padding-bottom: 100px;
} 


#submenu{
	height: 0px;
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 200px;
}

#contact {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	height: auto;
	width: auto;
	margin-top: 351px;
	margin-left: 20px;
}


#prev{
	font-family: Verdana;
	font-size: 12px;
	height: 15px;
	width: 70px;
	margin-top: 0px;
	float: left;
	text-align: right;
	padding-right: 200px;
}

#next{
	font-family: Verdana;
	font-size: 12px;
	height: 15px;
	width: 70px;
	margin-top: 0px;
	float: right;
	text-align: left;
}

#imageinnerbox{
	height: 400px;
	width: 400px;
	margin-top: 12px;
	margin-bottom: 15px;
	top: 100px;
	padding: 0px;
}


<style type= "text/css">
{
	font-family: Verdana;
	font-size: 12px;
	color: #e6e7e8;
}

a:visited {
	color: #e6e7e8;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #E6E7E8;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #e6e7e8;
}

</style>

