/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 7px;
	background: #FFFFFF url(0003a-background.jpg) repeat top left;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80795F;
}

h1{
	margin-top: 0px;
	margin-left: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 25px;
	color: #5E5945;
}

h2{
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 15px;
	color: #5E5945;
}

h3{
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
	color: #5E5945;
}

hr {
	display: none;
}

p, ol, ul {
	text-align: justify;
	/*line-height: 160%;*/
    line-height: 18px;
}

ul.small {
    line-height: 14px;
}

ul {
    margin-left: -15px;
	list-style-type: square;
}

a {
	color: #488081;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	float: left;
	width: 180px;
	margin-right: 1px;
	padding: 10px;
}

#header h1 {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

/** MENU */

#menu {
	margin: 20px auto;
	width: 656px;
    padding: 0px 2px 0px 2px;
	background-color: #5E5945;
	font-size: 10px;
	color: #FFFFFF;
    /*overflow: auto;*/
    height: 40px;
}

html>body #menu {
}

/*
#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	text-align: center;
    background-color: blue;
    height: 20px;
}
*/

a.menulink {
	display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
	background-color: #5E5945;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
    line-height: 36px;
}

#menu a:hover {
	background-color: #AFC797;
	text-decoration: none;
	color: #5E5945;
}

#activelocation {
	display: block;
    padding: 0px 10px 0px 10px;
	background-color: #AFC797;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
    color: #5E5945;
    line-height: 36px;
}

/** CONTENT */

#content {
	margin: auto;
	width: 660px;
	padding: 20px;
	background-color: #FAF6F6;
	/*
    border-left: 1px solid #5E5945;
	border-right: 1px solid #5E5945;
    border-bottom: 1px solid #5E5945;
    */
    border: 1px solid #5E5945;
    overflow: auto;
}

#content h2 {
}

/*
#left {
    float: left;
	margin: 0px auto;
	padding: 0px;
	width: 405px;
}
*/

div.box {
    float: right;
    border: 1px dashed #5E5945;
    width: 160px;
    padding: 8px;
}

div.boxwide {
    float: right;
    border: 1px dashed #5E5945;
    width: 160px;
    padding: 8px;
}

div.codebox {
    border: 1px dashed #5E5945;
    padding: 0px 0px 0px 15px;
}

#right {
	float: right;
	width: 145px;
    padding: 0px 0px 10px 35px;
}

/** FOOTER */

#footer {
	clear: both;
    padding-top: 15px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	width: 660px;
    padding: 2px 0px 0px 0px;
	background-color: #5E5945;
	font-size: 9px;
	text-align: right;
	color: #FFFFFF;
}

