html {
	width: 100%;
}

body {
	margin: 0;
	width: 100%;
	font-family: Tahoma;
	background-color: #C59659;
}

form {
	margin: 0;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 10px;
}

img, table {
	border: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#topbanner {
	border: 0;
	background-color: #70580E;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;
}

#topbanner .logo {
	width: 50%;
}

#topbanner .localtime {
	width: 50%;
	vertical-align: top;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#topnavi {
	background-color: #663300;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D8D6CE;
}

#topnavi a:link, #topnavi a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#topnavi a:hover {
	color: #F1ECD0;
	text-decoration: underline;
}

#left {
	width: 700px;
	vertical-align: top;
	background-color: #F1ECCD;
}

#flashheader {
	height: 350px;
	border-bottom: 1px solid #C59659;
}

#main {
	padding: 15px;
}

#main h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

#main p {
	font-size: 12px;
}

#main a:link, #main a:visited {
	color: #000000;
	text-decoration: underline;
}

#main a:hover {
	color: #333333;
}

#main .images {
	float: right;
	padding: 10px 0px 0px 15px;
	width: 200px;
}

#main .images td {
	padding-bottom: 10px;
}

#main .feedback {
	width: 600px;
	border: 0;
}

#main .feedback td {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

#careertable {
	font-size: 12px;
	width: 450px;
	border-collapse: collapse;
}

#careertable th {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	border: 1px solid #000000;
}

#careertable td {
	padding: 3px;
	border: 1px solid #000000;
}

#right {
	width: 250px;
	vertical-align: top;
	background-color: #817055;
	font-size: 12px;
	color: #FFFFFF;
}

#right a:link, #right a:visited, #right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#right h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663300;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	margin: 0;
	padding: 5px 0px 5px 0px;
}

#right h3.reservations {
	border: 0;
}

#right .reservations_infobox {
	padding: 0px 15px 15px 15px;
}

#right .infobox {
	padding: 0px 15px 15px 15px;
}

#footer {
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* To control the dropdown menu */
#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 11px;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-variant:normal;
	font-weight:normal;
	background-color: #C59659;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
	background-color: #FFFFFF;
}