body {
	color: #000000;
	background-color: #E9E3D3;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

#container {
	top: 20px;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	position: absolute;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 770px;
	height: 110px;
}

#header a {
	position: absolute;
	width: 770px;
	height: 110px;
	text-decoration: none;
}

#header a i {
	visibility: hidden;
}

#content {
	padding: 2px 5px;
	margin: 10px 10px 10px 10px;
}

#content p {
	line-height: 1.4em;
}

#content a {
	color: #41831F;
	text-decoration: none;
}
	
#content a:hover, #footer a:focus {
	text-decoration: none;
	border-bottom: 1px solid #41831F;
}

ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

li {
	padding-bottom: 5px;
}

#footer {
	background-color: #41831F;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-size: 85%;
	clear: both;
	border-top: 5px solid #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
	
#footer a:hover, #footer a:focus {
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

h1 {
	font-size: 150%;
	color: #41831F;
}

h2 {
	margin: 40px 0px 0px 0px;
	font-size: 130%;
	color: #41831F;
	border-bottom: 1px solid #41831F;
}

h3 {
	font-size: 105%;
	font-weight: normal;
}

h4 {
	font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img.screenshot {
	border: 1px solid #000000;
}

