﻿#page {
	width: 950px;
	margin: auto;
	position: relative;
}
#head {
	height: 131px;
	background-image: url('../Images/Layout/Head.png');
	position: relative;
}
#logo {
	height: 85px;
	width: 233px;
	position: absolute;
	top: 23px;
	left: 30px;
}
#headBanner {
	position: absolute;
	/*border: 1px #B2B2B2 solid;*/
	width: 468px;
	height: 60px;	
	top: 34px;
	left: 413px;
}
#toolbar {
	height: 23px;
	background-image: url('../Images/Layout/Toolbar.png');
	vertical-align: middle;
	position: relative;
}
#toolbarItems {
	padding: 3px 30px 0px 300px;	
	font-weight: bold;
}
#toolbarItems a {
	color: white;
	margin-right: 50px;
}
#content {
	margin: 22px 0px 0px 0px;	
	position: relative;
}
#footer 
{
    position: relative;
	background-image: url('../Images/Layout/BottomLine.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 22px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

