@charset "utf-8";
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3B0305;
	line-height: 18px;
}
ul {
	padding-left: 15px;
}
li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3B0305;
	line-height: 18px;
	/*list-style-type: square;*/
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3B0305;	
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B0305;
	margin-bottom: 5px;
}
a {
	text-decoration:underline;
	color: #610507;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#ident {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#border {
	border-width: 1px;
	border-style:solid;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
#border p, ul {
	margin:1px;
}
#main {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 606px;
	width: 870px;
	background-image: url(../images/main_back.png);
}
#content {
	margin: 0px;
	position: absolute;
	left: 90px;
	top: 117px;
	height: 484px;
	width: 478px;
	background-image: url(../images/cont_fade.png);
	background-repeat: no-repeat;
	padding-left: 131px;
}
#picture {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 125px;
	left : 5px;
	z-index: 1;
}
ul#nav {
	top: 98px;
	left: 701px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
ul#nav li {
	list-style-type: none;
	padding-bottom: 41px;
	padding-left: 10px;
}
ul#nav a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
ul#nav a:hover {
	color:#FCF8D0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
