/*Css Document for the Gallery Pages*/

/*MAIN MENU FORMATTING*/
body{
	background-color: #000;
	height: 100%;
	width: 100%;
}

#topmenu{
	position: absolute;
	top: 0px;
	width:100%;
	height:20px;
	background-color: #666;
}

	#topmenu a:link{
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, helvetica, sans-serif;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#topmenu a:hover{
		color: #00CCFF;
	}

	#topmenu a:visited{
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, helvetica, sans-serif;
		margin-left: 20px;
		margin-right: 20px;
	}
	
#maincontent{
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*FOOTER FORMATTING*/
#footer{
	background-color: #666;
	border: 1px solid black;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	font-size: 70%;
}
