#container 
{
	margin: 0 15%;
	background: lightgray;
	opacity: 0.72;
	padding: 0px;
	position: absolute;
	border-radius: 14px;
	top: 0px;
}

#header
{
	background: #000;
	padding: 0px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #000;
	}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 3px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 30px solid #000;
	font-weight: bold;
	font-size: 120%;
}

#navigation li a:hover { background: #383; }

#content
{
	font-size: 120%;
	padding: 10px;
	float: right;
	}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content hr {
width: 60%;
color: red;
}

#blurb {
	font-size: 100%;
	float: right;
	width: 230px;
	margin-left: 0%;
	padding: 10px;
	padding-top: 0px;
	margin: 15px;
	border-radius: 10px;
	position: relative;
	background: #000;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
color: #fff;
	}

#picleft {
float: left;
width: 14%;
padding: 0px;
position: absolute;
top:1800px;
z-index: 2;
}

#picleft img {
width:100%;
height:100%;
}

#picright {
float: right;
width: 14%;
padding: 0px;
position: absolute;
top: 5000px;
left: 85%;
z-index: 2;
}

#picright img {
width:100%;
height:100%;
}

#feedback {
float: left;
width: 23%;
position: absolute;
bottom: 0px;
left: -23%;
}

#feedback img {
width:100%;
}
#footer {
	position: absolute;
	background: #000;
	text-align: right;
	padding: 0px;
	height: 20px;
	bottom: -20px;
	width: 120%
}

#footer p
{
color: #fff;
}
#footer ul
{
	margin: 0;
	padding: 0;
}

#footer ul li
{
	list-style-type: none;
	display: inline;
}

#footer li a
{
	display: block;
	float: left;
	padding: 3px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 30px solid #000;
	font-weight: bold;
	font-size: 120%;
}

#footer li a:hover { background: #383; }

