@import "Top.css";
@import "Map.css";
@import "Footer.css";
@import "Reservation.css";
@import "calendar.css";
@import "Galery.css";

/* main settings */
body,html {
	 background-color:#075785; 
	text-align: center
}

p,div,form,body {
	margin: 0;
	padding: 0
}

/* global settings */
a {
	color: #774a01;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

a img {
	border: 0
}

.tC {
	text-align: center
}

.tL {
	text-align: left
}

.tR {
	text-align: right
}


.vB {
	vertical-align: bottom
}

.vT {
	vertical-align: top
}

.vM {
	vertical-align: middle
}


/* content */

#Content {
	overflow: hidden;;
	background: #fff url(../img/bg_general.jpg) repeat-x;
}

#Center {
	clear:both;
	width:782px;
	margin:auto;
}

#CenterLeft {
	text-align:left;
	float:left;
	padding-left:35px;
	width: 490px
}

#CenterLeft h3, #CenterLeft h3 a{
	font-family: Verdana, Arial;
	text-decoration:none;
	font-size:16px;
	color:#774a01}


#CenterLeft{
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#075785;}

#CenterRight {
	float:left;
	padding-left:35px;	
	width: 222px}

.yacht h4, .yacht h4 a{
	font-size: 14px;
	text-decoration:none;
	font-family:Verdana, Arial;}

.yachtPict {
	float:left;
	padding:0 10px 10px 0;
}

.period .top {
	background-color:#784901}

.period .top h4{
	margin:0;
	padding:4px;
	font-size: 12px;
	text-decoration:none;
	color:#fff;
	font-family:Verdana, Arial;}

.period .top p{
	font-size:10px;
	font-family:Verdana, Arial;
	color:#fff}

.period .list {
	background-color: #dbac5c;
	border:1px solid #784901;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;}

.period .yacht {	
	width:200px;
	float:left}

.period p {
	padding:5px 0 5px 5px;}

.period a {
	font-weight:bold}
	
.clear {
	clear:both}

/* right box */
.rightBox {
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#774a01;
	font-weight:bold;
	width:221px;
	background: #fff url(../img/_l/box_bg.jpg) repeat-y;
}
.rightBox div{
	padding: 0 8px 0 2px;
}
	
.fRed {
	color: red
}		