/* CSS Document */

body {
	background-color:#d2cea1;
	padding:0px;
	margin:0px;
	font-family:"Eras Medium ITC", futura, Arial, helvetica, sans-serif;
}

a:link {
text-decoration:none;
}

a:visited{
text-decoration:none;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#C8C8C8;
	text-align:center;
	}

.core {
	display:table;
	width: 722px;
	height:auto;
	background:url(../graphics/images/site-ground.jpg) repeat-y;
	margin: auto;
	padding-left: 19px;
	padding-right:19px;
}

.header {
	background: url(../graphics/images/header.jpg) no-repeat;
	height: 56px;
	width: 722px;
	padding:0px;
	margin:0px;
}

.gallery{
	width:701px;;
	background:#C7C7C7;
	padding:10px;
}

.galleryIndex {
	padding-left:150px;
	padding-top:15px;
	padding-bottom:15px;
	background:#FFFFFF;
}

.galleryIndex img{
	border:#000000 1px;
	}
	

.copy {
	width:640px;
	color:#333333;
	line-height:1.4em;
	font-size: 0.9em;
	padding:15px 40px 5px 40px;
	border-top:#333333 thin;
	/*display:table;*/
}

.leftCol {
	width: 280px;
	/*display:inline;*/
	float:left;
	text-align:left;
}

.rightCol{
	width:280px;
	/*display:inline;*/
	float:right;
	text-align:right;
}
.clear{
	clear:both;
}

.footer {
	background:url(../graphics/images/footer.jpg) no-repeat;
	width:643px;
	height:69px;
	margin:0px -19px 0px -19px;
	padding:0px 59px 0px 59px;
	}