/* Base */

html {
	height: 101%;
}

body {
	/* pattern by Squidfingers (http://www.squidfingers.com/) */
	background: #FFFFFF url(../images/pattern_038.gif) repeat;
	font-family: "palatino linotype",palatino,serif;
	padding: 0;
	margin: 0;
}


#container {
	background: url(../images/container-border.png) repeat-y;
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}

.super {
	width: 950px;
	background-color: #FFFFFF;
}

/* header */

#header {
	background: #829401 url(../images/bg.gif) repeat;
	padding: 4em 0 0 2em;
	margin-bottom: 1em;
}

#header h1 img {
	padding-bottom: 0.5em;
}

/* navigation */

#navigation {
	width: 200px;
	float: left;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin-left: 0;
	padding: 0;
	margin: 0 10px 0 10px;
	font-family: verdana, sans-serif;
	height: 50px;
}

#navigation ul li.active {
	background: url(../images/butterfly_bg.png) no-repeat center left;
}

#navigation ul li a {
	display: block;
	width: 120px;
	float: right;
	padding-top: 19px;
	color: #000;
	text-align: center;
	font-size: 11pt;
	text-decoration: underline;
}

#navigation ul li.active a {
	color: #ffffff !important;
	text-decoration: none;
}

.highlight {
	background: #FFFFFF url(../images/buttersmall2.png) no-repeat center left;
}


/* Main */

#main {
	
	float: left;
	margin-left: 2em;
}

#main.less {
	width: 500px;
}

#main.more {
	width: 700px;
}


/* sidebar */

#sidebar {
	width: 200px;
	float: right;
	overflow: hidden;
}

/* Footer */

#footer {
	width: auto;
	clear: both;
	margin-top: 2em;
	padding: 0.2em;
	text-align: center;
	background-color: #829401;
}

/* Typography */

h1 {
	margin: 0;
}



h2, h3, h4, h5 {
	color: #829401;
	font-style: italic;
	margin: 0;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.65em;
}

h4 {
	font-size: 1.5em;
	margin-top: 0.2em;
}

h5 {
	font-size: 1.2em;
}

p.lead {
	color: #829401;
	font-style: italic;
	margin-top: 0;
}

/* extras */

.clear {
	clear: both;
}

a img, img {
	text-decoration: none !important;
	border: none;
}