#wrapper{
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#content{
}
#header{
	background-image: url(../images/header.jpg);
	height: 137px;
	width: 800px;
}
#nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #50216d;
	width: 800px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
}
#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #50216D;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 740px;
}
#footer{
	background-image: url(../images/footer.jpg);
	width: 790px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 80px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #f79021;
}
