body {
		background-image: url('/images/layout/bodybgr.jpg');
		background-repeat: repeat-x;
		background-position: top center;
		background-color: #394f5d;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 70%;
}

#brdr {
	background-image: url('/images/layout/brdrbgr.jpg');
	background-repeat: repeat-y;
  margin: 0px auto;
  text-align: left;
  width: 950px;
  overflow: auto;
}

#header {
	background-image: url('/images/layout/header.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 950px;
	height: 99px;
	clear: both;
}

#menu {
	background-image: url('/images/layout/menu.jpg');
	background-repeat: no-repeat;
	padding: 5px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	clear: both;
}

#submenu {
	background-image: url('/images/layout/submenu.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 20px 0px 10px;
	width: 920px;
	height: 51px;
/*line-height: 52px;*/
	clear: both;
	overflow: auto;
}

#submenu #user {
	margin-top: 13px;
	width: auto;
	float: right;
}

#submenu #search {
	margin-left: 3px;
	margin-top: 13px;
	width: auto;
	float: left;
}

#left {
	width: 260px;
	min-height: 300px;
	float: left;
}

#main {
	background-image: url('/images/layout/mainbgr.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 684px;
	min-height: 300px;
	margin-left: 0px;
	overflow: auto;
}

#footer {
	background-image: url('/images/layout/footer.jpg');
	background-repeat: no-repeat;
	border-bottom: 0px solid #394f5d;
	padding-right: 50px;
	color: Gray; 
	margin: 0px auto;
	width: 900px;
	height: 46px;
	line-height: 46px;
	text-align: right;
	clear: both;
}

#subfooter {
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #394f5d;
	text-align: center;
	color: Gray;
}

#subfooter a {
	color: Gray;
}

#subfooter a:hover {
	color: White;
}