body {
	font: 12px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #404040 url('images/bg32-1.gif') repeat;
	color: #363636;
	background-attachment:fixed; 
}

* {
	scrollbar-DarkShadow-Color: #85AA87;
	scrollbar-Track-Color: #404040;
	scrollbar-Face-Color: #404040;
	scrollbar-Shadow-Color: #404040;
	scrollbar-Highlight-Color: #404040;
	scrollbar-3dLight-Color: #85AA87;
	scrollbar-Arrow-Color: #85AA87;
}

#out {
	text-align: left;
	background:  url('images/out.jpg') repeat;
	margin: 0 auto;
	padding: 0;
	width:760px;
}

#header {
	text-align: right;
	height: 124px;
	margin: 0;
	padding: 0px 9px 0px 0;
	background: #737373 url('images/header.jpg') repeat;
}



#menu {	
	margin: 0 0 0 4px;
	padding: 2px;
	width: 162px;
	float: left;
	background: #737373;
}

html>body #menu {
	width: 150px;
	margin-top: 2;
	margin-right: 2;
	margin-bottom: 2;
	margin-left: 14px;
}

#content {
	margin: 0 0 0 177px;
	padding: 5px;
	width: 563px;
	height: 100%;
	background: #737373;
}

html>body #content {
	margin: 0 0 0 185px;
	width: 550px;
}

#footer {
	clear: both;
	text-align: center;
	height: 8px;
	margin: 0;
	padding: 0;
	background: url('images/footer.jpg') bottom center no-repeat;
}

/* Navigation
--------------------------------------------------------- */
#menu ul {
	list-style-type: none;
	padding-left: 5px;
	margin:15px auto 10px auto;
}

#menu h2 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #737373;
	padding: 3px 3px 0 5px;
	text-align: left;
	display: block;
	height: 20px;
	color: #363636;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bb180;
}

#menu li {
	text-align:left;
	border-left:10px solid #85AA87;
	padding-right:5px;
	text-decoration:none;
	margin-bottom:2px;
	padding-left:5px;
}

#menu li a {
	font: 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #737373;
	text-decoration: none;
	padding: 0 3px 0 0px;
	text-align: left;
	display: block;
	height: 18px;
	color: #363636;
	margin: 0px;
}

#menu li a:hover {
color:#C8A4BE;
}

#menu li:hover {
border-color:#AC8CA3;
}
/* Links
--------------------------------------------------------- */

a {
	color: #8DB38C;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #8DB38C;
	text-decoration: none;
}

a:hover {
	color: #C8A4BE;
	text-decoration: underline;
}

/* Headlines
--------------------------------------------------------- */
h1 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: right;
	color: #363636;
	padding: 2px 5px;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bb180;
}

h3 {
	font: bold 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: right;
	color: #363636;
	padding: 2px 5px;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bb180;
}



/* Other Stuff
--------------------------------------------------------- */

p,td {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}

ul {
	list-style-type: square;
}

.button {
	width: 100px;
	color: #85AA87;
	background: #606062;
	border: 1px solid #7bb180;

}

.button:hover {
	color: #C8A4BE;
	border: 1px solid #C8A4BE;

}

input {
	width: 250px;
	color: #85AA87;
	background: #606062;
	border: 1px solid #7bb180;
}

input:hover {
	border: 1px solid #C8A4BE;
}

select {
	width: 250px;
	color: #85AA87;
	background: #606062;
	border: 1px solid #7bb180;
}

select:hover {
	border: 1px solid #C8A4BE;
}

textarea {
	font: normal 12px Arial, Verdana, sans-serif;
	width: 250px;
	color: #85AA87;
	background: #606062;
	border: 1px solid #7bb180;
}

textarea:hover {
	border: 1px solid #C8A4BE;
}

#out #content p {
	padding: 5px;
}
