* {margin: 0; padding: 0;}

html {background-color: #393939;}

body {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	color: #393939;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #393939;
}
a:hover {
	text-decoration: underline;
}
a:active {}
a:visited {color: #666;}

h1 {
	margin: 1em 0 0;
	color: #20426f;
}

h2 {
	margin: 1em 0 0;
	border-bottom: 1px solid #666;
	font-size: 1.1em;
	color: #20426f;
}

p {
	padding: 0.5em;
	line-height: 1.5em;
	text-align: justify;
}

p img,
h1 img,
div.clearfix img {
	float: left;
	margin: 0 1em 1em 0;
	border: none;
}

img {
	display: block;
	margin: 0.5em auto;
	border: 1px solid #393939;
	text-align: center;
}
a strong {font-weight: normal;}
#header {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#logo {
	height: 7em;
	padding: 1em;
	background: url('../img/header.jpg') no-repeat left 5%;
	vertical-align: bottom;
}
#logo h1 a {color: #fff;}
#logo h1 a:hover {text-decoration: none;}

#menu {
	height: 25px;
	list-style-type: none;
	padding: 0.25em;
	background: url('../img/nav-bg.png') repeat-x;
	text-align: center;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 1em;
	padding: 0.25em;
}

#menu li.active {
	color: #fff;
	font-weight: bold;
}

#menu a {color: #fff;}

#content {
	margin: 0 auto;
	padding: 2em 1em 1em 1em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#footer {
	background-color: #393939;
}
#footer p {
	padding: 1em;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#footer p a {
	color: #fff;
}

ol li,
ul li {
	margin-left: 2em;
	line-height: 1.5em;
}

dl {line-height: 1.5em;}
dl dt {display: inline; font-weight: bold;}



/*
	useful styles
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*+ html .clearfix {min-height: 1px;}
* html .clearfix {position: relative; height: 1%; clear: both;}
