body
{
	background-image: url(/Theme/Graphics/Background.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#Page
{
	overflow: hidden;
}

#Header, #TopMenu, #SectionMenu, #Content, #Copyright, #BottomMenu
{
	margin: 0 auto 0 auto;
	width: 875px;
}

#Header
{
	overflow: hidden;
	height: 80px;
}

#Logo
{
	position: absolute;
}

#Logo a
{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#Search
{
	display: none;
}

#TopMenu
{
    position: absolute;
    top: 5px;
    text-align: right;
}

#TopMenu dl
{
	display: block;
	overflow: hidden;
}

#TopMenu dd
{
	vertical-align: bottom;
	display: inline;
	height: 23px;
	margin: 0px;
}

#TopMenu a
{
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
    font-weight: normal;
}

#SectionMenu
{
	display: block;
	overflow: hidden;
}

#SectionMenu .Shadow-Corner
{
	float: left;
}

#SectionMenu dl
{
	display: block;
	overflow: hidden;
	background: #B1AFB1;
}

#SectionMenu dd
{
	vertical-align: bottom;
	display: block;
	height: 23px;
	margin: 0px;
	float: left;
}

#SectionMenu dd + dd
{
	border-left: solid 2px #fff;
}

#SectionMenu a
{
	padding: 0 10px 0 10px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	min-width: 70px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #fff;
}

#SectionMenu dd:hover a, #SectionMenu dd.selected a
{
	background-image: url(/Theme/Graphics/MenuBackground.png);
}

#Content
{
	overflow: hidden;
	margin-top: 40px;
	min-height: 500px;
}

#Footer
{
	background-image: url(/Theme/Graphics/PageBackground.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 30px;
	overflow: hidden;
}

#ContactInfo
{
	text-align: center;
}

#BottomMenu
{
    width: auto;
    display: block;
    overflow: hidden;
    float: right;
    margin: 0;
    padding: 0;
}

#BottomMenu dl
{
	display: block;
	overflow: hidden;
}

#BottomMenu dd
{
	display: inline;
	margin: 0;
	margin-left: 20px;
}

#Copyright
{
	padding-top: 10px;
	text-align: center;
	height: 21px;
}

#Copyright, #Copyright *
{
	color: #fff;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
    font-weight: normal;
}

#LoginStatus
{
	float: left;
}



