body {
	margin: 25px ;
	padding: 0 ;
	position: relative;
	width: 837px;
	background-color: #d1c7ac ;
	font-family: "transmute-1","transmute-2",sans-serif;
	color: #b32a25;
	font-size: 16px;
}
#header {
	position: absolute ;
	background-image: url(../images/background_01.png) ;
	width: 837px;
	height: 122px;
}
#content {
	position: absolute;
	width: 837px;
	top: 122px;
	clear: both;
}
#left_content {
	position: absolute;
	left: 0;
	background-image: url(../images/background_02.png) ;
	width: 29px;
	height: 464px;
}
#main_content {
	position: absolute;
	left: 29px;
	height: 464px;
	width: 637px;
}
#right_content {
	position: absolute;
	left: 666px;
	top: 0;
	background-image: url(../images/background_04.png);
	width: 171px;
	height: 464px;
}
#footer {
	position: absolute;
	clear: both;
	top: 586px;
	background: url(../images/background_05.png) ;
	background-repeat: no-repeat ;
	width: 837px;
	height: 68px;
}

#logo {
	position: absolute;
	right: 6px;
	top: 12px;
}
#right_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#main_content object {
	margin: 0 auto;
	width: 560px;
	position: relative;
	padding: 12px 0;
}
#main_content p {
	margin: 0 auto;
	width: 560px;
}
h1{
	font-family: "transmute-1","transmute-2",sans-serif;
	margin: 0;
	padding: 0;
	color: rgb(247,148,30);
	text-shadow: 1px 2px 3px rgba(0,0,0,.7);
}