body {
	background-color: #4a2A00;
	font-family: verdana,arial,serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a:link {text-decoration: none; color: #523821;}
a:visited {color: #523821}
a:hover {text-decoration: underline; color: #5d9707}
a:active {color: #ff0000}

#container {
	background-color: #ffffff;
	color: #333333;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header {
	background: url(img/header.jpg) no-repeat;
	height: 160px;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
	left: 260px;
	top: 10px;
}

#header ins {text-decoration:none}

#header a {
	color: #559707;
        text-indent: 0.30cm;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 160px;
        background-color: #559707;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
        background-color: #f0dc00;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 135px;
}

#sidebar a:hover {
	background-color: #Da8050;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 520px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #523821;
}

h3 {
	font-size: 1.0em;
	margin-bottom: 1em;
	color: #523821;
}

#footer {
	background-color: #c7eab7;
	clear: right;
	color: #000000;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
	width: 730px;
}
