body{
background-color: #FEFFF2

}

#wrapper {
	width: 885px;
	background-color: #FEFFF2;
	margin: 40px auto 40px auto;
	
}

#header {
		margin-left: 30px;
		margin-top: 30px;
		font-family: Comic Sans, "Comic Sans MS", cursive, serif;
		font-size: 55px;
		background-color: #FFDA96;
		text-align: center;

}

#content{
		margin-top: 20px;
		padding-top: 0px;
		padding-left: 0px;
		margin-left: 30px;
		background-color: #FFDA96;
		text-align: center;
		font-size: 25px;

}

#footer{
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 18px;
		text-align: center;

}

#nav{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color:#FEFFF2;
	text-align: center;
	font-size: 20px;
}

.rounded 
{
	background: #FFDA96;
	
	margin: 20px auto;
	
	/* Declared if Javascript is off */
}

div.rounded1 
{
	background: #FFDA96 url(topright.gif) no-repeat top right;
}
div.rounded3 
{
	background: transparent url(topleft.gif) no-repeat top left;
}
div.rounded2 
{
	background: transparent url(bottomright.gif) no-repeat bottom right;
}
div.rounded4 
{
	background: transparent url(bottomleft.gif) no-repeat bottom left;

}
