/*         B O D Y
-------------------------------------*/
body{
	background-color: #F4A460;
}

/*         W R A P P E R
-------------------------------------*/
#wrapper{
	width: 900px;
	max-width: 900px;
	margin: 20px auto;
}

/*         H E A D E R
-------------------------------------*/
header{
	width: auto;
	height: 400px;
	background-image: url("images/headerimg.png");
	background-position: 0 -10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/*         N A V B A R
-------------------------------------*/
nav{
	width: 795px;
	height: 62px;
	background-image: url("images/nav.png");
	margin: 0 50px;
	background-repeat:no-repeat;
	display:inline;
	float:right;
}


nav a{
	font-size: 20px;
	color: #FFA500;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display:inline;
	float:right;
	margin-top: 20px;
	margin-right: 50px;
}

nav a:hover{
	color: #D2691E;
	text-decoration: underline;
}

/*         C O N T E N T
-------------------------------------*/
#content{
	margin: 63px 0 0 0;
	padding: 30px;
	width: auto;
	min-height: 50px;
	background-color: #FFF8DC;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#cont{
	color: #D2691E;
	font-weight: bold;
	font-style: italic;
}


/*         F O O T E R
-------------------------------------*/
footer{
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}