body {
	background: #d3b180 url(images/bg.gif) repeat-y;
	padding: 0;
	margin: 0;
	font: 75% Arial, Helvetica, sans-serif;
}

/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#header_container {
	background: #9b6416;
}
#header {
	background: #ce8c2f;
	text-align: right;
	width: 720px;
	width/**/:/**/ 680px;
	padding: 10px 20px 40px 20px;
}
#header h1 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h2 {
	color: #333;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
}
#header p {
	color: #333;
	font-size: .9em;
	letter-spacing: 1px;
	margin: 0;
}
#header a {
	color: #333;
	text-decoration: none;
}

/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#nav {
	position: absolute;
	left: 0;
	width: 140px;
	background: #e4e0d9;
	color: #333;
}
#nav ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 0 0 10px 0;
	padding: 0;
}
#nav ul li a {
	color: #555;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #000077;
}

/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#content {
	width: 580px;
	width/**/:/**/ 540px;
	padding: 20px;
	margin-left: 140px;
	background: #fff;
	color: #333;
}
#content p {
	line-height: 140%;
	margin: 0 0 10px 0;
}
#content h1, #content h2 {
	color: #666;
	font-size: 1.7em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}
#content h3 {
	color: #333;
	font-size: 1.2em;
	margin-top: 25px;
}
#content h4 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 25px;
}
#content a {
	color: #000077;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
