* {
	padding: 0;
	margin: 0;
}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/home_bg_rpt.jpg) repeat-x #535353;
}

#header {
	width: 900px;
	height: 129px;
	margin: 0 auto;
	background: url(../images/bttheader.jpg) no-repeat;	
}
#nav ul {
	height: 33px;
	width: 900px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 1px 0 0 0;
	/*border-left: 1px solid #fee298;
	border-right: 1px solid #fed979;*/
	line-height: 30px;
	overflow: hidden;
}
#nav a {
	display:block;
	padding: 0 16px;
	font-size: 13px;
	font-weight: bold;
	color: #70603f;
	text-decoration: none;
}
#nav a:hover {
	background: url(../images/nav_hover.jpg);
}

#footer {
	position: relative;
	height: 45px;
	width: 900px;
	margin: 0 auto;
	border-top: 2px solid #a2a1a1;
	clear: both;
}
#ftr { height: 35px; width: 450px; border-right: 2px solid #a2a1a1;}
#footer p {
	padding: 10px 0 0 10px;
	color: white;
	font-weight: bold;
}
#ftrlinks {
	position: absolute;
	top: 10px;
	left: 630px;
}
#ftrlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ftrlinks li {
	float: left;
	margin: 0;
	padding: 0;
}
#ftrlinks a {
	color: white;
	font-size: 12px;
	display:block;
	padding: 0 16px;
	font-weight: bold;
	text-decoration: none;
}
#ftrlinks a:hover {
	text-decoration: underline;
}