BODY {
	background-image:url(images/background.png);
	background-color:#2B1710;
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	margin:10px 0 0 0;
	font-family:Arial;
	font-size:15px;
	color:#000;
}
hr {
	color: #3B271C;
	background-color:#3B271C;
	height: 1px;
	border:0px;
}
#page {
	width:820px;
	margin: 0 auto;
	height:100%;
}
#logo {
	width:410px;
	float:left;
	height:80px;
}
#logo img {
	border:0px;
}
#contactinfo {
	width:410px;
	float:right;
	text-align:right;
	font-weight:bold;
	height:80px;
}
.spacer {
	height:15px;
	clear:both;
}
#transparentbar {
	clear:both;
	width:820px;
	padding-top:8px;
	height:27px;
	font-size:17px;
	color:#3B271C;
	text-align:center;
	background:url(images/bar-bg.png);
}
#leftcol {
	width:150px;
	padding-right:10px;
	text-align:left;
	float:left;
}
#leftcol a {
	color:#000;
	text-decoration:none;
}
#leftcol a:hover {
	color:#3B271C;
	text-decoration:underline;
}
#promo {
	width:135px;
	border:1px solid #3B271C;
	color: #3B271C;
}
#content {
	width:655px;
}
#footer {
	width:820px;
	height:35px;
	text-align:center;
	font-size:12px;
}
#footer a {
	color:#3B271C;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
}
#footer a:hover {
	color:#3B271C;
	text-decoration: underline;
}
#copyright {
	float:left;
	width:410px;
	text-align:left;
	font-size:12px;
}
#created {
	float:right;
	width:410px;
	text-align:right;
	font-size:12px;
}
#created a {
	text-decoration: none;
	color:#000;
}
#created a:hover {
	text-decoration: underline;
}
