html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #395A28;
	background-image: url(../images/background/pattern.jpg);
	background-repeat: repeat;
	background-position: center top;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #BCBCBC;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: #BCBCBC;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #BCBCBC;
}
a {
	text-decoration: none; 
	color: #5DB547;
}
a:hover {
	text-decoration: underline;
	color: #5DB547;
}
hr {
	border: 0;
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	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: 228px;
	height: 20px;
	padding: 2px 2px 2px 5px;
}
.formField {
	width: 228px;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
}
.formButton {
	width: 65px;
	margin-top: 8px;
	margin-right: 5px;
}
#content {
	height: 100%;
	width: 100%;
	background-image: url(../images/background/fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.galleryRegular {
	background-image: url(../images/photos/gallery/small-regular.gif);
	background-repeat: no-repeat;
}
.gallerySelected {
	background-image: url(../images/photos/gallery/small-over.gif);
	background-repeat: no-repeat;
}
.border {
	border: 6px solid #EEEEEE;
}
#flashcontent {
	height: 270px;
	width: 210px;
}
