.layout {
	position: relative;
	height: 585px;
	width: 780px;
	border: 1px solid #003300;
	margin-right: auto;
	margin-left: auto;
}
.main {
	position: absolute;
	height: 540px;
	width: 780px;
	left: 0px;
	top: 45px;
	background-image: url('../images/spitimas_sketch.jpg');
}
.heading {
	position: absolute;
	height: 30px;
	width: 400px;
	top: 70px;
	text-align: left;
	left: 340px;
}
.content {
	position: absolute;
	height: 400px;
	width: 750px;
	top: 130px;
	overflow: auto;
	left: 12px;
}
#p2menu {
	height: 20px;
	width: 100%;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 4;
}
.forminput {font-size: 8pt;
}
h1 {
	font-size: medium;
	font-weight: bold;
}

.img-topleft a {
	background-color: #FFFFFf;
	position: absolute;
	height: 235px;
	width: 315px;
	left: 0px;
	top: 0px;
	padding: 5px;
	z-index: 1;
}
.img-topleft a:hover {
	background-color: #fffffe;		/*need to change a value so as ie will work!!!*/
	z-index: 10;
}
.img-bottomright a {
	background-color: #FFFFFF;
	position: absolute;
	height: 235px;
	width: 315px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	z-index: 1;
}
.img-bottomright a:hover {
	background-color: #FFFFFe;		/*need to change a value so as ie will work!!!*/
	z-index: 10;
}
.img-topright a {
	background-color: #FFFFFF;
	position: absolute;
	height: 235px;
	width: 315px;
	top: 0px;
	right: 0px;
	padding: 5px;
	z-index: 1;
}
.img-topright a:hover {
	background-color: #FFFFFe;		/*need to change a value so as ie will work!!!*/
	z-index: 10;
}
.img-bottomleft a {
	background-color: #FFFFFF;
	position: absolute;
	height: 235px;
	width: 315px;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	z-index: 1;
}
.img-bottomleft a:hover {
	background-color: #FFFFFe;		/*need to change a value so as ie will work!!!*/
	z-index: 10;
}

.details {
	position: absolute;
	height: 380px;
	width: 450px;
	top: 0px;
	right: 0px;
	visibility: hidden;
	z-index: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
}
#pic {
	height: 300px;
	width: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}

.pics {
	position: absolute;
	height: 380px;
	width: 450px;
	top: 0px;
	right: 0px;
	visibility: visible;
	z-index: 1;
}
.lh_col {
	position: absolute;
	height: 380px;
	width: 280px;
	top: 1px;
	visibility: visible;
	z-index: 1;
	left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.lh_col a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.summarypic {
	height: 300px;
	width: 450px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	top: 0px;
	right: 0px;
}
#thumbs {
	position: absolute;
	height: 67px;
	width: 450px;
	top: 315px;
	right: 0px;
}
.thumbnails {
	margin-right: 16px;
	height: 67px;
	width: 100px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumbnails1 {
	margin-right: 0px;
	height: 67px;
	width: 100px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.letterbox {
	margin-right: auto;
	margin-left: auto;
}
.p2logo {
	height: 45px;
	width: 87px;
	background-image: url(../images/p2_center.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.p2background {

	height: 45px;
	width: 100%;
	background-image: url('../images/p2_lh.jpg');
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

