/* ---------- � Eric Dubois ---------- */
/* ---- http://www.ericdubois.com ---- */

/* ------- Styles for page layout ------- */

body {
	margin: 0;
	border: none;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-family: Trebuchet MS, sans serif;
	background: #ec5 url('images/head_bkgd.jpg') repeat-x;
	color: #000;
}

#column {
	margin: 0px auto;
	border: none;
	padding: 0px;
	width: 940px;
	overflow: hidden;
}

#masthead {
	margin: 0px auto;
	border: none;
	padding: 0px;
	width: 940px;
	height: 125px;
	background: url('images/masthead.gif') no-repeat;
	overflow: hidden;
}


#copyright {
	margin: 0 auto;
	border: none;
	padding: 5px 0;
	text-align: center;
	width: 940px;
	clear: both;
}

#navigation {
	margin: 25px 0 0 0;
	border: none;
	padding: 0;
	width: 800px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	float: right;
}
#subnavigation {
	margin: 0;
	border: none;
	padding: 0;
	width: 800px;
	height: 55px;
	overflow: hidden;
	text-align: center;
	float: right;
}

#mainContent {
	margin: 10px auto 0 auto;
	border: none;
	padding: 0;
	width: 940px;
	display: block;
	clear: both;
}

.pageTop, .pageMiddle, .pageBottom {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 940px;
	display: block;
	clear: both;
	overflow: hidden;
}
.pageTop {
	height: 50px;
	background: url('images/page_top.gif') no-repeat;
}
.pageMiddle {
	background: url('images/page_middle.gif') repeat-y;
}
.pageBottom {
	height: 50px;
	background: url('images/page_bottom.gif') no-repeat;
}

#box_caption {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 280px;
	height: 500px;
	display: block;
	float: right;
	background: url('images/box_caption.gif') no-repeat;
}

#box_sample {
	margin: 8px;
	border: 2px solid #579;
	padding: 0;
	width: 640px;
	height: 480px;
	position: relative;
	top: 10px;
	display: block;
	overflow: hidden;
}

#box_thumbnails {
	margin: 0 auto;
	border: none;
	padding: 0;
	width: 940px;
	height: 100px;
	display: block;
	clear: both;
	overflow: hidden;
	background: url('images/box_thumbnails.gif') no-repeat;
}

.prevThumb, .nextThumb {
	margin: 20px;
	border: none;
	padding: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: inline;
}
.prevThumb {
	float: left;
}
.nextThumb {
	float: right;
}
.prevThumb a {
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url('images/btn_prev.gif') no-repeat;
}
.nextThumb a {
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url('images/btn_next.gif') no-repeat;
}
.prevThumb a:hover, .nextThumb a:hover {
	background-position: 0 -60px;
}

.thumbnails {
	line-height:100px;
	display: inline;
}

.thumbnails img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.thumbSpacer {
	display: inline;
	height: 52px;
	width: 1px;
}
