﻿* { padding: 0; margin: 0; }
/* 
#484131 is dark choc 
#8B908C is grey 
#F4F1EA is light cream
#E6DDCC is darker cream
*/
body{
	font-family: arial,verdana;
	font-size: 12px;
	color: #484131;
	background-color:#E6DDCC
}
div.box2{
	width:730px;
}
#flashdv{
	float:left;
	background:url("../images/parkhotel2.jpg");
	background-repeat:no-repeat;
	height:219px;
	border:solid 1px #484131;
	width:734px;
}
#wrap{ 
	width:736px;
	margin:10px auto;
	text-align:center;
	border:2px #ffffff solid;
	background-color: #FFFFFF;
}
#pagewrap {
  	border:1px solid #484131; 
}
#book {
	border-left: 1px #484131 solid;
	border-right: 1px #484131 solid;
	padding-left:90px;
	border-top:solid 1px #484131;
	border-bottom:solid 1px #484131;
	clear:both;
}
#footer{
	font-size: 90%;
	border-left: 1px #484131 solid;
	border-right: 1px #484131 solid;
	border-bottom: 1px #484131 solid;
	background-color: #484131;
	color:#ffffff;
	text-align:left;
	padding:6px;
	margin:auto;
	float:left;
	width:722px;
}
#fleft
{
	text-align:left;
}	
#fright
{
	float:right;
	text-align:right;
	padding-top:27px;
}

#header{
	border-left: #484131 1px solid;
	border-right: #484131 1px solid;
	border-top: #484131 1px solid;
}
#content {
	border-left: 1px #484131 solid;
	border-right: 1px #484131 solid;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #F4F1EA ;
	float:left;
	width:724px
}
#content2{
	border: 2px #484131 solid;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #F4F1EA ;
	float:left;
	width:722px
}

#toplogo{
    top: 20px;
    text-align:center;
}

#genright{
	float:right;
	padding-left:2px;
		width:200px

}
#genright img{
	margin-bottom:4px
}
#genleft{
	padding:5px;
	width:510px;/*change this if width changes*/
	float:left;
}
#maplink{
	
}
/* Links */
a:link	{color: #484131;background: inherit;text-decoration: underline;font-weight: bold;}
a:visited	{color: #484131; background: inherit; text-decoration: underline;font-weight: bold;}
a:hover	{color: #484131; background: inherit; text-decoration: none;font-weight: bold;}
a:active	{color: #484131; background: inherit; text-decoration: underline;font-weight: bold;}

a:link.footerlink	{color: #E6DDCC;background: inherit;text-decoration: underline;font-size: 100%;}
a:visited.footerlink	{color: #E6DDCC; background: inherit; text-decoration: underline;	font-size: 100%;}
a:hover.footerlink	{color: #E6DDCC; background: inherit; text-decoration: none;font-size: 100%;}
a:active.footerlink	{color: #E6DDCC; background: inherit; text-decoration: underline;font-size: 100%;}

/* Links END*/


h1{
	font-size: 120%;
	padding:5px;
	margin-bottom:10px;
	background: #484131 url('../images/menu1.jpg') repeat-x ;
	color:#F4F1EA 
}
h2{
	font-size: 110%;
	color:#484131;
	background-color:#D2C0A7 ;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif
}
h3{
	font-size: 120%;
	padding:10px 0px 10px 0px;
}
h4{
	font-size: 120%;
	font-variant: small-caps;
	font-style:italic 
}

p{
	padding:7px 0px
}
.clear{clear:both;}
.spacer6{height:6px;}
.spacer10{height:10px;}

img.img1{
	border:none
}
img.img2{
	border:2px solid #D2C0A7 
}

ul {
	padding-left:15px
}
dl			{width: 96%; overflow: hidden;margin-bottom:5px }
dt{font-weight: bold;clear:both;padding-right: 0px;}
dd			{margin:0}
dd.linkdesc		{clear:left;text-align: left; color: #555;font-size:90%}
/**/
div.hold1{
	float:left;
	margin:20px 0px 20px 0px;
}
div.imgholdl{
	float:left;
	border:2px #484131 solid;
	height:130px;
	margin-right:5px;
	padding:2px;
	background-color:#ffffff
}
div.holdr{
	float:left;
	width:310px;
}
/***** START RESTAURANT & LOUNGE *****/
#foodmenu{text-align:center;}
dl			{width: 96%; overflow: hidden; }
dt, dd.price {font-weight: bold;clear:both}  
dt {padding-right: 0px;}
dd			{margin:0}
dd.price	        {padding-left: 3px;color: #AAA}
dd.ingredients		{clear:left;text-align: center; width: 96%; font: italic 90% ;color: #555}
/***** END RESTAURANT & LOUNGE **** */
div.linkhold1 {
	float:left;
	padding:3px;
}
div.linkhold2 {
	float:left;
	width:230px;
	height:60px;
}
div.linkhold3{
	border-top:1px #3B2563 solid
}
/*FORM*/
#forma{
	float:left;
}
form{
	margin:0
}

label.labela{
	float: left;
	width: 165px;
	font-weight: bold;
}

form.form1 input, textarea, select,option {
	font-size:90%;
	color:#484131;
	padding: 2px;
}
input.error,select.error {
	border: 1px dotted red;
	background-color: #FFFFD5;
	color: red;
}
form label.error, label.error  {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

