html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #334220;
	background-image: url(../images/background/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
a {
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #C7DBAD;
}
hr {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
select, input,textarea{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formInput {
	width: 250px;
	height: 20px;
	padding: 2px 2px 2px 5px;
}
.formField {
	width: 250px;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
}
.formButton {
	width: 65px;
	margin-top: 5px;
}
#content {
	background-image: url(../images/background/foot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.galleryimage {
	border: 4px solid #FFFFFF;
}
#row1 { display:block; margin-top: 20px; }
#row2 { display:none; margin-top: 20px; }
#row3 { display:none; margin-top: 20px; }
#row4 { display:none; margin-top: 20px; }
#row5 { display:none; margin-top: 20px; }