body {
	background:url(background.gif);
	background-color:#FFFFFF;
	color:#000000;
	font-size: 1em;
	}

a:link {
	color:#910048;
	font-weight: bold;
	}

a:link img {
	border-style: none;
	}
	
a:visited {
	color:#d9006c;
	font-weight: bold;
	}

a:visited img {
	border-style: none;
	}	
	
a:hover	{
	color:#339966;
	font-weight: bold;
	}
	
a:hover img {
	border-style: none;
	}

a:active {
	color:#cc0066;
	font-weight: bold;
	}

a:active img {
	border-style: none;
	}	
	
h1 {
	padding-bottom: 20px;
	color:#620031;
	font-size:3em;
	font-weight:bold;
	}

h1.italic	{
	color:#620031;
	font-size:3em;
	font-weight:bold;
	font-style:italic;
	background:#ffd7eb;
	}

h2	{
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h3	{
	padding-top: 20px;
	}
	
span.colorbold {
	color: #620031;
	font-weight: bold;
	}

#container {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
#headline {
	display: block;
	position: absolute;
	top: 10px;
	left: 120px;
	}

#menu {
	display: block;
	position: absolute;
	text-align: center;
	top: 100px;
	left: 10px;
	width: 100px;
	background-color: #910048;
	}
	
#menu li {
	background: transparent url(images/menuline.gif) no-repeat bottom left; 	
	list-style-type: none;
	text-align: center;
	font-size: 0.75em;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	background-color: #910048;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-right: 0px;
	text-indent: 0px;
	margin-left: -40px;
	}
	
#menu a:link { color: #ffffff; text-decoration: none; }
	
#menu a:visited { color: #ffffff; text-decoration: none; }
	
#menu a:hover { color: #c0c0c0; text-decoration: none; }
	
#menu a:active { color: #c0c0c0; text-decoration: none; }

#main {
	display: block;
	position: absolute;
	text-align: left;
	top: 110px;
	left: 140px;
	width: 575px;
	}
	
#linkbox {
	position: relative;
	float: right;
	background-color: #ffd7eb;
	padding: 10px;
	margin-left: 10px;
	width: 220px;
	}
	
#linkbox li {
		list-style-type: none;
		margin-left: -30px;
		}
#linkbox a {text-decoration:none}
	
#address {
	padding-top: 40px;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	}
.captionright { font-size: 0.8em; text-align: center; float: right; padding-bottom: 12px; padding-left: 12px; }
.captionleft { font-size: 0.8em; text-align: center; float: left; padding-bottom: 12px; padding-right: 12px; }
#sitemap {
	line-height: normal;
}

#sitemap a {
	text-decoration:none;
	}
	
#sitemap li {
	padding-top: 1em;
	}
