body {
	margin: 0;
	padding: 0;
	background: #eff1ff url(images/topimg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585578;
	text-align: justify;
}

h1, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #eff1ff;
}

h2 {
	margin-top: 34px;
	padding: 0;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	float: left;
	letter-spacing: 2px;
	font-size: 2.6em;
}

h2, h3 {
	font-size: 1.3em;
	letter-spacing: 1px;
}

h4, .h4type {
	font-size: 13px;
	color: #20254c;
	font-weight: bold;
	margin: 4px 0 9px 0;
}

p {
	text-align: center;
	margin-top: 0;
	line-height: 180%;
}
ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a, a:visited {
	outline:none;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #787878;
}

a img {
	border-width: 0;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 970px;
	height: 85px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 970px;
	height: 65px;
	margin: 0;
	padding-top: 20px;
	color: #FFFFFF;
}

/* Menu */

.centermenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	width: 100%;
}

.menu {
	width: 970px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

.menu ul {
	clear:left;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	position:relative;/* together with .centermenu */
	left:50%;/* together with .centermenu */
	text-align:center;/* together with .centermenu */
}

.menu li {
	display:block;
	float: left;
	height: 50px;
	background: url(images/sep.jpg) no-repeat right top;
	position:relative;/* together with .centermenu */
	right:50%;/* together with .centermenu */
}

.menu li:last-child { background-size: 0 0;}

.menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px 25px 7px 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #20254c;
	border: none;
}

.menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 710px;
	padding: 50px 0 0 0;
}

.post {
	margin-bottom: 8px;
}

.post .title {
	background: #20254c url(images/titleimg.jpg) repeat-x left top;
	height: 28px;
	padding: 8px 0 0 15px;
	letter-spacing: 1px;
	color: #FFF3D1;
}

.post .entry {
	padding: 10px 20px 1px 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 50px 0 0 0px;
	color: #585578;
}

#sidebar ul {
	margin: 10px;
	padding: 10px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #866A2B;
}

#sidebar li span {
	display: block;
	margin-top: -10px;
	padding: 0;
	font-size: 10px;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

#sidebar h3 {
	background: #20254c url(images/titleimg.jpg) repeat-x left top;
	height: 28px;
	padding: 8px 0 0 15px;
	letter-spacing: 1px;
	color: #eff1ff;
}

#sidebar p {
	margin: 0 15px;
	padding-bottom: 20px;
}

#sidebar a {
	color: #20254c;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	width: 100%;
	background: #b9c0ff;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0 10px 0 0;
	padding-top: 20px;
	line-height: normal;
	text-align: right;
	font-weight: bold;
}

#footer a, #footer a:visited {
	outline:none;
	font-size: 13px;
	color: #20254c;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #787878;
}

/* STUFF */

.alignleft {
	margin:0 10px 0 0; float:left;
}

.dist {
  padding-left:40px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.h3type {
	background: #20254c url(images/titleimg.jpg) repeat-x left top;
	height: 28px;
	padding: 8px 0 0 15px;
	color: #eff1ff;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: normal;
}
