body {
	font-family: 'Dosis', sans-serif;
	background-color: #DDDDDD;
	overflow-y: scroll;
}

header {
	height: 150px;
	background-color: #000000;
	background-image: url('../img/bg_header.gif');
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #7B7F90;
	text-decoration: none;
}

a#mc, a#th {
	font-weight: bold;
}

span.ita {
	font-style: italic;
}

footer {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 8pt;
	color: #7B7F90;
	background-color: #DDDDDD;
}

a#active {
	text-decoration: overline;
	color: #FFFFFF;
}

div#inner {
	width: 1024px;
	height: 150px;
	background-image: url('../img/bg_header.gif');
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

h1#logo {
	/*font-family: 'Exo', sans-serif;*/
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 28pt;
	color: #dddddd;
	line-height: 150px;
	float: left;
	margin-left: 20px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

ul#list-nav {
	list-style: none;
	line-height: 155px;
	display: inline;
	color: #3180E3;
}

ul#list-nav li a {
	float: right;
	margin-right: 20px;
}
