body {
	margin: 0; padding: 0;
	background: url(images/bck.gif);
	font-family: Verdana; font-size: 10px;
	color: #0c0800;
}
.clear {clear: both; font-size: 0; height: 0;}
#page {
	margin: 0 auto;
	width: 725px;
	background: repeat-y url(images/bckpage.gif);					
}
#page .bottom {
	background: left bottom no-repeat url(images/bckpagebottom.gif);
}
#page .top {
	background: no-repeat url(images/bckpagetop.gif);
	padding: 17px 15px;
	width: 695px;		
}
#header1 {
	padding: 0 5px;
	height: 90px;
	background: no-repeat url(images/bckheader1.gif);
	text-align: right;
}
#header1 h1 {
	margin: 0; padding: 0;
	float: left;
	width: 250px; height: 90px;
	background: no-repeat url(images/logo.gif);
	font-size: 0; font-weight: normal;
}
#header1 h1 a {
	display: block;
	width: 250px; height: 90px;
	line-height: 500px;
	overflow: hidden;
}
#header1 address {
	margin: 5px 0 0 0;
	font-family: Helvetica;
	font-size: 14px; font-style: normal;
	color: #fff;
}
#header1 address strong {
	display: block;
	margin: 10px 0 0 0;
	font-size: 30px;
	line-height: 1em;
}
#header2 {
	margin: 0 0 5px 0;			
	height: 145px;
	background: no-repeat url(images/bckheader2.gif);
}
#header2 div {
	padding: 15px 0 0 15px;
	width: 340px; height: 85px;
	overflow: hidden;
}
#sidebar {
	position: relative;
	float: left;
	width: 195px;
	background: repeat-y url(images/bcksidebar.gif);
}
#sidebar .bottom {
	background: left bottom no-repeat url(images/bcksidebarbottom.gif);
}
#sidebar .top {			
	padding: 0;
	width: auto;
	background: no-repeat url(images/bcksidebartop.gif);
	min-height: 200px;
}
* html #sidebar .top {
	height: 200px;
}
#sidebar h3 {
	position: absolute;
	margin: 0; padding: 0 0 0 15px;
	top: -38px; left: 0;
	width: 195px;
	height: 35px; line-height: 30px;
	background: no-repeat url(images/bcksidebarh3.gif);
	font-family: "Century Gothic"; font-size: 17px;
	color: #fff;
}
#sidebar ul {
	margin: 0 10px; padding: 15px 0 30px 0;
	list-style: none; list-style-type: none;
	font-size: 11px; font-weight: bold;
}
#sidebar ul li {
	margin: 0 0 5px 0; padding: 5px 0 10px 0;
	background: left bottom repeat-x url(images/bckli.gif);			
}
#sidebar ul li.last {
	background: none;
}
#sidebar ul li a {
	display: block;
	padding: 0 0 0 25px;
	background: left center no-repeat url(images/bcklia.gif);
	height: 18px; line-height: 18px;
	color: #751b24;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#main {
	float: right;
	width: 495px;
}
#main h2 {
	margin: 0; padding: 0 40px 0 0;
	display: inline;
	background: right center no-repeat url(images/bckmainh2.gif);
	font-family: "Century Gothic"; font-size: 17px;
	color: #751b24;
}
#content {
	margin: 10px 0 0 0;
	background-color: #e3daca;
}
#content .bottom {			
	background: left bottom no-repeat url(images/bckcontentbottom.gif);
}
#content .top {
	padding: 10px 10px 25px 10px;
	width: auto;
	background: no-repeat url(images/bckcontenttop.gif);
}
#content p {
	margin: 10px 0;
}
#footer {
	margin: 15px 0 0 0;
	height: 40px; line-height: 40px;
	background: no-repeat url(images/bckfooter.gif);
	text-align: center;
	font-size: 10px;
	color: #fff;
}
#footer a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}