.clearboth {clear:both;}

#fourcontainer {
	position: relative;
	width: 380px;
	height: 260px;
	margin: 80px auto 0 auto;
	/*border: #b9bdbf 1px solid;*/
}

#sixcontainer {
	position: relative;
	width: 620px;
	height: 300px;
	margin: 80px auto 0 auto;
	/*border: #012 1px solid;*/
}

#eightcontainer {
	position: relative;
	width: 760px;
	height: 400px;
	margin: 80px auto 0 auto;
	/*border: #012 1px solid;*/
}


#firstblank {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


#thumb-gallery {
	position: relative;
	margin: 0 auto;
	padding: 5%;
	text-align: center;
	/*border: #c00 1px solid;*/
}

#thumb-gallery div {
	float: left;
	width: 128px;
	height: 96px;
	display: inline;
	list-style: none;
	margin: 15px 20px;
}

#thumb-gallery img {
	/*padding: 1px;*/
	/*background-color: #ccc;*/
	border:1px solid #ccc;
}

#thumb-gallery img:hover {
	/*background-color: #000;*/
	border:1px solid #000;
}

#thumb-gallery-wide {
	position: relative;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	/*border: #c00 1px solid;*/
}

#thumb-gallery-wide div {
	float: left;
	width: 128px;
	height: 72px;
	display: inline;
	list-style: none;
	margin: 20px 24px;
}

#thumb-gallery-wide img {
	/*padding: 1px;*/
	/*background-color: rgb(234,236,240);*/
	border:1px solid #ccc;
}

#thumb-gallery-wide img:hover {
	/*background-color: #404552;*/
	border:1px solid #000;
	/*background: transparent url(media/overlay-wide.png) no-repeat center;*/
}



#headline {
	width: 180px;
	height: 46px;
	margin: -20px auto 20px auto;
	padding: 0 10px;
	/*border: #7a7c80 1px solid;*/
}

#subhead {
	width: 90px;
	height: 18px;
	margin: -18px auto 0 auto;
}

#subhead h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}


#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width: 210px;
		
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}

#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333;
}

#fullplate-photo{
	border:solid #eee;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}

table {
	width:80%; height:auto;
	border-collapse: collapse;
	margin:auto;
}

td {
	padding:20px 10px;
	text-align:right;
	vertical-align:bottom;
}

