@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/purple.gif);
	background-repeat: repeat-x;
	margin:0 auto;
	background-position: 0px 100px;
		font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.centerit{margin:0 auto;}
.floatleft{float:left;}
.marginr8{margin-right:8px;}
.clearit{clear:both;}

/*main containers*/
#mainholder{width:1000px;height:420px;margin-bottom:20px;}

#logo{
	width:200px;
	height:420px;
	background-image: url(../images/logocinnamon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#f4cd30;
}
#contentholder{width:800px;height:420px;}
#picholder{width:800px;height:420px;position:relative;}
#colorholder{width:800px;height:7px;position:absolute;bottom:25px;}
.hotelname{width:194px;height:25px;position:absolute;bottom:0px;}
#flashholder{width:800px;height:420px;position:relative;}


/*color holder*/
#color1{width:120px;height:7px;background-color:#81c6e6;}
#color2{width:200px;height:7px;background-color:#31909d;}
#color3{width:60px;height:7px;background-color:#f4cd30;}
#color4{width:260px;height:7px;background-color:#2c3988;}
#color5{width:160px;height:7px;background-color:#92c04f;}

/*image holder*/
.imagebox{width:194px;height:420px;float:left;}

#link{width:800px;height:25px;margin-left:200px;margin-top:70px;margin-bottom:5px;}

#formholder{width:800px;height:79px;margin-left:200px;margin-bottom:20px;}
select{
	border: 1px solid #999;
	padding: 5px;
	font-size:10px;
}

#footer{
	width:800px;
	height:25px;
	line-height:25px;
	margin-left:200px;
	margin-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size:10px;
	color:#999;
}
.Footettext{text-decoration:none;color:#999;font-size:10px;}