body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: black;
	background-color: #115;
	margin: 1em;
	padding: 0;
	background-image: url(/bg.png);
	background-repeat: repeat-x;
}

/* By the way, this is a comment */


body {
	font: 80% arial, helvetica, sans-serif;
	margin: 0;
}
		
h1, h2 {
	margin: 0;
}
		
#header {
	background: #68f;
	text-align: center;
	width: 90%;
	position: relative;
	left: 5%;
	right: 5%;
	margin-bottom: 0.5%;
	margin-top: 2%;
	padding: 0.4em 0;
	font-size: 2em;
	border: solid #23c;
	border-width: 2px 2px;
}

#container {
	width: 90%;
	position: relative;
	left: 5%;
	right: 5%;
	margin-bottom: 2%;
}
		
#navbar {
	position: relative;
	left: 0;
	background: #57f;
	text-align: center;
	height: 2.5em;
	font-size: 1em;
	text-align: center;
	color: #DDDDDD;
	overflow: hidden;
	width: 100%;
	border: solid #46e;
	border-width: 2px 2px 0 2px;
	padding: 1px 0 0 0;
}

#navbar p {
	font-size: 2em;
}
#navbar a {
	color: #225599;
	color: #DDDDDD;
}

#navbar a:hover {
	font-size: 1.5em;
	color: #DEcEfE;
}

#content {
	background: #68f;
	text-align: center;
	min-height: 75em;
	overflow: auto;
	border: solid #46e;
	border-width: 1px 2px 0 2px;
	width: 100%;
}

#content p {
	font-size: 1.2em;
}

#copyright {
	height: 10%;
	bottom: 0;
	position: relative;
	clear: both;
	background: #57f;
	text-align: center;
	border: solid #46e;
	border-width: 1px 2px 2px 2px;
	border-top-color: #46e;
	width: 100%;
}
		
#copyright p {
	margin: 0;
}
		

p {
	line-height: 1.5em;
}

h1 {
	font-weight: bold;
	font-size: 90%;
}

h2 {
	color: white;
	background-color: #090;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #999;
	background-color: #009;
	font-size: 1.25em;
}

img {
}

a {
	text-decoration: underline;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	color: #900;
	font-style: italic;
}

table {
	background-color: #ccc;
}