#container {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #FFFFFF;
	background-image: url(media/curtains.jpg);
}
#pagetitle {
	background-color: #FFCC00;
	position: absolute;
	height: 102px;
	width: 537px;
	left: 215px;
	top: 47px;
}
#navigation {
	position: absolute;
	height: 106px;
	width: 186px;
	top: 41px;
	right: 694px;
}
#content {
	position: absolute;
	height: 208px;
	width: 706px;
	left: 31px;
	top: 156px;
	color: #FFFFFF;
}
body {
	background-color: #009966;
}
h6 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}
=
