html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CFC7B8;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14;
	margin-left: 0;
}
h2 {
	font-size: 16px;
	color: #CFC7B8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;	
	margin: 0;
}
h3 {
	font-size: 14px;
	color: #CFC7B8;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;	
	font-weight: bold;
	margin: 0;
}
a {
	text-decoration: none; 
	color: #CFC7B8;
}
a:hover {
	text-decoration: underline;
	color: #FFBE47;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
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;
}#text {
	background-image: url(../images/background/text.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#flashcontent {
	height: 230px;
	width: 950px;
	background-image: url(../images/background/logotype.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.galleryBorder {
	border: 10px solid #F6F6F6;
}

