/* CSS Document */
#container {
	background-color: #C6AE77;
	text-align: left;
	position: relative;
	width: 750px;
	background-image: url(images/orchid_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(images/orchid_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 548px;
	z-index: 500;
	position: absolute;
	left: 164px;
	top: 136px;
	background-color: #D9C9A5;
}
.floatright {
	float: right;
	padding-left: 5px;
}
.floatleft {
	float: left;
	padding-right: 5px;
}


body {
	background-color: #E0CFAF;
	text-align: center;
}
#Layer1 {
	position:absolute;
	width:690px;
	height:115px;
	z-index:501;
	left: 27px;
	top: 18px;
}
#content_text {
	padding: 35px 35px 30px;
}
.nav {
	padding-top: 7px;
	padding-bottom: 7px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
#Navigation {
	position:absolute;
	width:125px;
	height:115px;
	z-index:501;
	left: 23px;
	top: 189px;
	text-align: right;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 25px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
a.footer {

	color: #40341B;
}
a.footer:visited {
	color: #8E724A;
}
a.footer:hover {
	color: #AF9670;
	text-decoration: none;
}
a.mainlinks {


	color: #40341B;
}
a.mainlinks:visited {

	color: #8E724A;
}
a.mainlinks:hover {

	color: #AF9670;
	text-decoration: none;
}
