a
{
	text-decoration: none;
	color: transparent;
}

.main
{
	margin: 0;
}

.header
{
	background-color: white;
	border-bottom: 3px solid black;
}

#header_div
{
	width: 100%;
	height: 12%;
	background-image: url('../img/CrackedClay.jpg');
}

#header_img
{
	position: relative;
	top: 100%;
	margin-top: -50px;
	margin-left: 5px;
	z-index: 2;
}

.body
{
	background-color: white;
}

#body_div
{
	width: 100%;
	height: 78%;
}

#body_content_div
{
	width: 70%;
	float: left;
	position: relative;
}

#feed_frame
{
	overflow: none;
	width: 100%;
	height: 100%;
	border-style: none;
	border-width: 0;
}

#body_sidebar_div
{
	position: relative;
	width: 30%;
	height: 100%;
	float: right;
	background-color: white;
	border: 1px solid black;
	margin: -1px;
	border-bottom: none;
}

#body_sidebar_img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.panel
{
	width: 44%;
	height: 44%;
	float: left;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.panel_spacer_vertical
{
	width: 100%;
	height: 4%;
	float: left;
	clear: both;
}

.panel_spacer
{
	width: 4%;
	height: 44%;
	float: left;
}

.panel_spacer_color
{
	background-color: white;
	filter: alpha(opacity=85);
	opacity: 0.85;
}


div.panel_annotation
{
	height: 100%;
}

p.panel_annotation {
	writing-mode:bt-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	white-space:nowrap;
	display:block;
	vertical-align: bottom;
	float: right;
	font-weight: bold;
	text-align:left;
	width: 120px;
	margin-top: -85px;
	margin-right: -35px;
	padding-left: 5px;
	font-size: x-large;
	color: white;
	background-color: black;
	text-decoration: none;
	border-style: none;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#body_sidebar_contact
{
	position: relative;
	float: right;
	height: 30%;
	width: 30%;
	border: 1px solid black;
	clear: right;
	margin: -1px;
}

.footer
{
	border-top: 1px solid black;
}

#footer_div
{
	width: 100%;
	height: 10%;
}



