body {
}


div.main  {
	position: absolute;
	left: 50%;
}

div.main_container {
	position: absolute;
	width: 1000px;
	height: 554px;
	left: -500px;
	top: 50px;
	/*border-style: solid;
	border-width: 4px;
	border-color: black;*/
}


div.main_title {
	position: absolute;
	width: 1000px;
	height: 54px;
}

span.main_title_left {
	float: left;
}

span.main_title_right {
	float: right;
}

img.main_title {
	border: 0;
}

div.main_inside {
	position: absolute;
	width: 900px;
	height: 400px;
	top: 54px;
	border-style: solid;
	border-width: 4px;
	border-color: black;
	
	padding: 50px 50px 50px 50px;
}

div.interior_vertical_position1 {
	position: absolute;
	top: 50%;
}

div.interior_vertical_position2 {
	position: relative;
	top: -50%;
}


img.thumbnail {
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

div.thumbnail_holder {
	margin-left: 70px;
	margin-top: 60px;
	
}


/* SPANS */

span.main_left {
	float: left;
}

span.main_right {
	float: right;
	
}


/* TEXT!! */

h1.text_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2.text_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 0px;
	
}

h3.text_h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* The image view */

div.thumb_viewer {
	position: relative;
	border-color: grey;
	border-style: inset;
	border-width: 3px;
	width: 876px;
	height: 280px;
}

div.left_button {
	position:absolute;
	left: 440px;
	top: 400px;
}

div.right_button {
	position:absolute;
	left: 510px;
	top: 400px;
}

div.thumb_holder {
	position: absolute;
	width: 876px;
	height: 280px;
	
}

span.thumb_span {
	height: 250px;
	width: 250px;
	
}

div.thumb_div {
	position: absolute;
	text-align: center;
	height: 250px;
	width: 250px;
/*
	border-color: black;
	border-style: solid;
	border-width: 3px;
*/	
	
}


