@charset "utf-8";
/* CSS Document */

/* Content */
.top_space{
	width:100%;
	height:0px;}
	
.bottom_space{
	width:100%;
	height:70px;}

.primary_content_wrap{
	overflow:hidden;
	width:980px;
	margin:0 auto;
	background-image:url(../images/bg_page.png);
	background-position:left top;
	background-repeat:repeat;
}

.path{
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:35px;}

.path a{
	color:#FFF;
	text-decoration:none;
	outline:none;}

.path a:hover{
	color:#7b7f94;}
	
article.single-post {
	width:980px;
	padding:0px 0px;
	margin:0 auto;
	border:0px solid #fff;}
	
.article_left{
	float:left;
	overflow:hidden;
	width:573px;
	background-image:url(../images/bg_article_left.png);
	background-position:left top;
	background-repeat:repeat-y;}
	
.page_title{
    position: relative;
	padding-left:20px;}
	
.page_title h2{
	display:none;}
.hourbooking{
	position: absolute;
    top: 20px;
    right: 20px;}

.hourbooking a{
	display:block;
	width:130px;
	height:27px;
	text-indent:-9999px;
	background-image:url(../images/hourbooking.png);
	background-position:left top;
	background-repeat:no-repeat;}

.hourbooking a:hover{
	background-position:left bottom;}
.wording{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:20px;
	padding:10px 20px;}
	
.wording p{
	text-indent:12px;}
	
.article_right{
	overflow:hidden;
	float:right;
	width:380px;
	padding:0 10px 10px 10px;}

body.home .primary_content_wrap {
	background:none;
	padding:0;}

	
