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

@font-face {
	font-family: 'UglyQuaRegular';
	src: url('fonts/uglyqua-webfont.eot');
	src: local('☺'), url('fonts/uglyqua-webfont.woff') format('woff'), url('fonts/uglyqua-webfont.ttf') format('truetype'), url('fonts/uglyqua-webfont.svg#webfonteMDNEre8') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/body-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #5B5B5B;
}

p {
	font-size: 14px;
	line-height: 220%;
}

ul, ol {
	font-size: 14px;
}

li {
	margin-bottom: 5px;
}

h1 {
	font-family: UglyQuaRegular;
	font-weight: normal;
	color: #066ac4;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #f6921e;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#contents-left h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

a {
	text-decoration: none;
}

#wrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 170px;
	width: 902px;
	padding-top: 5px;
}
#contents-container {
	background-image: url(images/container-bg01.gif);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	/*min-height: 670px;*/
}
#contents-right-bg {
	background-image: url(images/contents-right-bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 900px;
}
#contents-right {
	float: right;
	width: 610px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents-left {
	float: left;
	width: 270px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#slideshow-frame {
	background-image: url(images/slideshow_frame01.png);
	background-repeat: no-repeat;
	height: 355px;
	width: 610px;
	position: relative;
}
.slideshow {
}
.slideshow {
	position: absolute;
	left: 13px;
	top: 8px;
}
#contents-inner {
	padding-right: 20px;
	padding-left: 20px;
}

#main-nav {
	width: 590px;
	padding-left: 20px;
	height: 30px;
}

#main-nav a:link, #main-nav a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #009345;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 15px;
}

#main-nav a:hover, #main-nav a:active {
	color: #00C65E;
}
#footer {
	text-align: center;
	width: 900px;
	float: left;
	padding-top: 15px;
	font-size: 11px;
	color: #999999;
}
#footer a {
	font-weight: bold;
	color: #ADADAD;
}
#rate-info {
	color: #009345;
}
#rate-info ul {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	font-size: 15px;
}
#rate-info ul li {
	margin-bottom: 5px;
}

a.reserve-button:link, a.reserve-button:visited {
	font-family: UglyQuaRegular;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ce0018;
	display: block;
	padding-top: 1px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

a.reserve-button:hover, a.reserve-button:active {
	background-color: #f6921e;
}
