body {
	text-align:center;
	background-color:#CCCCCC;
	color:#4B0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:700px;
}
#wrapper {
	margin:0 auto;
	width:700px;
	text-align: center;
	background-color:#FFFFFF;
	border:1px solid #FFF;
}

h1 {font-size:14px; color:#810001;}

#header {
	text-align:center;
	display:block;
	width:700px;
	height:163px;
	background-image:url('header.jpg');
	background-repeat: no-repeat;
	margin:0 auto;
}

#footer {
	margin:0 auto;
	display:block;
	width:700px;
	height:38px;
	background-image:url('footer.gif');
}

#gallery {
	margin:0 auto;
	width:680px;
	text-align: center;
	background-color:#FFFFFF;
}

.button {
	color: #810001;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt; 
	border-color:#810001;
	border: solid 1px;
}
