* {margin: 0; padding: 0;}

html {background-color: #BDC8D6;}

body {
	width: 800px;
	margin: 0 auto;
	background: #20426f url('../img/header.gif') no-repeat top left;
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}

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

h1 {
	margin: 1em 0 0;
}

h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}

h2 {
	margin: 1em 0 0;
	border-bottom: 1px solid #fff;
	font-size: 1.1em;
}

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

img {
	display: block;
	margin: 0.5em auto;
	border: 1px solid #ddd;
	text-align: center;
}

#header {
	height: 10em;
}

#logo {
	height: 80px;
	padding-top: 2em;
	background: url('../img/cool-image.gif') no-repeat left 50%;
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 100px;
	color: #fff;
}

#menu {
	float: right;
	list-style-type: none;
	margin: 1.5em 0.5em;
	padding: 0.25em;
	text-align: center;
}

#menu li {
	display: block;
	list-style-type: none;
	width: 10em;
	margin: 0.25em;
	padding: 1em;
}
#menu li.m1 {background-color: #c6027a;}

#menu li.m2 {background-color: #fd8402;}
#menu li.m3 {background-color: #ffcc02;}
#menu li.m4 {background-color: #7cbb2c;}

li.m1 a,
li.m1 {color: #fff;}
li.m2 a,
li.m3 a,
li.m2,
li.m3 {color: #000;}

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

#content {
	margin: 0 14em 0 0;
	padding: 0 1em 1em 1em;
}

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

#content ul {
	margin: 1em 1em 3em 1em;
	line-height: 1.5em;
}
/*
	useful styles
*/
