@charset "utf-8";

body {
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
}
#logo {
	position:absolute;
	top:0px;
	right:0px;
}
#footer {
display:none;
}
#footer2 {
display:none;
}
#header {
display:none;
}
#header2 {
display:none;
}
#sidenav {
display:none;
}

#content {
	margin-top:100px;

}
#mainnav {
display:none;
}

.photo-block {
	border: 1px solid #c2dddc;
	padding: 5px;
	margin: 5px;
	width: 90%;
	height:auto;
	position:relative;
	display:inline;
	float:left;
}
.photo-left {
	border: 1px solid #c2dddc;
	padding: 5px;
	margin: 5px;
	width: 40%;
	height:auto;
	position:relative;
	display:inline;
	float:left;
}
.photo-right {
	border: 1px solid #c2dddc;
	padding: 5px;
	margin: 5px;
	width: 40%;
	height:auto;
	position:relative;
	display:inline;
	float:left;
}

.ContentBlock {
	position:relative;
	width:100%;
	height:100%;
	overflow:visible;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0em;
	margin-bottom: 0.6em;
}
h1 {
	font-family: "adobe garamond Pro", AGaramond, Garamond, "Times New Roman", Times;
	font-size: 1.8em;
	color: #333333;
	margin: 0px;
}
h2 {
	font-family: "adobe garamond Pro", AGaramond, Garamond, "Times New Roman", Times;
	font-size: 1.3em;
	color: #333333;
	margin-bottom: 0em;
	margin: 0px; 
}
* html body{ /*IE6 hack*/
	padding: 0px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
* html #content { /*IE6 hack*/
	width:100%;
	height:100%;
}

