div, span, body, h1, h2, h3, p, form {

	margin: 0;
	padding: 0;

}
body {

	background-color: #FFF;
	color: #000;
	cursor: default;
	font-family: georgia, helvetica, serif;
	text-align: left;

}
a { text-decoration: none; }
input {

	font-family: georgia, helvetica, serif;
	font-size: small;

}
textarea {

	font-family: courier, monospace;
	font-size: small;

}
#header {

	height: 200px;

}
#header img { border: 1px solid black; }
#header .left {

	left: 13px;
	position: absolute;
	top:  13px;

}
#header .right {

	right: 13px;
	position: absolute;
	top:   13px;

}
#header h1, #header h2 { margin-left: 450px; }
#header h1 { padding-top: 67px; }
#header h2 { border-top: 2px solid black; font-size: medium; margin-right: 25px; }
#navigation {

	float: left;
	width: 22.5%;

}
#navigation p {

	line-height: 1.25em;
	margin: 1em 0;

}
#navigation ul {

	list-style-type: none;
	margin: 0;
	padding: 0;

}
#navigation li {

	border: 1px solid #757;
	font-weight: bold;
	margin: 0.4em 1.5em;
	text-align: center;

}
#navigation a {

	background-color: #EBD;
	color: #000;
	display: block;
	padding: 0.3em 0;
	width: 100%;

}
#navigation a:hover { background-color: #969; color: inherit; }
#main {

	float: right;
	font-size: medium;
	padding: 1em 1em 0 0;
	width: 75%;

}
#main h1 {

	background-color: inherit;
	border-bottom: 1px solid #757;
	color: #757;
	font-size: large;
	padding: 0.25em 0;

}
#main p {

	line-height: 1.5em;
	margin: 0.75em 0;

}
#main ul { list-style-type: square; }
#main li { line-height: 1.25em; }
#main img { border: 1px solid black; }
#main a, label {
	color: #F55;
	cursor: pointer;
	background-color: inherit;
}
#main a:hover { color: #000; background-color: inherit; }
#pictures { text-align: center; }
#pictures a { color: #C00; background-color: inherit; }
#pictures a:hover { color: #000; background-color: inherit; }
#pictures h1 {

	clear: both;
	text-align: justify;

}
#pictures p {

	float: left;
	height: 125px;
	line-height: normal;
	margin: 0.5em 1em 3em 1em;

}
#pictures img { height: 100%; }
#footer {

	background-color: #EBD;
	border-top: 1px solid black;
	clear: both;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 1em 0 0 0;
	padding: 1.5em 0;
	text-align: center;
	width: 100%;

}
#footer p { line-height: 1.25em; }
#footer a { color: #757; background-color: inherit; }
#footer a:hover { color: #000; background-color: inherit; }
.center { text-align: center; }
.cleared { clear: both; }