body {
	cursor: default;
	background-color: #d5d5d5;
}

html, body { height: 100%; }

#site {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: relative;
	text-align: left;
}

#header {
	height: 80px;
	background-color: white;
}

#content {
	width: 1020px;
	min-height: 496px; 
	margin: 20px auto 0 auto;
	position: relative;
	padding-top: 20px;
	background-color: white;
}

.homepage #content {
	color: #b08d53;
	background-color: transparent;
}

#logo {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#logo img {
	top: 1px;
	position: relative;
}

#nav {
	position: relative;
	text-transform: uppercase;
}

#nav li,
#photos li {
	float: left;
	position: relative;
	list-style-type: none;
}
#photos ul {
	background-color: white;
}

#nav a {
	display: block;
	font-weight: 700;
	margin-right: 10px;	text-decoration: none;
}

#nav a,
#sub a,
#header a {	text-decoration: none;
}

#nav a,
#sub a {
	color: #bbb;
}

#logo strong { color: #222; }

#nav a:hover,
#sub a:hover,
#nav li.active a,
#sub .active li a { color: #606060; }

#sub li.active a,
#sub .active li a:hover { color: black; }

#star { margin: 2px 0; }

#photos li {
	height: 80px;
	margin: 0 2px 2px 0;
	overflow-y: hidden;
	line-height: 0;
}

#photos ul { height: 125px; }

#sub,
#footer,
#infos, #infos h1, #infos h2, #infos h3 {
	font-size: 11px;
	line-height: 15px;
}

#infos h1, #infos h2, #infos h3 {
	color: black;
	float: left;
	margin: 0 5px 0 0;
}

.inner {
	clear: both;
	padding: 0 10px;
	position: relative;
}

#header .inner {
	padding-left: 30px;
}

#content #photos.inner { padding-right: 0; }

.homepage #content blockquote {
	height: 350px;
}

/* footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto 0 auto;
}

#footer .inner {
	padding-top: 5px;
	padding-left: 0;
}

/* general */

.column { float: right; }
#content .left { float: left; }
#sub .column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.right { float: right; }

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.errors {
	clear: both;
	margin-top: 3px;
}

.QE_Link { z-index: 100; }


