body {
	background-color:#c58402;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-size:0.7em;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

a {color:#fff; text-decoration:none; font-weight:bold;}
a:visited {color:#eee; font-weight:bold;}
a:hover {color:#fff; font-weight:bold; text-decoration:underline;}
a:active { color:#000000;}

li {
	margin-top:0.5em;
}

b {font-weight:bold;}

li a { color:#333; text-decoration:none; font-weight:bold;}
li a:visited {color:#333; font-weight:bold;}
li a:hover {color:#000; font-weight:bold; text-decoration:underline;}
li a:active {color:#333; font-weight:bold; text-decoration:none;}

h1 {
	font-size:1em;
	color:#fff;
	background-color:#075e33;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px 15px;
	margin:0px 
}

h2 {
	font-size:2em;
	color:#075e33;
	font-family:Palatino,Palatino Linotype, Book Antiqua,serif;
	font-weight:bold;
	padding: 5px 10px;
	margin:0px;
}

/*--------------------------------------------------- CONTAINER */
#container {
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/* -------------------------------------------------- BANNER */
#banner {
	background-color:#fff;
	text-align:right;
	padding:0px;
	margin:0px;
}

#banner a img {
	text-decoration:none;
	margin-top:5px;
}

/* -------------------------------------------------- CONTENT */
#content {
	background-color: #fff;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
}

#content h1 {
	background-color:#c58402;
}

#content a { color:#075e33; text-decoration:none; font-weight:bold;}
#content a:visited {color:#333; font-weight:bold;}
#content a:hover {color:#fff; font-weight:bold; text-decoration:underline;}
#content a:active {color:#fff; font-weight:bold; text-decoration:none;}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p {
padding: 5px 10px;
margin:0px;
line-height:140%;
}

/* ------------------------------------------------- NAVIGATION */
#navigation {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color:#eee;
}

/* -------------------------------------------------- FOOTER */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
