/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: scroll;
}
#header {
	position:absolute;
	left:14px;
	top:10px;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
}
#navigation {
	position: absolute;
	left: 300px;
	top: 160px;
	width: 400px;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation li span {
	text-decoration: underline;
}
#photos {
	position:absolute;
	float:left;
	left:15;
	top:200;
	width: 30000px;
}
.photo {
	padding: 0 28px 0 0;
}
#footer {
	position:	absolute;
	left:		15;
	top:		720;
	width:		1901px;
	height:		23px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999; 
}