body {
	background-image: url(../img/bg_site.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #755958;
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #666666;
}
a:link {
	color: #660033;
	text-decoration:none;
}
a:visited {
	color: #660033;
	text-decoration:none;
}
a:hover {
	color: #660033;
	text-decoration:underline;
}
a:active {
	color: #660033;
	text-decoration:none;
}
#logo {
	text-align: center;
	height: 195px;
	width: 859px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_logo.jpg);
	background-repeat: no-repeat;
}
#maincontainer {
	background-color: #FFFFFF;
	height: auto;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 45px;
	padding-left: 45px;
	background-image: url(../img/bg_maincontainer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 45px;
}
#contact {
	float: left;
	height: 37px;
	width: 770px;
	text-align: center;
	background-image: url(../img/bg_contact.jpg);
	background-repeat: no-repeat;
}
#header {
	float: left;
	height: 224px;
	width: 740px;
	background-color: #000000;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}
#header h1 {
	display: none;
}
#menu {
	background-color: #a77170;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	float: left;
	height: 320px;
	width: 225px;
	margin-top: 30px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu strong {
	color: #dda5a4;
	font-size: 1.2em;
	font-style: italic;
	line-height: 22px;
}
#menu a {
	color: #FFFFFF;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
#content {
	height: auto;
	width: 480px;
	float: left;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#footer {
	height: auto;
	width: 770px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.9em;
	margin-right: auto;
	margin-left: auto;
	color: #e8dbdb;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #E7DADA;
	text-decoration: underline;
}
h1 {
	color: #e4c9c9;
	font-size: 1.4em;
}
h2 {
	color: #e4c9c9;
	font-size: 1.3em;
}
h3 {
	color: #e4c9c9;
	font-size: 1.3em;
}
h4 {
	color: #e4c9c9;
	font-size: 1.3em;
}
h5 {
	color: #e4c9c9;
	font-size: 1.3em;
}
h6 {
	color: #e4c9c9;
	font-size: 1.3em;
}