body {
	width: 950px;
	margin: auto;
	margin-bottom: 10px;
	padding: 0;
	background-image: url('/theme/seamless_flint.jpg');
	font-size: 16px;
	font-family: sans-serif;
	color: black;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

img {
	border: 0;
}

#container {
	background-color: white;
	border: solid 2px black;
	border-top: 0;
	margin-bottom: 10px;
}

#header {
	background-image: url('/theme/wall.jpg');
	text-align: center;
	height: 164px;
	margin-top: 0px;
	border: 2px solid black;
	border-bottom: 0;
}

#header h1 {
	font-size: 64px;
	color: #26269E;
}

#menu {
	font-size: 16px;
	float: left;
	width: 200px;
	padding: 0px 10px;
}

#menu ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#menu ul li {
	border: 1px;
	padding-bottom: 10px;
}

#menu a, #menu a:visited {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: blue;
	text-decoration: underline;
}

#content {
	float: left;
	width: 670px;
	padding: 5px 20px;
}

#content p {
	clear: both;
	text-align: justify;
}

#content a, a:visited {
	color: blue;
	text-decoration: underline;
}

#content a:hover {
	color: red;
	text-decoration: none;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 12px;
	text-align: center;
}

#footer a, a:visited {
	color: blue;
	text-decoration: underline;
}

#footer a:hover {
	clear: both;
	color: red;
	text-decoration: none;
}
