body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
}
#backgroundWrapper {
	background-color: #5a0b0f;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.gif);
	height: 600px;
}
#contentWrapper {
	padding: 50px;
	height: 500px;
	width: 700px;
}

#content {
	padding-top: 15px;
}


/*NAVIGATION*/

#navigation {
	text-align: center;
	color: #336633;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
}
#navigation a {
	text-decoration: none;
	color: #5a0b0f;
}
#navigation a:link {
	color: #5a0b0f;
}
#navigation a:visited{
	color:#336633}
#navigation a:hover{
	color:#346699
	}


#navigation a:active{
	color:#336633;
}


/*Type Style */
h1 {
	font-weight: bold;
	color: #5a0b0f;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
