body {
	color: black;
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #555;
}

h2 {
	
}

a {
	color: black;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#container {
	width: 642px;
	margin: 0 auto auto;
	background: url(../images/container_grey.gif) repeat-y;
	padding: 0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#pageHeader {
	height: 65px;
	width: 562px;
	background: url(../images/gallery_header.gif) no-repeat center bottom;
	margin-left: 40px;
	padding-top: 15px;
}

#mainContent {
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
}

.gallery {
}

#fullplatePhoto {
}

#fullplateNavigation {
	
}

img {
	border-top: 1px solid black;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid black;
	margin-bottom: 10px;
}

#footer {
	padding-bottom: 10px;
	text-align: center;
}


