@charset "UTF-8";
/* CSS Document */

body {
	width: 800px;
	margin-left: 30px;
	background-color: #955c7f;
}

#masthead {
	background-image: url(../graphics/masthead-green.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 300px;
}

#contentbg {
	position: absolute;
	top: 375px;
	width: 800px;
	background-color: #262D10;
}

#content {
	width: 720px;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 30px;
	background-color: #FBFFE4;
	background-image: url(../graphics/basket-bottom-2.png);
	padding: 15px;
}

#footer {
	width: 750px;
	margin-left: 25px;
	margin-bottom: 20px;
}

#footer p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .8em;
	color: #DEE8DD;
}

#footer p strong {
	color: #BAD4A1;
}

#footer a:link {
	color: #C63;
}

#footer a:visited {
	color: #F93;
}

#footer a:hover {
	color: #FC6;
}

#footer a:active {
	color: #C63;
}