@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../gallery/lighthouse2.gif);
}
header {
	width: 1200px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 175px;
	margin-top: 25px;
}
#logo {
	height: 168px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 4px outset #C30;
	background-color: #FFF;
	-moz-box-shadow: 5px 5px #666;
	-webkit-box-shadow: 5px 5px #666;
	box-shadow: 5px 5px #666;
}
nav {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
	height: 75px;
	overflow: hidden;
	padding-left: 150px;
}
#title {
	text-align: center;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	border: 2px outset #F60;
}

nav ul li {
	float: left;
	width: 175px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-image: url(../images/button.gif);
	background-repeat: repeat;
	height: 45px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-weight: bolder;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
}
section {
	float: left;
	width: 590px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 3px inset #C60;
	margin-left: 200px;
}
section ul li {
}

footer {
	clear: left;
	margin-top: 100px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	text-align: center;
	color: #CCC;
}
a	{
	color: #FFF;
	text-decoration: none;
}
article {
	width: 520px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#line {
	float: left;
	width: 420px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
}
#line2 {
	float: left;
	width: 570px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
}

#price {
	text-align: center;
	float: left;
	width: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#space {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: left;
}
figure {
	float: left;
	height: 615px;
	width: 675px;
	margin-top: 50px;
	margin-left: 10px;
}
#control {
	clear: left;
	width: 400px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
