/* BASE */ 

* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	}
	
body {
	font-family: helvetica, arial, verdana;
	height: 100%;
	}
	
a {
	text-decoration: none;
	color: #777;
	border: none;
	}
	
a img {
	border: none;
	}
	
.bold {
	font-weight: bold;
	}

#headL, #headR {
	position: absolute;
	height: 25px;
	width: 70%;
	top: 0;
	background: #eee;
	}
	
#headR {
	right: 0;
	}
	
#footL, #footR {
	position: absolute;
	height: 25px;
	width: 70%;
	bottom: 0;
	background: #eee;
	}
	
#footR {
	right: 0;
	}
	
/* WRAPPER */

#content {
	height: 100%;
	background: #fff;
	}
	
#sidebar {
	width: 200px;
	float: left;
	height: 100%;
	margin-left: 30px;
	}

/* NAVIGATION */
	
#nav {
	position: absolute;
	bottom: 0;
	padding-bottom: 50px;
	text-align: left;
	}
	
#nav h3 {
	font-weight: normal;
	font-size: .8em;
	}
	
#nav p {
	font-size: .8em;
	}
	
#nav a:hover {
	color: #ccc;
	}
	
#info a.info, 
#contact a.contact {
	color: #444;
	}
	
/* SLIDESHOW */

#containerer {
	position: absolute;
	bottom: 50px;
	height: 50px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	overflow: hidden;
	}
	
#containerer img {
	display: inline;
	}
	
#rightarrow {
	position: absolute;
	right: 0;
	top: 0;
	}
	
#window {
	position: absolute;
	height: 50px;
	width: 450px;
	left: 50px;
	top: 0;
	overflow: hidden;
	overflow-x: hidden;
	display: inline;
	background: #eee;
	}
	
#slider {
	position: relative;
	height: 50px;
	width: 1000px;
	}
	
.thumbnail {
	display: inline;
	height: 50px;
	float: left;
	margin-right: 20px;
	border: none;
	}
	
/* MAIN IMAGE */

#mainIMGwrap {
	position: absolute;
	left: 50%;
	margin-left: -225px;
	margin-top: 40px;
	}
	
#mainIMGwrap p {
	text-align: center;
	margin-top: 5px;
	font-size: .8em;
	color: #555;
	}
	
span#descrip {
	margin-right: 50px;
	}
	
/* INFO + CONTACT */

#infobox {
	/*
	position: absolute;
	bottom: 0;
	padding: 0 50px 50px 0;
	margin-left: 200px;
	*/
	padding: 200px;
	font-size: .9em;
	color: #555;

	}
	
#contactbox {
	position: absolute;
	bottom: 50px;
	left: 20%;
	line-height: 1.5em;
	font-size: .9em;
	color: #555;
	width: 75%;
	}
	
#labels {
	float: left;
	margin-right: 30px;
	display: inline;
	}
	
#contactdata {
	float: left;
	display: inline;
	}
	
