@CHARSET "ISO-8859-1";

html, body {
	height: 100%;
	margin: 0;
	}
	
body {
	background: url(../images/background.gif) #D1C0AC;
	font: 90% "Trebuchet MS", sans-serif;
}

h1 {
	color: #6B4735;
}

a {
	color: #6B4735;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c00;
}

div#header {
	background: url(../images/top.jpg) no-repeat;
	height:149px;
}

div#global {
	min-height: 100%;
	width: 760px;
	margin: 0 auto;
	position: relative;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	
	background: url(../images/bg.jpg) repeat-y;
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #000;
	color: #fff;
}

div#center {
	padding-bottom: 50px;
	overflow: auto;
}

div#content {
	float: right;
	width: 575px;
	padding: 0 8px;
}

div#sidebar {
	float: left;
	width: 153px;
	padding: 0 8px;
	font-size: 0.85em;
}

ul li ul {
	padding:0 0 0 18px;
	margin:0;
}


div#footer p {
	margin: 2px;
	font-size: 0.75em;
	text-align: right;
}

div#footer a {
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}
div#footer a:hover {
	color: #a9a9a9;
}