body {
	background: rgb(255,204,102) url(img/bg.png) top left repeat-x fixed;
	font-family: "Georgia", serif;
	font-size: 10px;
	border: 6px solid #010662;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

p, a {
	color: #000000;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2em;
	background-color: #ffde9d;
	width: 580px;
	font-size: 1.6em;
	padding: 10px;
	
}

.clear {
	clear: both;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 4.8em;
	font-style: italic;
	margin-bottom: -10px;
}

h2, h3 {
	margin-top: 10px;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.0em;
}

.wrapper {
	width: 800px;
	margin: auto;
}

#gears_left {
	background: url(img/gears_left.png) top left no-repeat;
	background-attachment: fixed;
}

#gears_right {
	background: url(img/gears_right.png) bottom right no-repeat;
	background-attachment: fixed;
}

#header {
	width: 600px;
	height: 30px;
	margin-bottom: 10px;
	background-color: #ffde9d;
	margin-left: 10px;
}

#logo {
		position: relative;
		top: 80px;
		left: 10px;
	}

ul#nav {
	position: relative;
	top: 3px;
}

ul#nav li {
		display: inline;
		margin: 10px 0px 10px 10px; 
	}

		ul#nav a {
			font-size: 2.0em;
			font-weight: bold;
			text-decoration: none;
			color: #000000;
		}

			ul#nav li a:hover {
				border: #010662 10px solid;
				border-left: none;
				border-right: none;
				border-top: none;
			}

.split_list {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
	font-size: 1.6em;
}

.split_list li {
	margin-bottom: 10px;
}

.photo {
	border: #ffde9d 10px solid;
	margin: 10px 0 10px 10px;
}

.subpics {
	margin-bottom: 10px;
	margin-left: 10px;
}

.subpics img{
	margin-right: 55px;
}

#footer {
	width: 700px;
	text-align: right;
}
