body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #94922C; 
	margin: 0; 
	padding: 0;
	text-align: center;
}

#holder {
	min-width: 750px;
	max-width: 980px; 
	background: #fff url(../img/background-right.jpg) repeat-y top right; 
	margin: 0 auto; 
	text-align: left; 
	position: relative; 
}
.getlink {
	font-weight: bold;
	color: #FF0000;
}


/* The following hack is read only by Mac IE. It gives it a fixed width for the holder div since Mac IE doesn't support min- and max-width.  */
/*\*//*/
#holder {
	width: 750px;
	}
/* End show to Mac IE. */

#inner {
	background: url(../img/background-left.jpg) repeat-y; 
}


#skipnav {
	position: absolute;
	top: 0; 
	left: 0;
	margin-left: -1000px; 
	}

#header {
	background: #FCE5B9 url(../img/chefdanherbal.jpg) no-repeat; 
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; 
	height: 156px; 
	margin: 0 10px; 
	position: relative;
}

#header p {
	text-align: right; 
	font-size: .8em; 
	letter-spacing: .06em; 
	line-height: 145%; 
	position: absolute; 
	bottom: 40px; 
	right: 10px;
	margin: 0; 
}
#header a:link, 
#header a:visited { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover, 
#header a:active, 
#header a:focus { 
	text-decoration: underline;
}
#logo {
	width: 148px; 
	height: 46px; 
	position: absolute; 
	top: 36px; 
	left: 23px; 
}

#content {
	margin: 20px 20px 0 260px; 
	padding-bottom: 5px; 
}


#content h2, 
#content h3, 
#content h4 {
	font: normal 1.35em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #542954;
}
#content h4 {
	font-size: 15px;
	font-weight: bold;
}
#content p {
	color: #333;
	font: .75em/135% Verdana, Arial, Helvetica, sans-serif;
}
#content .link { 
	font: 1em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content a:link, 
#content a:visited {
	color: #B45619;
	text-decoration: none;
}
#content a:hover, 
#content a:active, 
#content a:focus {
	text-decoration: underline;
}


#sidebar {
	float: left; 
	width: 210px; 
	margin-top: 20px; 
	margin-left: 10px; 
	display: inline; 
}

#sidebar h2 {
	font: normal 1.2em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #63611D; 
	background: #94922C url(../img/sidehead.jpg) repeat-y; 
	padding: 1px 5px 2px; 
	margin: 0 0 5px 20px; 
}


ul#nav {
	padding: 0;
	margin: 0;
	list-style: none; 
}
#nav li {
	padding-left: 20px; 
	margin-left: 0px; 
	font: .8em/110% Arial, Helvetica, sans-serif;
}


#nav li#flight {
	background: url(../img/flight.gif) no-repeat left center;
}
#nav li#room {
	background: url(../img/room.gif) no-repeat left center;
}
#nav li#car {
	background: url(../img/car.gif) no-repeat left center;
}
#nav li#table {
	background: url(../img/table.gif) no-repeat left center;
}
#nav li#show {
	background: url(../img/show.gif) no-repeat left center;
}


#nav li a:link,
#nav li a:visited {
	display: block; 
	background: #FCE5B9;
	color: #000; 
	font-weight: bold;
	text-decoration: none; 
	margin: 2px 0; 
	padding: 3px 2px 3px 20px; 
}

#nav li a:hover, 
#nav li a:active, 
#nav li a:focus {
	background: #CBC84E; 
}


#features {
	background: #fff url(../img/sidehead.jpg) no-repeat left bottom;
	margin: 20px 0 20px 20px;
	padding-bottom: 10px;
}

#features h2 {
	margin-left: 0; 
}

#features p {
	font: .75em/135% Verdana, Arial, Helvetica, sans-serif; 
	margin: 20px 2px 10px 8px; 
}


#bottom {
	background: #000; 
}
#pagebott {
	min-width: 750px; 
	max-width: 960px; 
	border-left: 10px solid #000; 
	border-right: 10px solid #000;
	background: #542954; 
	margin: 0 auto; 
}

#pagebott p {
	margin: 0; 
	text-align: center; 
	font-size: 0.65em; 
	color: #FEDEEF; 
	padding: 5px; 
	letter-spacing: .06em; 
}


#pagebott a:link, 
#pagebott a:visited {
	color: #fff;
	text-decoration: underline;
}
#pagebott a:hover, 
#pagebott a:active, 
#pagebott a:focus {
	color: #FB73BA;
	text-decoration: none;
}



#content form {
	margin: 0; 
	padding: 0 0 10px; 
  	float: left; 
	width: 100%;
}	
#content fieldset {
	border: 1px solid #CFE5F5;
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
}
#content legend {
	border: 1px solid #CFE5F5; 
	color: #fff; 
	background: #3F77A0 url(../img/sidehead.jpg) repeat-y; 
	padding: 1px 5px 2px; 
	margin-bottom: 5px; 
	font: normal 1em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#content label {
	float: left;
	clear: both;
	font-size: 0.8em;
	text-align: right;
	margin-top: 3px;
	}
#content input, #content textarea {
	color: #000;
	border: 1px solid #FCE5B9;
	padding: 1px;
	background: #FFF1D7;
	margin: 3px 5px 2px;
	float: left;
}


#content input:focus, #content input:active, #content textarea:focus, #content textarea:active {
	color: #000;
	background: #FEDEEF;
}


.fltrt {
	float: right;
	margin-left: 8px;
	border: 1px solid #B45619;
	margin-top: 5px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	border: 1px solid #B45619;
	margin-top: 5px;
}

.brclear { 
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 
.clearrt { 
clear:right; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 
.fltrt2 {
	float: right;
	margin-left: 8px;
}
#features2 {
	background: #fff url(../img/sidehead.jpg) no-repeat left bottom; 
	margin: 20px 0 20px 20px;
	padding-bottom: 10px;
}
#features2 h2 {
	margin-left: 0; 
}
#features2 p {
	font: .75em/135% Verdana, Arial, Helvetica, sans-serif; 
	margin: 20px 2px 10px 8px; 
}
#content ul {
	color: #542954;
	font: .75em/135% Verdana, Arial, Helvetica, sans-serif;
}
#content li {
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
}

.recip {
	border: 5px solid #FCE5B9;
}
.somepadding {
	padding: 5px;
}
#features img {
	float: left;
	padding: 2px;
}
#features3 {
	background: #fff url(../img/sidehead.jpg) no-repeat left bottom;
	margin: 20px 0 20px 20px;
	padding-bottom: 10px;
}
#features3 label {
	font-size: 12px;
	padding-left: 10px;
}

#features3 h2 {
	margin-left: 0;
}
#features3 p {
	font: .75em/135% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 2px 10px 8px;
}
.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}
#header h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
