/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:0px;
}

#wrapper { 
 margin: 0 auto;
 width: 888px;
 background-color:#FFFFFF;
 border: 7px solid #fff;
}

.menulinks {
	font: normal 12px "Trebuchet MS";
	color: #996600;
	text-decoration: none;
}
.menuheaders {
	font: bold 13.5px "Trebuchet MS";
	color:#CC3300;
	text-decoration: none;
}


.menulinks:hover {
	font: normal 12px "Trebuchet MS";
	color: #666666;
	text-decoration: underline;
}

#header {
 width: 886px;
 border: 1px solid #ccc;
 height: 253px;
 margin: 10px 0px 0px 0px;
 background: #FFFFFF;
}

#navigation {
 width: 867px;
 padding: 10px;
 margin: 10px 0px 0px 0px;
 background: #D67000;
}

#content { 
 width: 865px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 370px;
}
#indexcontent { 
 width: 837px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 10px 28px;
 height: 410px;
}

#aboutcontent { 
 width: 865px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 420px;
}
#ambcontent { 
 width: 865px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 250px;
}
#mapcontent { 
 width: 865px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 450px;
}

#concontent { 
 width: 865px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
}

#menucontent { 
 width: 865px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
}
#leftcol{
margin:30px 0px 0px 0px;
float:left;
width:300px;
}

#leftcolindex{
margin:15px 0px 0px 0px;
float:left;
width:602px;
}

#innercontent{
margin:30px 0px 0px 300px;
width:550px;
height:auto;
}
#restcontent{
margin:30px 0px 0px 300px;
width:550px;
height:3800px;
}
#roomcontent{
margin:30px 0px 0px 300px;
width:550px;
height:4680px;
}
#banqcontent{
margin:30px 0px 0px 300px;
width:550px;
height:5200px;
}

#midcol{
	padding:5px;
	margin:30px 0px 0px 300px;
	width:260px;
}

.copyrightline {
	font: normal 11.5px "Trebuchet MS";
	color: #D67000;
}
#rightcol{
padding:5px;
margin:-157px 0px 0px 590px;
width:270px;
}

#rightcolindex{
padding:5px;
margin:0px 0px 0px 0px;
width:200px;
float: right;
text-align: center;
}

#footer { 
 width: 865px;
 background: #FFF;
 margin: 0px 0px 0px 7px;
 padding: 10px;
}

.orangeheaders {
	font: normal 18px "Trebuchet MS";
	color:#FF9900;
	text-decoration: none;
}

.greenheaders {
	font: normal 18px "Trebuchet MS";
	color: #798C44;
	text-decoration: none;
}

.runningcopy {
	color: #787878;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
