@charset "utf-8";
/* CSS Document */

h1 { font-size: 1.8em; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 1.6em; margin-bottom: 8px; font-weight: bold; }
h3 { font-size: 1.4em; margin-bottom: 6px; font-weight: bold; }
strong { font-weight: bold; }

a:link { color: #654e2f; text-decoration: underline; }

a:visited { color: purple; }

a:hover { text-decoration: none; }

a:active { text-decoration: none;}

body {
	font-size: 62.5%;
	color: #654e2f;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 0 0 10px 65px;
}

#header h1 {
	font-size: 1.6em;
	margin: -15px 0 0 140px;
	font-weight: normal;
	font-family: Futura BT, Myriad Pro, Century Gothic, Arial, Helvetica, sans-serif;
}

#left {
	width: 15px;
	height: 500px;
	float: left;
	background: url(../images/left.gif) no-repeat;
	margin: 25px 15px 0 0;
}

#wrapper2 {
	background: #b1d035 url(../images/wrapper2_bg.gif) repeat-y;
	border: 15px solid #b1d035;
	border-left: none;
	height: 100%;
	width: 865px;
	float: left;
}

#navigation {
	width: 195px;
	height: 100%;
	float: left;
}

#navigation ul {
	margin: 19px -8px 0 0;
	float: right;
}

#navigation ul li {
	text-align: right;
	display: block;
}

#navigation ul li a {
	font-size: 14px;
	color: #65533d;
	text-decoration: none;
	line-height: 24px;
	padding-right: 20px;
}

#navigation ul li a:hover {
	background: url(../images/nav_hover.png) top right no-repeat;
}

#navigation ul li.active {
	background: url(../images/nav_active.png) top right no-repeat;
}

.webkit #navigation ul li a:hover {
	background: url(../images/nav_hover2.png) top right no-repeat;
}

#content {
	width: 620px;
	min-height: 420px;
	background: #fff;
	float: left;
	margin: 0 0 0 8px;
	position: relative;
	z-index: 200;
	padding: 15px 15px 15px 23px;
	font-size: 1.4em;
	line-height: 150%;
}

#content p {
	margin: 0 0 13px 0;
}

#content ul li, #content ol li {
	margin-left: 2.5em;
	line-height: 150%;
	display: list-item;
}

#content ul, #content ol { margin-bottom: 12px; }

#content ul li { list-style-type: disc; }

#content ol li { list-style-type: decimal; }

#right {
	width: 15px;
	height: 500px;
	float: left;
	background: url(../images/right.gif) no-repeat;
	margin: 25px 0 0 15px;
}

#footer {
	clear: both;
	height: 100px;
	text-align: center;
	font-size: 1.2em;
	padding: 15px 0 0 0;
}

#footer a {
	color: #654e2f;
	text-decoration: none;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.imgleft { float: left; margin-right: 8px; }
.imgright { float: right; margin-left: 8px; }
.large { font-size: 1.8em; }
.small { font-size: 0.8em; }
.center { text-align: center; margin: 0 auto; }
.centerdiv { margin: 0 auto; text-align: center; }
