body {
color: #333333;
}

#content {
	margin:0px auto 0px;
	width: 800px;
	background-color: #fea6d2;
	border:solid #333333 40px;
	padding:10px;
}

h1 {
	font-family: sans-serif;
	padding:0px;
	margin:20px;
	text-align: center;
	font-size: 60px;
}

h2 {
	font-family: sans-serif;
	padding-top:15px;
	text-align: center;
	font-size: 25px;
	font-stretch:wider;
}
	

p {
	color: #333333;
	font-family:sans-serif;
	}
.front {
	color: #333333;
	font-family:sans-serif;
	font-size:14px;
	padding-top:15px;
}
	
ul {
	color:#7880eb;
}
li {
	list-style-type:none;
	color:#7880eb;
	font-family:sans-serif;
}
a {
	text-decoration: none;
	color:#7880eb;
}
#navigation {
	height:30px;
	margin:0px auto 0px;
	text-align:center;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float:left;
	clear:right;
	margin: 0px;
	padding: 0px;
	display: inline;
	background: #7880eb;
}
#pictures {
	text-align:center;
}
#navigation a {
	font: bold 18 "Sans-Serif";;
	color: #333333;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 8px 5px 5px 5px;
	height: 30px;
	width: 190px;
}

html>#navigation a {
	height: 30px;
	width: 160px;
}
#navigation a:hover {
	background: #333333 0px -40px;
	color: #7880eb;
}

#boxout {
background: #FFFFFF;
border: #333 solid 20px;
float: left;
clear:right;
width: 300px;
margin: 0px 25px 10px 10px;
padding: 0px;
font:bold;
text-align:left;
}

#map {
	margin: 5px;
}

.rest {
	color:#7880eb;
	font-style:italic;
	margin-top:3px;
	margin-left:10px;
	font-size:14px;
}
#money {
	text-align:center;
	margin: 10px 5px 5px 5px;
}
#images {
	float:right;
	margin:10px;
}
#otherimages {
	float:left;
	margin:8px;
}
