.page {
	width: 950px;
	font-size:12px;
}

#Left {
	position: absolute;
	left: 25px;
	top: 10px;
	width: 950px;
	margin: 50px;
	background: #fff;
}

.spaceholder {
	height: 205px;
}

#history {
	padding: 10px;
}

.top {
	border-style: ridge;
	border-width: medium;
	border-color: #FF0000;
	background-color: #CCCCCC;
	width: 985px;
	height: 200px;
	position: fixed;
	margin-top: -8px;
	margin-left: -8px;
	margin-right: 15px;
}


ul.nav {
	margin-left: 7px;
	padding-left: 0;
	list-style: none; 

	border: none;
	float: left;
	width: 100%;
}

ul.nav li {
	float: left;
}


ul.nav a {
	width: 6em;
	display: block;
	border: 2px ridge #000;
	border-bottom: 1px ridge #000;
	border-bottom: none;
	padding: 1px;
	margin-right: 5px;
	margin-left: 1px;
	background-color: #FF0000;
	
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-weight: bold;	
}

ul.nav li a:hover {
	background-color: #FF9900;
}

#footer {
	background: #CCC;
	margin: 20px 20px 20px 20px;
	text-align: left;
	border: ridge;
	border-color: #FF0000;
	position: relative;
	right: 10px;
	top: 10px;
}

BODY {
	max-width : 950px;
	}


#myGallery
{
width: 400px !important;
height: 200px !important;
} 