body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#logo {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
	
#wrapper {
	margin: 0px;
	height: 375px;
	width: 760px;
	text-align: left;
	position: relative;
	padding: 20px;
	padding-top: 85px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
}


h1 {
	font-size: 19px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	}
	
#textwrapper {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	position: absolute;
	top: 105px;
	width: 760px;
}

p {
	font-size: 15px;
	max-width: 400px;
	color: #666666;
	}


#photoHolder {
	width: 325px;
	height: 325px;
	float: right;
	padding-top: 30px;
	}
	
#photoHolder div {
	width: 325px;
	height: 325px;
	padding-top: 25px;
	}

#captionHolder{
	position: absolute;
	top: 290px;
	right: 345px;
	width: 210px;
	height: 100px;
	}

#captionHolder div {
	width: 210px;
	height: 100px;
	}
	
.credit {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: right;
	text-transform:uppercase;
	line-height: 13px;
	}

	
#contact {
	width: 800px;
	text-align: right;
	position: relative;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	}