body {
	background-color: #444444;
	font-size: 0.95em;
	line-height: 1.4em;
	background-image: url('../images/background.png');
}
#main {
	width: 77%;
	margin: 3em auto 4em auto;
	padding: 5em 4em 0 4em;
	background-color: #FFFFFF;
}

#header {
	padding-bottom: 3em;
}

.content {
}
.footer {
	clear: left;
	padding-top: 3em;
	padding-bottom: 4em;
}
/* ----header--- */
#header p {
	border-bottom: 1px dotted;
	text-indent: 0px;
}
h1 {
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	display: inline;
	font-weight: normal;
	color: #999999;
}

#header div {
	font-style: normal;
	margin-left: auto;
	margin-right: 0;
	width: 6em;
}
address {
	font-style: normal;
	display: block;
	float: right;
	font-size: 0.9em;
}
.footer address {
	margin-top: 2em;
	text-align: center;
	float: none;
}

/* ------ */

h2 {
	clear: left;
}
img {
	margin: 0em 2em 2em 0em;
}
.preview {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

h3 {
	clear: left;
	margin-bottom: 0;
}

h4 {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

.left {
	float: left;
	width: 49%;
}
.vline {
	float: left;
	width: 1%;
	height: 60%;
	margin: 2em 3em 2em -3em;
	border-left: 1px #AAAAAA dotted;
}
.right {
	float: left;
	width: 49%;
}

p {
	text-indent: 1em;
	margin-top: 0px;
	margin-bottom: 4px;
}

ol {
	list-style-type: decimal;
	margin-top: 0.4em;
}
ol ol {
	list-style-type: lower-roman;
}
ol ol ol {
	list-style-type: lower-alpha;
}

li {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

dl {
	margin-top: 0px;
}

dt {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2em;
}
dd {
	font-size: 0.7em;
	text-indent: 0em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.2em;
}
