body {
	background-image: url(images/body_bg.jpg);
	background-color: white;
	background-repeat: repeat-x;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: black;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

p {
	text-align: left;
}

h1 {
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
}

a {
	position: relative;
	color: #888888;
	text-decoration: none;
	font-size: 12pt;
	margin-right: 30px;
	margin-left: 30px;
}



a:hover {
	color: black;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

#maincontent {
	position: relative;
	background-color: white;
	border: 2px solid black;
	width: 780px;
	height: auto;
	margin: 20px auto;
	
	padding: 0;
}

#content {
	position: relative;
	width: 740px;
	margin: 4px auto;
	margin-top: 20px;
	text-align: center;
}

#content a {
	font-size: 10pt;
	margin: 0;
	text-align: left;
	color: #2080B7;
}

#content a:hover {

	color: #0D4E73;
}

#content img {
	max-width: 700px;
	height: auto;
}

#footer {
	position: relative;
	text-align: center;
	width: 700px;
	margin: 3px auto;
	font-size: 8pt;
}

#footer a {
	margin: 0;
	font-size: 8pt;
}

.video_descriptor {
	position: relative;
	margin: 0 auto;
	width: 400px;
	text-align: center;
	margin-bottom: 4px;
}


#photo_content {
	position: relative;
	width: 512px;
	height: auto;
	overflow: auto;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
.image_frame {
	position: relative;
	width: 120px;
	height: 120px;
	background-color: #B7B7B7;
	margin: 3px;
	float: left;
	padding: 0;
}

.image_frame:hover {
	cursor: pointer;
	background-color: #777777;
}

.image_frame a {
	margin: 0;
	padding: 0;
}

.image_frame img {
	position: relative;
	border: 1px solid black;
	max-width: 110px;
	max-height: 110px;
	height: auto;
	margin: 3px auto;
	padding: 0;
}