body {
	background: #F7F1E3 url(images/bg.png) repeat-x;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #533226;
	text-align: center;
	margin: 0 0 20px 0;
}
a, a:visited {
	color: #81161A;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #C02125;
	background: inherit;
	text-decoration: underline;
}
h1 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	font-size: 230%;
	font-weight: normal;
	letter-spacing: -1px;
}
h1, p {
	padding: 10px;		
	margin: 0;
}
img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
.noborder {
	border: 0px;
	padding: 0px;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	margin-top: 20px;
	border: 0px;
}
tr {
	height: 32px;
}
td {
	padding-left: 13px;
}
#wrap {
	position: relative;
	background: #fff url(images/wrap-bg.jpg) repeat-y;
	width: 900px;	
	margin: 10px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(images/content-bg.png) repeat-x;
	clear: both;
	float: left;	
	width: 880px;	
	padding: 0; 			
	margin-left: 10px;	
	display: inline;
	border-top: 5px solid #fff;
}
#header {
	position: relative;
	background: #A41C1E url(images/header-bg.png) repeat-x;
	width: 880px;	
	height: 85px;
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 29px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	top: 22px; left: 19px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #fff;
	top: 57px; left: 20px;		
}
#header #header-logo {
	position: absolute;
	top: 26px; right: 20px;
	color: #5b4a29;
	font: normal 15px arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#main {
	float: left;
	width: 820px;
	padding: 5px 0 0 0; margin: 0 0 0 15px;
	display: inline;
	text-align: center;	
}
#footer-wrap {
	clear: both;
	width: 880px;
	font-size: 85%;	
	text-align: left;
	border-bottom: 10px solid #fff;
}
#footer-wrap a:hover {
	color: #fff;	
}
#footer-bottom {
	clear: both;
	color: #fff;
	background: #C82226;
	margin-left: 10px;
	padding: 0;
	width: 880px;
	text-align: center;
}
#footer-bottom  a {
	color: #fff;
}
