body {
	margin: 0;
	padding: 0;
	font: 90% 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background: #fefeef;
}

#container {
	margin: 0 6%;
	background: white left bottom no-repeat url(../images/deer.jpg);
}

/* ---( boxes )------------------------------- */

#branding {
	height: 58px;
	background: url(../images/mast.jpg) right top no-repeat #360;
}

#nav {
	width: 24%;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 45px 0 0 0;
	text-align: right;
	padding-left: 0;
	border-bottom: 1px dotted silver;
}

#nav li
{
	margin: 0;
	padding: 0.25em;
	list-style: none;
	border-top: 1px dotted silver;
}

#nav a:link, #nav a:visited
{
	font-size: 86%;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#nav a:hover {
	text-shadow: #360 0px 3px 10px;
}

.home a#home, .owners a#owners, .photos a#photos, .links a#links
{
	color: #333;
	font-weight: bold;
	cursor: default;
	text-shadow: none;
}

#content {
	color: #333;
	width: 70%;
	float: left;
	border-left: 1px solid silver;
	padding: 1em;
}

#siteinfo {
	color: gray;
	font-size: x-small;
	text-align: right;
	margin: 0;
	padding: 0.1em 1em;
}

#main dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	}

/* ---( text )------------------------------- */

a {
	text-decoration: none;
}

a:link {
	color: #663300;
}

a:visited {
	color: #cc6633;
}

a:hover {
	text-decoration: underline;
	border: 0;
	color: #cc6633;
}

a:active {
	color: #EFDC9A;
}

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6, dt, thead {
	font-family: "Brioso Pro", Baskerville, Garamond, Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #360;
}

abbr, acronym {
	cursor: help;
}

abbr {
	font-style: italic;
}

acronym {
	font-variant: small-caps;
}

blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 1.5em;
	background: url(/images/quotemarks.gif) no-repeat 0 3px;
}

img {
	border-style: none;
}

#content dl dt {
	font-weight: bold;
	}

#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	}

.sidebox {
	float: right;
	width: 150px;
	padding: 0.5em;
	background: #99cc66;
	margin-left: 0.5em;
}

.sidebox h2 {
	margin: 0;
	padding: 0;
}

#photo {
	float: left;
	text-align: center;
}

#photo img {
	border: silver dotted 1px;
	padding: 3px;
}