/* CSS Document */

body {
    background: #b1ba7c;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

img { border: none; }

#container {
	border: 10px solid #ffffff;
	background: #f6f2de;
	width: 980px;
	margin: 10px auto;
}

#container-inner {
	width: 100%;
}

#topnav {
	background: #1a1718;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}

#container-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

#topnav .link {
	float: left;
	color: #ffffff;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	cursor: pointer;
}

#topnav .link.active {
	background: #ffffff;
}

#topnav .link.selected {
	background: #464646;
}

#topnav .link a {
	text-decoration: none;
	color: #cde092;
}

#sidebar {
	display: table-cell;
	vertical-align: top;
	background: #6c8349;
	width: 290px;
	border-right: 10px solid #ffffff;
}

#sidebar-inner {
	padding: 25px 20px 20px 20px;
}

#sidebar-inner .link {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	letter-spacing: 2px;
	font-size: 0.9em;
}

#sidebar-inner .link a {
	color: #000000;
	text-decoration: none;
}

#sidebar-inner .link.selected a {
	color: #ffffff;
}

#content {
	display: table-cell;
	width: 680px;
	background: #f6f2de;
	vertical-align: top;
}

#content-inner {
	padding: 10px;
}

#content-inner h1 {
	text-transform: uppercase;
	margin: 20px 0 0 0;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #9f4240;
}

#content-inner h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#footer-ctnr {
	text-align: center;
	font-size: 0.8em;
	color: #ffffff;
}

#footer-ctnr .footer-link {
	margin: 0 10px;
}

#footer-ctnr .footer-link a {
	color: #ffffff;
}

.clr { clear: both; }