@charset "UTF-8";

body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
}

/* START LAYOUT STUFF */
#site {
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#site #l-edge {
	background-image: url(images/l-edge.png);
	background-repeat: no-repeat;
	height: 538px;
	width: 50px;
	position: absolute;
	left: 0px;
	float: left;
}
#site #container {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 703px;
	height: 538px;
	position: absolute;
	left: 50px;
	float: left;
	background-image: url(images/container.gif);
}

#site #r-edge {
	background-image: url(images/r-edge.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 538px;
	float: left;
	position: absolute;
	left: 753px;
}
#site #container #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	height: 220px;
	width: 703px;
}
#site #container #left-content {
	position: absolute;
	height: 200px;
	width: 200px;
	top: 250px;
	left: 40px;
}
#site #container #main-content {
	height: 300px;
	width: 403px;
	position: absolute;
	top: 250px;
	right: 40px;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 10px;
}
#site #container #logo {
	/*leave empty for now background-image: url(images/logo.png);*/
	background-repeat: no-repeat;
	position: absolute;
	height: 140px;
	width: 290px;
	left: 320px;
	top: 100px;
	z-index: 30;
}
/* ##END LAYOUT STUFF## */



/* START NAVIGATION */
#left-content #mainMenu ul {
	margin-top: 0;
	padding: 0;
	list-style: none;
}
#left-content #mainMenu ul li {
	margin: 0;
	padding: 0;
}
#left-content #mainMenu ul a {
	font: 1em/30px Arial, Helvetica, sans-serif;
	color: #598527	;
	text-decoration: none;
	margin: 0;
	width: 165px;
	padding-left: 35px;
	line-height: 2.6em;
	display: block;
	background: url(images/BTN_hippie.jpg) no-repeat left center;
}
#left-content #mainMenu ul a:hover {
	background-position: -200px 0px;
	color: #a3620a;
}
#left-content #mainMenu ul a.current {
	background-position: -400px 0px;
	color: #a3620a;
	cursor: default;
	font-weight: 700;
}

#site #container #main-content p a,
#site #container #main-content p a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DE9213;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D99211;
}

#site #container #main-content p a:active,
#site #container #main-content p a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DE9213;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D99211;
}

/* ##END NAVIGATION## */

/* START TYPOGRAPHY */
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
	text-transform: uppercase;
	word-spacing: .5em;
}
/* ##END TYPOGRAPHY## */
