@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EFECE5;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 197px;
	background-image: url(grafx/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	margin-right: 15px;
	margin-left: 15px;
}

#bodywrap {
	background-image: url(grafx/bodislice.jpg);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
	width: 690px;
	text-align: left;
}
#content {
	font-size: 0.8em;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	color: #323232;
	margin: 0px;
	line-height: 1.3em;
}


#content h1 {
	color: #7B0527;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCAFA0;
}
#content h4 {
	font-size: 13px;
}
#content h3 {
	margin-bottom: 20px;
}

#content ul {
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 20px;
}

#content p {
	padding-bottom: 12px;
}
#content a {
	color: #A20635;
	text-decoration: none;
}


#footer {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 62.5%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(grafx/footer.jpg);
	background-repeat: no-repeat;
}
.dotline {
	height: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A88771;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.flushright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.staffbox {
	padding-left: 15px;
	padding-bottom: 15px;
}
