body {
	background: #1a1a1a url('images/bg_skinny.gif') repeat-x;
	color: #9B8453;
	}

#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 272px;
	background: url('images/logo.gif') no-repeat;
	}

#content {
	position: absolute;
	top: 252px;
	left: 0px;
	width: 600px;
	margin:0px;
	padding: 0px;
	}

#leftside {
	width: 600px;
	margin: 0px;
	background: transparent url(images/cliff.gif) repeat-y;
	margin: 0px;
	}

#leftside p {
	margin: 15px 155px 15px 37px;
	padding: 0px;
	}
#leftside ul {
	margin-left: 17px;
}
#leftside form {
	margin: 15px 155px 15px 37px;
	padding: 0px;
	}
#leftside h2,h3,h4,h5 {
	margin: 0px 150px 0px 42px;
	}

.head h3 {
	text-align:center;
	}

#rightside {
	position: absolute;
	top: 250px;
	left: 600px;
	width: 300px;
	height: 300px;
	background: #1a1a1a url('images/menu_bg.jpg') no-repeat;
	}

#rightside ul {
	margin: 65px 25px 0px 15px;
	list-style: none;
	color: #9B8453;
	font-weight: bold;
	font-size: 1.1em;
	}
#rightside p {
	margin: 15px 35px 0px 35px;
	font-style: italic;
	}

#leftFoot {
	position: absolute;
	background: transparent url('images/left_footer.jpg') bottom left no-repeat;
	clear: both;
	left: 0px;
	height: 125px;
	width: 600px;
	margin-top: -15px
	}

.more {
	float: right;
	width: 65px;
	height: 15px;
	margin: 0px 150px 0px 0px;
	}

img {
	border: 0px;
	}
	
h3 a:link {
	border: medium #9B8453 dotted;
	border-width: 0px 0px 2px 0px;
	}
h3 a:hover {
	border: none;
	}

a:link {
	color: #9B8453;
	text-decoration: underline;
	}
a:hover {
	color: #cca85d;
	text-decoration: underline;
	}
a:visited {
	color: #917438;
	text-decoration: line-through;
	}
a:visited:hover {
	color: #cca85d;
	text-decoration: underline;
	}
