* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #333;
	color: #000;
	font: 12pt Helvetica, Arial, sans-serif;
}

a, a:link, a:active, a:visited {
	color: #1d3555;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #0e1a2a;
	text-decoration: none;
}

#header {
	width: 800px;
	margin: 20px auto;
	text-align: right;
	color: #ffa500;
	padding-right: 20px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#panel {
	max-height: 247px;
	background: #3b6bab;
}

#navigation {
	width: 800px;
	margin: auto;
	background: url('css/bg/flowerm.jpg') no-repeat right bottom;
}

#navigation ul {
	list-style: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 0;
}

#navigation ul li {
	width: 200px;
	margin: 5px 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
	display: block;
	background-color: #9db5d5;
	padding: 3px;
	color: #1d3555;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus {
	background-color: #cedaea;
	color: #0e1a2a;
}

#main {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}

#content {
	padding: 20px;
}

#content ul {
	padding: 0 25px;
}

#content ul ul {
	margin: 0;
}

#content h1 {
	background-color: #ff1c00;
	color: #fff;
}

#content h3, #content h4, #content h5, #content h6, #content p, #content ul {
	margin: 10px 0;
}

#content .bigmargin {
	margin-top: 40px;
}

#footer {
	width: 800px;
	margin: auto;
	color: #fff;
	padding: 5px 0 30px;
	font-size: 11pt;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited #footer a:hover {
	color: #fff;
	text-decoration: none;
}
