body{
	background: #37200e url(images/background.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #674b33;
}

img{
	border: 0;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #a2704e;
	text-decoration: underline;
}

a:hover{
	color: #c68b63;
}

#container{
	margin: 0 auto 0 auto;
	width: 870px;
	text-align: left;
}

#header{
	height: 170px;
	background: url(images/header.jpg) no-repeat;
}

#top_nav{
	padding: 144px 0 0 100px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#top_nav span{
	color: #947244;
}

#top_nav a:link,
#top_nav a:visited,
#top_nav a:hover,
#top_nav a:active{
	color: #fff;
	text-decoration: none;
}

#book{
	background: url(images/bind.jpg) repeat-y;
}

#footer{
	background: url(images/footer.jpg) no-repeat;
	height: 73px;
}

#footer div{
	font-weight: bold;
	padding: 10px 0 0 66px;
	font-size: 10px;
}

#tabs_con{
	float: left;
	width: 51px;
}

h1.title{
	font-size: 14px;
}

.sIFR-hasFlash h1.title {
    visibility: hidden;
	margin: 0;
	padding: 5px 0 5px 0;
}

.tabs{
	margin: 0 0 0 20px;
}

.tabs a:link,
.tabs a:visited,
.tabs a:hover,
.tabs a:active{
	height: 84px;
	width: 31px;
	background: url(images/tabs.jpg) no-repeat;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}

.tab_home a:link,
.tab_home a:visited,
.tab_home a:hover,
.tab_home a:active{
	background-position: 0 0;
}

.home_active a:link,
.home_active a:visited,
.home_active a:hover,
.home_active a:active,
.tab_home a:hover{
	background-position: -31px 0;
}


.tab_about a:link,
.tab_about a:visited,
.tab_about a:hover,
.tab_about a:active{
	background-position: 0 -84px;
}

.about_active a:link,
.about_active a:visited,
.about_active a:hover,
.about_active a:active,
.tab_about a:hover{
	background-position: -31px -84px;
}

.tab_services a:link,
.tab_services a:visited,
.tab_services a:hover,
.tab_services a:active{
	background-position: 0 -168px;
}

.services_active a:link,
.services_active a:visited,
.services_active a:hover,
.services_active a:active,
.tab_services a:hover{
	background-position: -31px -168px;
}

.tab_links a:link,
.tab_links a:visited,
.tab_links a:hover,
.tab_links a:active{
	background-position: 0 -252px;
}

.links_active a:link,
.links_active a:visited,
.links_active a:hover,
.links_active a:active,
.tab_links a:hover{
	background-position: -31px -252px;
}

.tab_contact a:link,
.tab_contact a:visited,
.tab_contact a:hover,
.tab_contact a:active{
	background-position: 0 -336px;
}

.contact_active a:link,
.contact_active a:visited,
.contact_active a:hover,
.contact_active a:active,
.tab_contact a:hover{
	background-position: -31px -336px;
}

#left_col{
	float: left;
	width: 384px;
}

.padding_left{
	padding: 10px 40px 10px 8px;
}

#right_col{
	float: left;
	width: 384px;
	background: url(images/curl.gif) no-repeat 100% 0;
	min-height: 50px;
}

.padding_right{
	padding: 10px 8px 10px 40px;
}