body {
	background-color: #333;
}

#container {
	width: 720px;
	position: absolute;
    left: 50%;
    margin-left: -360px;
}

#banner {
	background-color: #DED9D1;
	background-repeat: no-repeat;
	height: 123px;
	border: solid #fff 5px;
}

#banner img {
	margin: 10px;
}

#navlist {
	border-style: solid;
	border-color: #fff;
	border-width: 0 5px 5px;
	padding: 3px 3px 3px 32px;
	background-color: #c30;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist ul {
	white-space: nowrap;
	padding: 0; 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist a {
	display: inline;
	background-color: #c30;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #DED9D1;
	color: #CC3300;
}


#pictures {
	background-color: #333333;
	border-style: solid;
	border-width: 0 5px 5px;
	border-color: #fff;
	padding: 6px 5px 5px 6px;
	text-align: center;
}

#pictures img {
	margin: 0 2px 2px;
	}
	
#bottombar {
	border-style: solid;
	border-width: 0 5px 5px;
	border-color: #fff;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DED9D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 8px 5px 5px 340px;
	text-align: left;
	vertical-align: middle;
	height: 22px;
}

#bottombar img {
	border-style: none;
	float: right;
}

#bottombar a {
	text-decoration: none;
	color: #000;
}
