html,body {
	font-size:12px;
	height:100%;
	margin:0px;
}
body {
	background:#ffffff url(/sites/all/themes/HT2Base/images/body_bg.png) repeat-x 0px 80px;
	overflow-y:scroll;
}
#container {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:auto;
	margin:0px auto 0px auto;
	min-height:100%;
	position:relative;
	width:770px;
}
#header {
	background:url(/sites/all/themes/HT2Base/images/header_bg.png) repeat-x left top;
	height:122px;
	overflow:hidden;
	position:relative;
}
#logo {
	margin:10px;
	height:60px;
	width:141px;
}
#sitetitle {
	color: rgb(94, 94, 94);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	left:161px;
	top:10px;
	position:absolute;
	right:0px;
	text-align: center;
	text-shadow: 0px 1px 3px rgb(202, 207, 142);
	text-transform: uppercase;
}
#menu {
	background:url(/sites/all/themes/HT2Base/images/menu_bg.png) no-repeat left top;
	border-top:1px solid #fff;
	height:42px;
	padding: 7px 20px 0px 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 7px 15px 0px 17px;
	background: url(/sites/all/themes/HT2Base/images/menu_separator.gif) no-repeat left top;
}
#menu .first a {
	background: none;
}
#content {
	background:url(/sites/all/themes/HT2Base/images/content_bg.png) repeat-x left top;
	border-top:1px solid #fff;
	bottom:0px;
	clear:both;
	min-height:100%;
	overflow:hidden;
	padding:40px 30px 55px 30px;
	position:relative;
}
#footer {
	background: url(/sites/all/themes/HT2Base/images/footer_bg.png) repeat-x left top;
	bottom:0px;
	height:40px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	position:absolute;
	width:100%;
}
#footer .copyright {
	color:#666666;
	margin-top:5px;
	text-align:center;
}

