body {
	margin: 0px;
	background: #f8f8f4;
}
a {}

p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4c4c4c;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	padding-top: 5px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #516b91;
	padding-top: 35px;
	padding-left: 30px;
	padding-bottom: 20px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	padding-top: 35px;
}

#wrapper {
	width: 900px;
	margin: auto;
	margin-top: 20px;
}
#header {
	width: 900px;
	height: 178px;
}
#header_top {
	width: 900px;
	height: 95px;
	background: url(../images/logo_header.gif);
}
#booking {
	width: 121px;
	height: 59px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 25px;
	text-align: center;
}
#header_line {
	width: 900px;
	height: 44px;
	font-style: normal;
}
#menu {
	width: 900px;
	height: 40px;
	background: #516b91;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	height: 30px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 15px;
}
#menu a:hover {
	background: url(../images/hover.gif) repeat-x left bottom;
}
#menu .active a {
	background-image: url(../images/hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#page {
	width: 900px;
	background: #FFFFFF;
	float: left;
	padding-bottom: 20px;
	font-style: normal;
}
#content {
	width: 637px;
	float: left;
}
#content li {
		padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4c4c4c;
}
#sidebar {
	width: 263px;
	float: left;
	margin-top: 40px;
}

#footer_box {
	width: 900px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
#footer_text {
	width: 467px;
	padding-left: 20px;
	height: 86px;
	background: #516b91;
	float: left;
}
#footer {
	width: 413px;
	height: 86px;
	background: #516b91;
	float: left;
}
#footer_round {
	width: 900px;
	height: 11px;
	clear: both;
}
#footer a {
	text-decoration:none;
	color:#ffffff;
}
#footer a:hover{
	text-decoration:none;
	color:#fbb040;
}
#footer_text a {
	color:#fbb040;
	text-decoration:none;
}
#footer_text a:hover{
	text-decoration:none;
	color:#ffffff;
}

#footer_links {
	width: 900px;
	height: auto;
	background: #516b91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	text-align:center;
}

#footer_links a {
	color:#fbb040;
	text-decoration:none;
}
#footer_links a:hover{
	text-decoration:none;
	color:#ffffff;
}

