@charset "UTF-8";
/* CSS Document */

body {
	background: url("../images/bg.gif") center 0 no-repeat #435044;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	text-align:center;
	margin:0;
	padding:0;
}

h1,h2,ul,li{
	margin:0;padding:0;
}

h3{
	margin:30px 0 20px 0;padding:0;
}

li{
	list-style-type:none;
	margin-bottom:5px;
}

a images{
	border:0;
}

#header{
	background: url("../images/header-bg.gif") repeat-x;
	margin-bottom:20px;
}

#main{
	width:630px;
	margin:0 auto;
	text-align:left;
}

.left{
	width:315px;
	float:left;
}

.right{
	width:315px;
	float:right;
}

#leisure{
	background: url("../images/leisure-btbg.gif") no-repeat;
	width:310px;
	height:175px;
}

#leisure ul{
	padding:15px 14px 15px 16px;
}

#business{
	background: url("../images/business-btbg.gif") no-repeat;
	width:310px;
	height:175px;
}

#business ul{
	padding:15px 14px 15px 16px;
}

p{
	margin:0;
	padding:0;
}

p images{
	vertical-align:middle;
}


.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}