/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:756px;
	background: url(../images/bg_body.gif) repeat-x #fff;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:756px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:756px;
	height:105px;
	overflow:hidden;
	z-index:100;
	}
#right 
	{
	position:relative;
	width:180px;
	float:right;
	margin:105px 0px 0px 16px;
	background:#fff;
	}
#right p
	{
	padding:5px 5px 5px 10px;
	}
#footer 
	{
	width:756px;
	clear:both;
	height:83px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif) no-repeat;
	}
#footer p
	{
	padding:25px 0px 0px 0px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:85px;/* for ie5 */
	he\ight:83px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:560px;
	float:left;
	padding:105px 0px 0px 0px;
	}
#clearfooter {width:100%;height:85px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-85px;} /*safari wrapper */


#maintext
	{
	background:#e5e5e5;
	padding:17px;
	margin:0px 4px 0px 0px;
	}




ul#topnav{
	list-style:none;
	margin:55px 0px 0px 0px;
	float:left;
}
#topnav li
	{
	float:left;
	margin:0px 18px 0px 0px;
	}
#topnav li,#topnav li a {
	height:10px;
	position:relative;
	display:block;
 	line-height:10px;
}
/* mac hide \*/
#topnav li,#topnav li a {overflow:hidden;}
/* end hide*/
#topnav a{font-size:1em}
li em {
	position:absolute;
	left:0;top:0;
	display:block;
	height:10px;
}
#topnav li#home em {background: url(../images/nav_home.gif) no-repeat 0 0; width:35px;}
#topnav li#accommodation em {background: url(../images/nav_accommodation.gif) no-repeat 0 0; width:108px;}
#topnav li#dining em {background: url(../images/nav_dining.gif) no-repeat 0 0; width:44px;}
#topnav li#rates em {background: url(../images/nav_rates.gif) no-repeat 0 0; width:33px;}
#topnav li#thearea em {background: url(../images/nav_thearea.gif) no-repeat 0 0; width:55px;}
#topnav li#contact em {background: url(../images/nav_contact.gif) no-repeat 0 0; width:73px;}
ul#topnav li a:hover{visibility:visible; cursor:pointer;}/* needed for ie to work*/
ul#topnav li a:hover em{background-position:0 -10px}






#right a {
	color: #669999;
	text-decoration: none;
}
