body {
	margin:0px auto;
}

#content {
	margin:0px auto;
	width: px;
}

#header{
	margin:0px auto;
	width: 675px;	
	margin-top: 51px;
}

#border {
	width: 675px;
	height:19px;
	border-bottom: 1px solid black;
}

#header-left{
	float: left;
	width:305px;
	height: 19px;
}

#navigation{
	float: left;
	height: 19px;
	width: 370px;
	margin-bottom: 20px;
}

#middle {
	margin: 20px 0px 10px 0px;
}

#gallery-navigation{
	font-family: arial, "lucida console", sans-serif;
	font-size: 10pt;
        font-weight: bold;
	margin:0px auto;
	color: black;
}

#gallery-navigation a {
	color: black;
	text-decoration: none;
}

#gallery-navigation a:visited {
	color: black;
	text-decoration: none;
}

#gallery-content {
	margin:0px auto;
	width: 900px;
}

#footer{
	margin:0px auto;
	background-image: url('images/footer.gif');
	height: 35px;
	width: 675px;
} 

