body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url("Stripe.jpg");
	background-repeat: repeat-x;
	background-position: 0 85px;
}

#container
{
	position: relative;
	width: 800px !important;
	width: 817px;
	margin: 20px auto;
	text-align: left;
	background-image: url("Main.jpg");
	background-repeat: repeat-y;
}

#header
{
	width: 800px;
	height: 141px;
	background-image: url("Head.jpg");
}

#identity
{
	display: none;
}

#welcome
{
	position: absolute;
	top: 92px;
	right: 617px !important;
	right: 632px;
}
#welcome p
{
	margin: 0;
	padding: 0;
}

#controls
{
	position: absolute;
	top: 93px;
	right: 87px !important;
	right: 102px;
}

#main
{
	width: 800px;
	height: auto !important;
	height: 302px;
	min-height: 302px;
	padding-bottom: 1em;
	background-image: url("Main2.jpg");
	background-repeat: no-repeat;
	background-position: 196 0;
}
div.area1
{
    float: right;
	width: 530px;
	margin-right: 54px !important;
	margin-right: 27px;
}

#menu-bg1
{
	float: left;
	width: 196px;
	top: 158px;
	background: url("Menu-Middle.jpg") repeat-y;
}
#menu-bg2
{
	background: url("Menu-Top.jpg") no-repeat;
}
#menu
{
	min-height: 280px;
	height: auto !important;
	height: 316px;
	padding-bottom: 33px;
	background: url("Menu-Bottom.jpg") no-repeat bottom;
}
#menu ul
{
    display: block;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	display: block;
    margin: 0 0 0 22px;
	padding: 0;
}
#menu span
{
	display: block;
	width: 171px;
	height: 25px;
	background-image: url("Menu-Item.jpg");
}
#menu a
{
	display: block;
	width: 171px;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	white-space: nowrap;
	color: white;
}
#menu a:hover, #menu a:active, #menu a:focus
{
}
#menu span.homeLink a
{
	font-weight: bold;
}
#menu span.private a
{
	color: silver;
}
#menu span.current a
{
	font-weight: bold;
}

#footer
{
	clear: both;
	width: 800px;
	height: 130px;
	background: url("Foot.jpg") no-repeat bottom;
}