* {padding: 0; margin: 0;} 

/* Base
---------------------------------------------------------------------------------*/

body {
	font: 15px Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height: 21px;
	background: #7ecbea url(../img/mainbg.jpg) no-repeat center top;
	color: #343434;
	width: 100%;
	display: table;
	text-align: center;
}

a {
	color: #343434;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #343434;
}

img {
	border: none;
}

/* Header
---------------------------------------------------------------------------------*/

#header {
	height: 238px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 61px;
	left: 492px;
}
#nav_primary {
	position: absolute;
	left: 80px;
	bottom: 16px;
	list-style: none;
	font: 24px/24px "Trebuchet MS", verdana, serif;
}
#nav_primary li {
	background: none;
	float: left;
	padding: 0;
	width: 125px;
	text-align: center;
}

#nav_primary a, #nav_primary a:visited {
	text-decoration: none;
	color: #343434;
}
#nav_primary a:hover {
	color: #f91d32;
}

/* Content
---------------------------------------------------------------------------------*/

#content-wrapper {
	width: 904px;
	margin: 0 auto;
	background: url(../img/wrapbg.jpg) repeat-y right top;
	position: relative;
	text-align: left;
}

#top {
	background: url(../img/topbg.jpg) no-repeat right top;
	height: 556px;
	position: absolute;
	width: 851px;
	top: 0;
	right: 0;
	z-index: 2;
}

#content {
	width: 490px;
	float: left;
	position: relative;
	padding: 35px 0 20px 94px;
	z-index: 5;
}

#footer-bg {
	background: url(../img/bottombg.jpg) no-repeat right bottom;
}

#foot-format {
	padding: 55px 0 0 548px;
	margin: 0;
	height: 26px;
	clear: both;
}

/* side
---------------------------------------------------------------------------------*/

#side {
	width: 267px;
	float: right;
	padding-right: 10px;
	position: relative;
	z-index: 4;
	overflow: hidden;
}

#aboutArtCamp {
	text-align: left;
	font-size: 98%;
	line-height: 1.2em;
}

#aboutArtCamp a{
	font-weight: bold;
}

#house {
	width: 276px;
	height: 220px;
	font: 24px/24px "Trebuchet MS", verdana, serif;
}
#house a, #house a:visited {
	text-decoration: none;
	color: #343434;
}

#house a:hover {
	color: #f91d32;
	
}

#nav2-about {
	position: absolute;
	top: 30px;
	left: 27px;		
}

#nav2-press {
	position: absolute;
	top: 77px;
	left: 100px;
	line-height: .94em;
}

#nav2-contact {
	position: absolute;
	top: 144px;
	left: 108px;
	line-height: .94em;
}

#side img{
	padding: 2px 2px;
}

.pics{
	height: 146px;
	width: 259px;
	padding: 0;
	margin: 0;
}

#campgal{
	text-align: center;
	clear: both;
}

#campgal img{
	margin-right: 10px;
}

a#StudentGal {
	background: url(../img/student-art-gallery.jpg) no-repeat 0 0;
	display: block;
	height: 205px;
	overflow: hidden;
	text-indent: -999em;
	width: 259px;
	margin-top:14px;
}

a#StudentGal:hover, a#StudentGal:focus {
	background-position: 0 -205px;
}

a#press-cov {
	background: url(../img/press-cap.jpg) no-repeat 0 0;
	display: block;
	height: 162px;
	overflow: hidden;
	text-indent: -999em;
	width: 259px;
	margin-top:14px;
	margin-bottom:20px;
}

a#press-cov:hover, a#press-cov:focus {
	background-position: 0 -162px;
}