body {
	margin: 10px;
	background-image: url(../images/green_bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 80%;
	}

#container {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
	width: 900px;
	border: 1px solid #333333;
	}

.header {
	padding: 5px;
	}

.header h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	margin-top: 15px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 4px;
	}

.content {
	padding: 10px;
	}

li {
	padding-bottom: 15px;
	}