*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	list-style-type: none;
	vertical-align: top;
	background: transparent;	
	text-decoration: none;
}

body {
	background: #E6D2E7 url(../img/main_bg.gif) top right no-repeat;
}

#header {
	height: 174px;
	background: #5F2654;
}
#header h1, #header h2 {
        display: none;
}

#separator {
	height: 20px;
	border-top: 2px solid #EBDAEB;
	border-bottom: 2px solid #5F2654;
	border-left: 0;
	border-right: 0;
	background: #410444;
	font-family: Georgia, serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding: 3px 20px;
}

#sidebar {
	float: left;
	font-family: Georgia, serif;
	font-size: 15px;
	letter-spacing: 3px;
	font-style: italic;
	text-align: left;
	margin-left: 10px;
}
.navigation {
	width: 200px;
	border-top: 1px solid #FFFFFF;
	list-style-type: none;
	margin-top: 20px;
}
.navigation li {
	width: 200px; 
	height: 30px;
	background: #CFB1C9;
	border-bottom: 1px solid #FFFFFF;
}
.navigation li a {
	width: 180px;
	height: 18px;
	display: block;
	padding: 7px 10px;
	color: #5F2654;
}
.navigation li a:hover {
	background: #5F2654;
	color: #FFFFFF;
}

#content {
	width: 700px;
	float: left;
	padding: 15px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #343434;
}

#content h1 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #5F2654;
}

#content h2 {
  margin: 8px 0;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}

#content h3 {
  margin: 6px 0;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #410444;
}

#content .frontpage-image, table img {
	margin: 10px auto 10px;
	padding: 5px;
	border: 1px solid #5F2654;
	background: transparent;
}

table td {
	text-align: center;
	vertical-align: middle;
}

#contact td {
	text-align: right;
	height: 30px;
}
#contact input, #contact textarea {
	background: #EBDAEB;
	border: 1px solid #5F2654;
	width: 400px;
	margin-left: 10px;
}

.button {
	border: 1px solid #5F2654;
	background: #FFFFFF;
	padding: 5px;
	width: 150px;
	height: 28px; 
	float: left;
	display: block;
}
.button:hover {
	color: #FFFFFF;
	background: #5F2654;
}

table td p {
	text-align: left;
}

table td p.toplink {
	text-align: right;
	margin-top: 18px !important;
}

#content a {
  color: #5F2654;
  text-decoration: underline;
}
#content a:hover {
  color: #000000;
}

#content p {
  margin: 12px 0;
}
#content p.block {
  text-align: justify;
}

.clear {
	clear: both;
}

hr {
	margin: 30px 0;
	background: #5F2654;
	border: 1px solid #5F2654;
}

a.top {
	margin-top: -1000px;
}


