BODY
{
	margin: 0;
	padding: 0;
	background: #808080;
	text-align: center;
}
#topper
{
	height: 15px;
	background: #CCCCCC;
	width: 100%;
}
#header, #footer
{
	border-style: solid;
	border-width: 2px 0px;
	background: #404040;
}
#header
{
	height: 200px;
}
#footer
{
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
#left, #right
{
	background: #808080;
}
#center
{
	background: #E5E5E5;
}
#container .column
{
	padding-top: 1em;
	text-align: justify;
}
#lbar
{
	position: absolute;
	left: 10%;
}
#topphoto
{
	position: absolute;
	left: 15%;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 4px;
}
#logo
{
	position: absolute;
	right: 10%;
}
.menuitem
{
	font-weight: bold;
	font-size: 16px;
}
#link1, #link2, #link3, #link4
{
	position: absolute;
	right: 10%;
	margin-right: 55px;
}
#link1
{
	top: 35px;
}
#link2
{
	top: 63px;
}
#link3
{
	top: 150px;
}
#link4
{
	top: 178px;
}
.menuitem A:link
{
	text-decoration: none;
	color: #D9D9D9;
}
.menuitem A:visited
{
	text-decoration: none;
	color: #D9D9D9;
}
.menuitem A:hover
{
	text-decoration: none;
	color: #FF8C00;
}
.menuitem A:active
{
	text-decoration: none;
	color: #000000;
}
.foot
{
	position: relative;
	top: 0;
	font-size: 20px;
	color: #888;
	letter-spacing: 0.4em;
	font-weight: bold;
}
#copy
{
	position: relative;
	top: 20px;
	left: 250px;
	font-size: 8px;
	color: #111;
	letter-spacing: 0.4em;
	border-style: solid;
	border-width: 1px;
	background-color: #909090;
	padding: 5px;
	display: inline;
	margin-bottom: 120px;
}
