html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5D553B;
	font-size: 11px;	
	background-color: #CFC69F;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           frame
*/
div#frame {
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	/* hack to force minimum height in IE6 & IE7 */
	height:auto !important;
	height:100%;
	background-image: url(_graphics/background-frame.gif);
	background-repeat: repeat-y;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           masthead
*/
div #masthead {
	/* nothing required here */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           sidebar
*/
div#sidebar {
	float: left;
	width: 210px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           content
*/
div#content {
	float: left;
	width: 550px;
}

div#content h1 {
	margin: 0;
}

div#content h2 {
	font-size: 1.2em;
	text-decoration: underline;
	margin: 1.5em 25px 10px 20px;
}

div#content p {
	line-height: 1.5;
	margin: 1.5em 25px 10px 20px;
}

div#content ol {
	line-height: 1.5;
	margin: 1.5em 25px 10px 45px;
}

div#content li {
	margin-bottom: 10px;
}

div#content a {
	text-decoration: underline;
	color: #5D553B;
}

div#content div.photos {
	float: right;
	margin-bottom: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           footer
*/
div#footer {
	clear: both;
	width: 505px;
	margin: 20px 25px 0 230px;
	padding-bottom: 20px;
}

div#footer a {
	text-decoration: underline;
	color: #5D553B;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -           misc
*/
.fine {
	font-size: 9px;
}

.groovebox {
	margin: 0 25px 0 20px;
	text-align: center;
}

.grooverow {
	margin: 1.5em 0;
	clear: both;
}

.groovebox table {
	border-collapse: collapse;
	margin: 0 auto;
}

.groovebox td {
	padding: 0 15px;
	width: 120px;
	text-align: center;
}