body {background: #DBDACC url(img/bg.jpg) repeat-x;
	font-family: tahoma, verdana, arial, sans serif;
	font-size: 12px;
	color: #012A6E;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}
	
p, li, td { font-family: tahoma, verdana, arial, sans serif;
	color: #203563;
	}

td 	{vertical-align:top;
	font-size: 11px;
	}
	
h1, h2, h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h1 	{font-size:14px;
	color: #02BA8C;
	}

h2 	{font-size:14px;
	}
h3 	{font-size: 11px;
}
	
/* divs */
#container {
	position:absolute;
	left: 14%;
	margin:auto; 
	padding:0px; 
	width:800px; 
	top:0px; 
	float: center;
	background:#FFFFFF; 
	border: 0px;
	border-top: solid 3px #13AA85;
}
/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#top {
	width:100%;
	border: 0px;
	text-align:center;
	background: #62BA77;
	height:21px;
	clear:both;
	}
	
#top a, #top p {
		font-family: tahoma, verdana, arial, sans serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0 10px;
	text-tranform: none;
	color: white;
}

#logo {
	width:100%;
	border: 0px;
	text-align:center;
	margin: 0px;
	padding: 30px 0;
	}
#banner {
	width:100%;
	border: 0px;
	text-align:center;
	margin:0px;
	}
#nav {
	width:100%;
	border: 0px;
	text-align:center;
	background: #F6F6EE;
	height:21px;
	}

#nav a {
	display:block; 
	float:left;
	text-decoration:none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:10px;
	font-weight: normal;
	text-transform:uppercase;
	color: #012A6E;
	margin: 0px;
	padding: 2px 8px;
	}
#nav a:hover {
	color: #02BA8C;
	}
	
#nav a.active {
	color: #ffffff;
	background-color: #02BA8C;
	}

.center {
	float:center}
	
#content {
	margin:20px;
	padding:0px;
	border: 0px;
	float:left;
	clear:both;
	}
		
#rightbox {
	width:200px;
	margin: 10px 0 10px 20px; 
	padding:0px;
	float:right;
	clear:none;
}
	
.box {
	border: solid 1px #02BA8C;
	margin:0px; 
	margin-bottom:15px;
	padding: 2px 0 6px 0;
	text-align:left;
	background: #F6F6EE;
	clear:none;
}	
.box p, form {margin: 0px 10px 0px 10px;
	line-height:130%}
	
li.arrow {list-style-image: url('img/arrow.gif');
	padding-left:20px;
	}
ul {text-align:left;
	list-style-type: circle;
	list-style-position: outside;
	padding:0px;
	margin-left: 1em;
	padding-left: 1em;}
li {margin:0px;}
.border {border: solid 1px #767676;
	margin:10px}
.arrowblue {background: url('img/arrowblue.gif') top left no-repeat;
padding-left:20px;}
img {border:0px}
.left {text-align:left}
	
/* links */
a:link, a:active, a:visited {
font-family: tahoma, verdana, arial, sans serif;
	color: #203563;
	font-weight:bold;
	text-decoration:none;}
a:hover {text-decoration:underline}

/* rooms */

div.roomBox {
	width:100%;
    padding: 7px 0;
    border-top:1px solid #CCC;
}

h2.roomName {
    display:block;
    float:left;
    width:110px;
    margin-top:0;
}

img.roomImage {
    display:block;
    float:left;
    width:100px;
    height:100px;
}

p.roomDescr {
    display:block;
    float:left;
    width:190px;
    margin-top:0;
    padding:0 6px;
    text-align:justify;
    color:#012A6E;
	margin-right: 20px;
}

div.roomPrice {
    float:left;
    width:170px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color:#012A6E;
}

a.bookNow {
    display:block;
    float:left;
    background-color:#62BA77;
    color:#FFF;
    padding:2px 5px;
	margin-top: 2px;
}

a.bookNow:visited {
    color:#FFF;
}

a.bookNow:hover {
    text-decoration:none;
}

div.imgSubstitute {
    float:left;
    width:100px;
    height:100px;
}

.grouplogo {
	margin: 0 20px 10px 0;
}

div#container p.footer {
	text-align: center;
}
div#container p.footer a {
	font-weight: normal;
	font-size: 10px;
	color: 202020;
	margin: 2px 10px;
}