/* based on http://realworldstyle.com/2col.css */
/*
TAN - #DBB68B
GREEN ON LOGO - #11472C
BROWN ON SIDEBAR - #422004
GREEN ON SIDEBAR - #0B2B1E
SIDEBAR TEXT - #DCF79A
*/
html, body {
	margin: 0;
	padding: 0;
	background-color: #DBB68B; /* #DBDEAF */
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	}

#nav {
	width: 180px; /* if change here, update #content margin-left */
	float: left;
	margin-left: -1px;
	padding: 0px;
	color: #FFF3E6;
	background-color: #422004;
	border-right: 2px solid #0B2B1E;
	}
#nav b { font-size: 0.95em; margin:5px 10px 10px 10px; }
#nav p { font-size: 0.9em; margin:2px 10px 10px 15px; }
#nav a { text-decoration:none; color: #DCF79A; }
	
#content {
	padding: 5px 15px 15px 15px;
	margin-left: 180px; /* if change here, update #nav width */
	min-width: 450px;
	}

#header {
	background-color: #fff;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	}
	
#footer {
	background-color: #639600;
	color: #006;
	border-top: 1px solid #006;
	font-size: 0.95em;
	line-height: 150%;
	text-align: center;
	padding: 5px 10px 5px 10px;
	clear: both;
	}

a { text-decoration:none;
	color: #990000; }
a:hover { text-decoration:underline; }

.spacer { clear: both; }
	
p {
	padding: 0;
	margin-top: 0px;
	}

dd, dt { font-size: 0.95em; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.center-div	{ display: inline-block; block; margin-left: auto; margin-right: auto; }