/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", "Geneva", Arial, Helvetica,sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 140%;
	font-family: "Verdana", "Geneva", Arial, Helvetica,sans-serif;
	font-weight: normal;
	color: #ffffff;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 170%;
	color: #4C83AF;
}

h3 {
	font-size: 130%;
	font-weight: normal;
	color: #194C77;
	margin-top: 5px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #194C77;
}

h5 {
	text-align: center;
	font-size: 85%;
	margin-top: 3px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: #5F94BF;
	margin: 0;
	padding: 0;
}

#main_container {
	width: 740px;
	margin: 10px auto;
	padding: 10px;
	background-color: #ffffff;
}

#name {
	background-color: #194C77;
	padding: 10px;
	border-bottom: 1px solid #ffffff;
}

#main_content {
	margin: 20px 10px;
}

#main_content a:link,
#main_content a:visited {
	color: #194C77;
	text-decoration: underline;
}

#main_content a:hover,
#main_content a:active {
	color: #5F94BF;
	text-decoration: underline;
}

.image_left,
.image_right {
	margin: 15px 0px 0px 5px;
	width: 330px;
	float: left;
}

.image_right {
	margin: 15px 15px 0px 0px;
	width: 330px;
	float: right;
}

.image_left p,
.image_right p {
	text-align: center;
	color: #444444;
	font-size: 90%;
}

table.rooms {
	margin-left: 5px;
}

table.area tr td {
	vertical-align: top;
	padding-bottom: 20px;
}

table.area tr td.image {
	padding-right: 20px;
}

table.area tr td.image img {
	border: 1px solid #194C77;
}

#footer {
	background-color: #194C77;
	color: #ffffff;
	text-align: center;
	padding: 1px 10px;
	line-height: 1.6;
	font-size: 80%;
}

#footer a:link,
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover,
#footer a:active {
	color: #194C77;
	background-color: #ffffff;
	text-decoration: none;
}

#kcs_footer {
	width: 740px;
	margin: 0px auto;
	padding-bottom: 20px;
	color: #ffffff;
}

#kcs_footer p {
	text-align: right;
}

#kcs_footer a:link,
#kcs_footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#kcs_footer a:hover,
#kcs_footer a:active {
	color: #194C77;
	background-color: #ffffff;
	text-decoration: none;
}

.clear {
	clear: both;
}