* {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

body {
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color: #2e408d;
	font-weight: bold;
	text-decoration: none;
}

.image {
	margin: 0 auto;
	width: 359px;
	display: block;
}

/* ---------- page structure ---------- */

#wrapper {
	width: 768px;
	background-color: #E2D7C3;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: left;
}

#top #wrapper {
	padding-bottom: 0px;
}

#masthead {
	padding-left: 10px;
	padding-right: 15px;
}

#logo {
	float: left;
	margin-top: 10px;
}

#book {
	float: right;
	margin-top: 10px;
}

#title {
	padding-left: 20px;
}

td#top {
	height: 15px;
}

map {
	border: 0px;
}

/* ---------- Navigation ----------- */

#navigation {
	clear: both;
	height: 36px;
	background: #FFF url(images/nav_background.jpg) repeat-x;
	font: normal bold 1em/1.5em Arial, "MS Trebuchet", sans-serif;
	text-align: center;
}

#subnavigation {
	text-transform: capitalize;
	text-align: center;
}

#navigation ul {
	list-style-type: none;
	margin: 0 auto;
}

#navigation li {
	float: left;
}
#subnavigation li {
	display: inline;
}

#navigation a {
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	width: 200px;
	height: 27px;
	color: black;
	padding-right: 42px;
	padding-top: 7px;
	background: url(images/button_background.jpg) no-repeat;
}

#navigation a:hover {
	color: #DB4128;
	background: url(images/button_background_pressed.jpg) no-repeat;
}

#subnavigation a {
	text-transform: capitalize;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
}

body.aboutPage #aboutPage a {
	color: #344DE1;
	background: url(images/button_background_pressed.jpg) no-repeat;
}

body.galleryPage #galleryPage a {
	color: #EE148F;
	background: url(images/button_background_pressed.jpg) no-repeat;
}

body.quotePage #quotePage a {
	color: #00C200;
	background: url(images/button_background_pressed.jpg) no-repeat;
}

body.aboutPage #subnavigation a {
	color: #344DE1;
}

body.galleryPage #subnavigation a {
	color: #EE148F;
}

body.quotePage #subnavigation a {
	color: #00C200;
}

/* ---------- Main Content ------------ */

#content {
	width: 650px;
	padding: 20px;
	background-color: #FFF;
	border-left: 1px solid #5D564D;
	border-right: 1px solid #5D564D;
	border-bottom: 1px solid #5D564D;
	margin: 0 auto;
	text-align: left;
}

#content h1 {
	font-size: 25px;
}

#content h2 {
	font-size: 16px;
}

#content p {
	font-size: 14px;
}

#content p em {
	font-size: 12px;
}

.indent {
	padding-left: 45px;
}

#footer {
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
}