@charset "UTF-8";
/* CSS Document */

body {
	
	background: #191919;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #bbbbbb;
	text-transform: lowercase;
}

a{
	text-decoration: none;
	color: #C4CC67;
}

a:hover {
	color: #DCE570;
}

h1{
	color: #ffffff;
	font-family: garamond, georgia, times, serif;
	font-size: 24px;
	line-height: 30px;
	padding-top: 30px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

h3{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}	


img{
	margin: 10px 0 10px 0;
}

/* index */
#index{
	background: #191919;
}

#ampersand{
	
	width: 880px;
	height: 580px;
	margin: 40px auto;
}

#everything{
	width: 1028px;
	margin: auto;
}

/* navigation */
#nav{
	background: url(images/navSprite.png) no-repeat;
	margin: 50px 0 10px 0;
	height: 54px;
	width: 1028px;
}

.about_on{
	background: url(images/navSprite.png) 0 -116px no-repeat;
	height: 52px;
	width: 142px;
	display: block;
	float: left;
}

.about a{
	background: url(images/navSprite.png) 0 0 no-repeat;
	height: 52px;
	width: 142px;
	display: block;
	float: left;
}

.about a:hover{
	background: url(images/navSprite.png) 0 -58px no-repeat;
}

.photos_on{
	background: url(images/navSprite.png) -142px -116px no-repeat;
	height: 52px;
	width: 142px;
	display: block;
	float: left;
}

.photos a{
	background: url(images/navSprite.png) -142px 0 no-repeat;
	height: 52px;
	width: 142px;
	display: block;
	float: left;
}

.photos a:hover{
	background: url(images/navSprite.png) -142px -58px no-repeat;
}

.thankyou_on{
	background: url(images/navSprite.png) -284px -116px no-repeat;
	height: 52px;
	width: 142px;
	display: block;
	float: left;
}

.thankyou a{
	background: url(images/navSprite.png) -284px 0 no-repeat;
	height: 52px;
	width: 142px;
	display: block;
	float: left;
}

.thankyou a:hover{
	background: url(images/navSprite.png) -284px -58px no-repeat;
}

/* content */
#content {
	width: 1028px;
}

.center {
	text-align: center;
}

.four {
	width: 1028px;
	padding: 5px;
}

.three {
	width: 746px;
	padding: 5px;
	float: left;
}

.two {
	width: 494px;
	padding: 5px;
	float: left;
}

.one {
	width: 242px;
	padding: 5px;
	float: left;
}

.half {
	width: 116px;
	padding: 5px;
	float: left;
}

.indent{
	padding-left: 40px;
}

.item{
	padding-bottom: 30px;
}

#contentbottom{
	background: url(images/contentbottom.gif) no-repeat;
	width: 844px;
	height: 20px;
	clear: both;
}

.divider{
	background: url(images/div.png) no-repeat;
	width: 1028px;
	margin: 20px 0 20px 0;
	height: 10px;
	display: block;
}

/* footer */
#footer {
	background: url(images/div.png) no-repeat;
	margin: 20px 0 0 0;
	height: 90px;
	float: left;
}

#hans{	
	background: url(images/hans.png);
	width: 60px;
	height: 60px;
	margin: 5px;
	display: block;
}

#shannon{
	background: url(images/shannon.png);
	width: 60px;
	height: 60px;
	margin: 5px;
	display: block;
}

#footer a {
	font-weight: bold;
	line-height: 22px;
	color: #666666;
}

#footer a:hover {
	font-weight: bold;
	color: #86ae42;
}