/* RESET & BODY */
* {
	margin:0;
	padding:0;
}
html, body {
	color:#666;
	margin: 0;
	padding: 0;
	border: 0;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.clear {
	clear:both;
}
body {
	height:100%;
    background: url(../images/bg.gif);
}

/****** ELEMENTS ******/
#wrapper {
	margin:0 auto;
	width:930px;
	background:#FFFFFF;
}
#header {
	background: url(../images/headbg.jpg);
	height:125px;
}
.headcont {
	width: 930px;
	margin:0 auto;
}
.brand {
	padding:11px 0;
	border:0;
	}
#random {
	width:930px;
	height:155px;
	padding:0 0 20px 0;
}
#rotate {
	margin:0 auto;
	padding-bottom:20px;
}
#content {
	margin:0 auto;
	width:100%;
	background: url(../images/wrapbg.jpg) no-repeat #fff;
	background-position:bottom left;
}
#lp {
	float:left;
	width:20%;
}
#substance {
	float:left;
	width:80%;
}
.rp img {
	float:left;
	padding:2px;
}
.rp {
	float:right;
	width:300px;
}
#contentspan {
	width:100%;
}
#contentspan ul {
	width:50%;
	float:left;
	list-style:none;
}
#contentspan li {
	background:#c5cdcb;
	padding:3px 0 3px 50px;
	margin-bottom:5px;
}
/* FOOTER */
#footer {
	margin:0 auto;
	width:100%;
	background: url(../images/footbg.jpg) repeat-x;
	height:115px;
}
.footcont {
	width:930px;
	padding:20px 0 0 0;
	margin:0 auto;
	}
#footer p {
	font-size:80%;
	margin:0 0 10px 0;
	color:#FFFFFF;
}
.lcol {
	text-align:left;
	float:left;
	width:50%;
}
.rcol {
	text-align:right;
	float:right;
	width:50%;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* IMAGES */
img.border {
	border:1px solid #666;
	padding:2px;
	float:left;
	margin:5px;
}
.imglink {
	border:none;
	margin:2px 0 10px 10px;
	}
/* LINKS */
a:link  {color: #166e00; text-decoration:none;}
a:visited {color: #166e00; text-decoration:none;}
a:hover {color: #166e00; text-decoration: underline;}
a:active {color: #166e00; text-decoration:none;}

/* NAV */
#nav {
	background:url(../images/navbg.jpg);
	height:55px;
	}
#nav ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
}
.rollover {}
.rollover a:link, .rollover a:visited, .rollover a:active {
	background: url(../images/butoff.jpg);
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	text-align:center;
	padding:20px 14px;
	margin:0 0 0 2px;
}
.rollover a:hover, .rollover a.active {
	background: url(../images/buton.jpg);
	text-decoration: none;
	color:#1b7600;
}
/* TEXT */
h1 {
	font-size:150%;
	margin:5px 10px 0 20px;
	line-height:1.2em;
	font-weight:lighter;
	color:#166e00;
}
h1 span {
	color:#8c6012;
	font-size:160%;
	line-height:1.1em;
	letter-spacing:-1px;
	}
h2 {
	font-size:140%;
	font-weight:bold;
	margin:15px 0 0 20px;
	line-height:1.4em
}
h3 {
	font-size:140%;
	font-weight: bold;
	margin:0;
	color:#FFFFFF;
	padding:5px 10px 5px 20px;
	line-height:1.4em;
	background:url(../images/h3bg.jpg);
}
p {
	margin:5px 20px 5px 20px;
	line-height:1.6em;
}
.list {
	margin:0 10px 0 20px;
	}
.list li {
	background:#CCCCCC;
	font-weight:bold;
	padding:2px 5px;
	margin:2px 0;
	list-style:none;
	}
/* GALLERY */
#gallerycontainer {
	margin:10px 10px;
}
