﻿/* layer layout css */
#leftmenu {
	background-image: url(images/menuBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 154px;
	margin-bottom: 100%;
}
#topheader {
	background-image: url(images/headertopBG.gif);
	height: 205px;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
}
#imageheaderright {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 205px;
	width: 208px;
}
#pagetitle {

}
#content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer {
	padding-top: 30px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}
.menutop {
	position: relative;
	left: 0px;
	top: 0px;
}
.menubottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#leftmenutop {
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
}