/* Methods used from http://www.alistapart.com/articles/negativemargins/
and http://www.alistapart.com/articles/slidingdoors/ */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	background: #c96;
}


body a, a:visited, a:hover {
	color: #382f26;
}

#box {
	text-align: justify;
	width: 800px;
	margin: 0 auto;
	background: #c96;
}

#header {
	background: #c96;
}

#title {
	text-indent: -100em;
	overflow: hidden;
	background: url(najambaug.gif);
	height: 71px;
	margin-bottom: 0px;
	margin-top: 15px;
} 

#main {
	padding: 40px 20px 15px 20px;
	background: white;
	border-left: 1px solid #776655;
	border-right: 1px solid #776655;
/* Using line-height because of IE Peekaboo bug */
	line-height: 1.12;
}

#main a {
	font-weight: bold;
}

#feature {
	margin-top: 15px;
}

#footer {
	border-top: 1px solid #776655;
	text-align: center;
	font-size: small;
	font-weight: bold;
	background: #c96;
	padding-bottom: 10px;
	color: white;
}

#footer img {
	vertical-align: middle;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

.clearing {
	height: 0;
	clear: both;
}

img {
	border: 0;
}

#navigation {
	float: right;
	width: 100%;
	background: #e7e6b6 url("bg.gif") repeat-x bottom;
	font-size: small;
}

#navigation ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#navigation li {
	float: right;
	margin: 0;
	padding: 0 0 0 9px;
	background: url("left.gif") no-repeat left top;
}

#navigation a {
	float: right;
	display: block;
	background: url("right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #776655;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
	color: #382f26;
}

#navigation #current {
	background-image: url("left_on.gif");
}

#navigation #current a {
	background-image: url("right_on.gif");
	padding-bottom: 5px;
	color: #382f26;
}

.photos {
	text-align: center;
	font-size: small;
	width: 670px;
	margin: 0 auto;
}

.photos .left {
	width: 303px;
	float: left;
}

.photos .right {
	width: 303px;
	float: right;
}
