body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003300;
	margin: 0px;
	background-color: #D6E4DF;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/bgVictory.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3B9438;
	margin-top: 10px;
}
#content {
	margin-left: 350px;
	width: 290px;
	margin-top: 35px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#content p {
	line-height: 1.1em;
}

#content a:link {
	color: #FFFFFF;
}
#content a:visited {
	color: #CCFFCC;
}

#download {
	float: right;
	width: 100px;
	margin-top: 80px;
	font-size: 0.7em;
	margin-right: 5px;
}
#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	line-height: 1em;
}
#content ul {
	padding-left: 0px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(images/dotSquare.jpg);
}
#content li {
	margin-bottom: 15px;
}

#footer {
	background-color: #8AD288;
	height: 47px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #C2E8C1;
	padding-bottom: 5px;
}
