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

body {
	font-size: 0.75em;
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
}

.clear {
	clear: both;
}

a.text {
	color: #faebe0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #bda7a8;
	text-decoration: none;
	line-height: 24px;
	}
	
	a:visited.text {
	color: #faebe0;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #bda7a8;
	text-decoration: none;
	line-height: 24px;
	}
	
	a:hover.text {
	color: #faebe0;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #bda7a8;
	text-decoration: none;
	line-height: 24px;
	}



p {
	line-height: 1.7;
}

h1 {
	background-position: center top;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0 0 0;
}

div#container {
	width: 619px;
	margin: auto;
	text-align: left;
	background-color: #faebe0;
}

div#wrapper {
	margin: 0;
	padding: 40px 10px 10px 10px;
	padding: 0;
}

div#headInfo {
	padding: 10px 10px 10px 22px;
}

div#headInfo img {
	float: left;
	margin: 20 10px 5px 0;
}

div#headInfo h2 {
	font-size: 1.6em;
	text-transform: uppercase;
}

div#headInfo h3 {
	margin-top: 5px;
	font-size: 1.2em;
}

div#headInfo p {
	margin-top: 0px;
}

p.introText {
	font-size: 120%;
	color: #FFF;
}

p.contactInfo {
	padding-top: 15px;
	color: #FFF;
}

p.contactInfo span, p.contactInfo a {
	display: block;
}

p.contactInfo a.name {
	font-weight: bold;
}

div#socialMedia {
	display: block;
	margin-left: 0px;
}

div#socialMedia a {
display: block;
	margin-top: 5px;
}

#assetDisplay {
	padding: 20px;
}

.imageDiv {
	margin-top: 30px;
	float: left;
	margin-left: 20px;
	background-color: #eadcd1;
}

.imageDiv.right {
	margin-left: 10px;
}

.caption {
	padding: 2px 5px;
	text-transform: uppercase;
	color: #fff;
}

.imageDiv a {
	display: block;
	width: 285px;
	height: auto;
	border: 1px solid #ccc;
	border-top: 0;
	text-align: center;
}

.imageDiv a img {
	float: none;
}

.imageDiv a.downloadImage, .imageDiv a.previewImage {
	display: inline;
	border: 0;
	text-align: left;
	color: #faebe0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #bda7a8;
	text-decoration: none;
	line-height: 24px;
	font-weight: normal;
}

	

a.previewImage, a.downloadImage {
	display: block;
	background-color: #fff;
}
#footer {
	padding: 30px 10px;
	color: #5f5047;
}

div#footer p {
	width: 240px;
	float: left;
	font-size: .85em;
	padding: 4px;
}

div#footer p a{
	display: block;
}

