@charset "utf-8";

body {
	background-image: url(img/homepage_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
}

.main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
}

.clear {
	clear: both;	
}

a:link {
	color: #474747;
}

a:visited {
	color: #474747;
}



.headerleft{
	width:250;
	float:left;
}

.headerright{
	width:650;
	float:right;
	margin-top: 84px;
	color:#474747;
	font-weight:bold;
	font-size: small;	
}

.container_main_left{
	color:#FFFFFF;
	width:800px;
	padding-top: 32px;
}

.container_tour{
	padding-top: 50px;
	font-size: small;
	width:450px;;
	float:left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 1px;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.button_green_left{
	background-repeat: no-repeat;
	background-image: url(img/button_green_left.gif);
	float: left;
	height: 62px;
	width: 6px;
}

.button_green_right{
	background-repeat: no-repeat;
	background-image: url(img/button_green_right.gif);
	float: left;
	height: 62px;
	width: 6px;
}

.button_green_bg{
	background-repeat: repeat-x;
	background-image: url(img/button_green_bg.gif);
	float: left;
	height: 62px;
	cursor:pointer;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.footer {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #474747;
}

.footerline{
	background-color: #ffc133;
	font-size: 1px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.footer_left{
	float: left;
	width: 500px;
}

.footer_right{
	float: right;
	width: 400px;
}

.footermenu_left{
	float: left;
	width: 720px;
}

.footermenu_right{
	float: right;
	width: 180px;
	margin-top: 10px;
	text-align: right;
}