/* CSS Document */
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #b2b0ac;
		color:#ffffff;
	}
	
.thumbnail {
	margin: 10px;
	border: 1px solid #000000;
	width: 70px;
	height: 70px;
	float: left;
	text-align: center;
	background-color: 000000;
	overflow: hidden;
	}
	
	.thumbnail_floatleft {
	float: right;
	margin: 10px;
	border: 1px solid #000000;
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: 000000;
	overflow: hidden;
	}
	
.mainpane {
	 top: 150px;
	 width: 740px;
	 height: 379px;
	 left: 27%;
	 position: absolute;
	 float: right;
	 }
	 
.view {
width: 559px;
height: 373px;
position: relative;
right: 0px;
}

.banner {
position: relative;
top: 50px;
width: 100%;
height: 40px;
background: #7e7b78 url(permanent_images/banner_bg_2.jpg) center no-repeat;
border:solid;
border-color: #828282;
border-width: 3px 0px 3px 0px;
}

.margins_header {
background-image:url(permanent_images/banner.gif);
margin-left: auto;
margin-right: auto;
width: 726px;
height: 40px;
}

.margins_footer {
background-image:url(permanent_images/footer_bg.gif);
background-position:right;
margin-left: auto;
margin-right: auto;
width: 726px;
height: 28px;
}

.scott_barrow {
text-align:left;
left: 10%;
font-family: "Copperplate Gothic Light";
font-size: 36px;
color: #323131;
letter-spacing: 5px;
width: 400px;
margin-left: 15%;
}

.banner_bottom {
position: relative;
top: 150px;
width: 100%;
height: 28px;
background: #7e7b78 url(permanent_images/banner_bg_2.jpg) center no-repeat;
border:solid;
border-color: #828282;
border-width: 3px 0px 3px 0px;
}

.back_to_main {
width: 147px;
height: 28px;
text-align:left;
font-family: "Copperplate Gothic Light";
color: #323131;
letter-spacing: 3px;
font-size: 22px;
text-decoration:none;
}

.copyright {
background-image:url(permanent_images/sb_copy.gif);
height: 28px;
text-align:right;
font-family: "Copperplate Gothic Light";
font-size: 12px;
color: #323131;
letter-spacing: 3px;
width: 355px;
position: absolute;
right: 15%;
color: #323131;

}

.description {
text-align:right;
vertical-align:middle;
font-family: "Copperplate Gothic Light";
font-size: 22px;
color: #323131;
letter-spacing: 3px;
float: right;
height: 40px;
top: 14px;
width: 350px;
color: #323131;

}

.middle {
position: relative;
top: 7px;
vertical-align: middle;

}