@charset "utf-8";
/* CSS Document */

body {
	background: #bcca60 url(../images/bg.jpg) top repeat-x;
	color: #333;
	margin: 0;
	padding: 0 0 1em;
	text-align: center;
	font-size: larger;
}
/* layout placement */
#wrapper {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#container {
	background: #fff url(../images/bg-scribble.gif) top right no-repeat;
	_background-position:top 99%;/* ie hack because ie6 mucks up the above */
	padding: 0;
	margin: 0 0 2em;
	float: left;
	width: 740px;
	overflow:hidden;
}
#inside {
	background: transparent url(../images/bg-nav.gif) 8px 480px no-repeat;
	float:left;
	width:100%;
}
/* defaults */
h1, h2, h3, h4, p, img, blockquote, table {
	margin-top: 0;
	padding: 0;
	border: none;
	clear:both;
	line-height:1em;
}
#sidebar {
	float:left;
	clear:left;
	width:160px;
}
#logo {
	float:left;
	clear:both;
	margin:12px 0 0 7px;
	display: inline;
}
#logo h1 {
	float:left;
	width:150px;
	margin:0;
	background:transparent url(../images/logo.gif) no-repeat;
}
#logo h1 a {
	float:left;
	display:block;
	width:150px;
	height:200px;
	text-indent:-500em;
	overflow:hidden;
}
#nav {
	float:left;
	clear:both;
	margin:3px 0 0 8px;
	display: inline;
	width:128px;
	height:280px;
	background-color:#e5ebc3;
	border-top: 13px solid #c93f44;
}
#nav ol {
	list-style:none;
	margin:10px 0 6em 10px;
	padding:0;
}
#nav li {
	line-height:1.5em;
	font:500 1em "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	padding:0 0 3px;
	margin:0;
}
#nav a {
	color:#333;
	text-decoration:none;
}
#nav a:hover {
	color:#7d7d7d;
}
#nav li.active a {
	color:#7d7d7d;
}
#main {
	float:right;
	clear:right;
	width:554px;
}
#footer {
	clear:both;
	margin:0 8px;
	width:724px;
	background:#73513d url(../images/bg-brown-gradient.jpg) top repeat-x;
	border-bottom:8px solid #fff;
}
#footer p {
	margin:0;
	padding:6px 30px 6px 180px;
	text-align:left;
	color:#fff;
	font:normal 65% Arial, Helvetica, sans-serif;
}
#footer a {
	color:#fff;
}
/* *** content classes *** */
#content {
	background-color:#fff;
	color:#333;
	float:left;
	clear:both;
	margin:112px 60px 0 0;
	padding-bottom:2.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.35em;
	display: inline;
}
#content h1,
#content h2 {
	font-size: 2em;
	font-weight:300;
	margin:0 0 14px;
}
#content h3,
#content h4 {
	font: 700 1em Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 6px;
}
#content p,
#content li,
#content td {
	font-size: 90%;
	line-height: 1.35em;
	padding-top:2px;
}
#content td {
	vertical-align:top;
}
#content ul,
#content ol {
	list-style:disc;
	margin:0 0 1.4em 1em;
	padding:0;
}
#content blockquote {
	font-size: 65%;
	font-style:italic;
	color:#666;
	margin:2em 0 0;
	padding:0 0 0 30px;
	line-height: 1.75em;
}
#content a {
	color:#369;
}
#content big {
	font-size: 2em;
}
#content small {
	font-size: 75%;
	display:inline;
}
/* *** IE bugs *** */
.lineBreak {
	*display:block;
	*padding-top:0.8em;
}

p.kudos { text-align:center; font:normal 50% Verdana, Arial, Helvetica, sans-serif }
p.kudos a { color:#949F45;text-decoration:none }
p.kudos a:hover { color:#fff }