body {background:#7E6698;
	font-family: tahoma, verdana, arial, sans serif;
	font-size: 11px;
	color: #203563;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	}
	
p, li, td { font-family: tahoma, verdana, arial, sans serif;
	color: #203563;
	}
	
strong 	{color: #82ABC1;
}
td 	{vertical-align:top;
	font-size: 11px;
	}
	
h1, h2, h3 {
	font-family: Arial, Tahoma, sans serif;
	font-size: 14px;
	margin: 20px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #7E6698;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h2 	{font-size:12px;
	border: 0px;
	font-weight:bold;
	}
h3 	{font-size: 100%;
}
	
/* divs */
#container {
	position:absolute;
	left: 14%;
	margin:auto; 
	padding:0px; 
	width:700px; 
	top:0px; 
	float: center;
	background:#FFFFFF; 
	border: 0px;
	border-top: solid 3px #993365
}
/*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: #F6F6EE;
	height:21px;
	clear:both;
	}
	
#top h1 { font-family: tahoma, verdana, arial, sans serif;
	font-size: 80%;
	margin: 5px;
	color: #90035D;
	border:0px;
	}

#logo {
	width:100%;
	border: 0px;
	text-align:center;
	margin: 0px;
	padding: 10px 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 {text-decoration:none;
	font-weight:normal;
	font-size: 90%;
	color: #7E6698;
	margin: 6px;
	border:0px;
	padding: 3px;
	border-bottom: solid 3px #F6F6EE;
	}
#nav a:hover {
	border-bottom: solid 3px #993365;
	color: #993365;
	}

.center {
	float:center}
	
#content {
	width:73%;
	margin:0px;
	padding:0px;
	border: 0px;
	text-align:justify;
	float:left;
	clear:both;
	}
	
#content p, marquee {margin:10px}
	
#rightbox {
	width:25%;
	border: 0px;
	margin:0px;
	margin-top:10px; 
	padding:0px;
	text-align:center;
	background: white;
	float:right;
	clear:none}
	
.box {
	border: 0px;
	margin:0px; 
	margin-bottom:15px;
	padding: 2px 0 6px 0;
	text-align:left;
	background: #F6F6EE;
	clear:none;
	border-left: solid 1px #82ABC1;
	border-right: solid 1px #82ABC1;}
	
.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;
}
.border label {
	display: block;
	width: 80px;
	float:left;
}
.maroon {color: #993365;}
.blue {color: #82ABC1}
.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 {
    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:#990366;
	margin-right: 20px;
}

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

a.bookNow {
    display:block;
    float:left;
    background-color:#F7A915;
    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 12px 10px 0;
}

p.footer {
	text-align: center;
}
p.footer a {
	font-weight: normal;
	font-size: 10px;
	margin: 2px 8px;
}