body	{
	margin: 0 0 13px 0;
	padding: 0;
	background: #fff;
	text-align: center;
}

#wrapper	{
	width: 590px;
	margin: 0 auto;
	border: 1px solid #E2DFC5;
	border-top: none;
	background: #F4F3EA url(../i/faux-bg.png) repeat-y 0 0;
	text-align: left;
	position: relative;
}

img	{
	border: 0; 
	margin: 0;
	display: block; 
}

#head	{
	width: 590px;
	height: 160px;
	background: #E9E6D1 url(../i/head-img.gif) no-repeat 0 0;
}

#content	{
	padding: 1em 2em;
}

h1	{
	background: transparent url(../i/logo.gif) no-repeat 0 0;
	width: 268px;
	height: 45px;
	margin: 0;
	text-indent: -9999px;
	position: absolute;
	left: 235px;
	top: 50px;
}
h2	{
	background: transparent url(../i/leaf-h.gif) no-repeat 0 50%;
	font: normal 100%/140% georgia, times new roman,times, serif;
	color: #326941;
	margin: .6em 0;
	padding-left: 32px;
	position: relative;
}

ul#nav	{
	font: bold 70%/20px georgia, times new roman,times, serif;
	position: absolute;
	top: 20px;
	left: -10px;
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	left: 6px;
}
html>body ul#nav	{
	left: 6px;
}
ul#nav li	{
	list-style: none;
	margin: 0;
	padding: 0;
}	
ul#nav li a	{
	padding: 3px 0 3px 25px;
	text-decoration: none;
	color: #3F3627;
	overflow: hidden;
	
}
ul#nav li a:hover	{
	color: #8DA855;
	background-position: 0 3px;
}
body.a-home #nav li#home a,
body.a-room #nav li#room a,
body.a-drawing-rm #nav li#drawing-rm a,
body.a-breakfast #nav li#breakfast a,
body.a-activities #nav li#activities a,
body.a-get-intouch #nav li#get-intouch a	{
	color: #8DA855;
	background-position: 0 3px;
}

ol	{
	padding: 0 0 0 1em;
	margin: 0;
}

/*\*/
* html ol	{
	padding: 0;
	margin-left: 1.4em;
}
/**/

p, ol li	{
	font: normal 80%/140% georgia, times new roman,times, serif;
	padding: 0;
	color: #565629;
	margin: 0 0 .8em;
}


#winner {
	float:right;
	clear: both;
	margin:-48px 9px 0 0;
	
}

#gallery	{
	border: 1px solid #E2DFC5;
	background: #fff;
	padding: 7px;
	margin: 35px auto 1em auto;
	text-align: center;
	display:block;
	width: 515px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 494px;
}


#awards img{
	float:left;
	margin-left:9px;
	padding: 0 3px 10px 0;
}

html>body #gallery	{
	width: 494px;
}
/*\*/
* html #gallery	{
	padding-bottom: 0;
}
/**/
#gallery img	{
	border: 7px #fff solid;
	float: left;	
}


#footer	{
	clear: left;
	background: #E9E6D1;
	position: relative;
	padding: 0 4px 0 4px;
	width: 590px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}
html>body #footer	{
	width: auto;
}
#footer ul	{
	font: normal 70%/30px georgia, times new roman,times, serif;
	width: 350px;
	position: relative;
	margin: 0;
	height: 30px;
	padding: 0;
	z-index: 100;
}
#footer ul li	{
	display: inline;
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:visited, #footer a:active	{
	color: #2B6A36;
}
#footer a:hover	{
	color: #2D261C;
}

#validate	{
	width: auto;
	height: 30px;
	position: absolute; 
	margin-right: 1px;
	top: 6px; right: 1px;
	width: 234px;
}
#validate img	{
	display: inline;
	margin: 0 3px 0 2px;
}

kbd, code	{
	font-size: 120%;
	color: #2B6A36;
}

/*\*/
* html kbd,
* html code	{
	font-size: 90%;
}
/**/

#dpivision	{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}
#dpivision a	{
	float: right;
	display: block;
	background: #000 url(../i/dpivision.gif) no-repeat 0 0;
	text-decoration: none;
	width: 89px;
	height: 5px;
	position: absolute;
	right: 0;
	top: 35px;
	overflow: hidden;
}
#dpivision a:hover	{
	background-position: 0 -5px;
}

#content a:link, #content a:visited, #content a:active	{
	color: #2B6A36;
}
#content a:hover	{
	color: #2D261C;
}

#content span{font-weight:bold;}
p.title{font-weight:bold;}

/* Form Styles */
form	{
	margin: 2em 0 0 0;
}
dl#error-msg	{
	margin: 2em 0 1em	0;
	padding: 0;
}
dl#error-msg dt, dl#error-msg dd	{
	font: normal 75% Verdana, Arial, Helvetica, sans-serif !important;
	color: #ba1c22;
}

dl#error-msg dt	{
	background: transparent url(../i/leaf-error.gif) no-repeat 0 50%;
	position: relative;
	padding-left: 25px;
	margin-bottom: .6em;
}
dl#error-msg dd	{
	background: transparent url(../i/bullet-dl.gif) no-repeat 0 50%;
	position: relative;
	margin: 0 0 0 1.2em;
	padding: 0 0 0 12px;
}
form label	{
	color: #2B6A36;
	margin: 0 0 .2em 0;
	clear: both;
	display: block;
}
.sumbit-btn {
	clear: left;
	margin: 0 0 9px;
}
.input-txt,
.txt-area {
	float: left;
	clear: right;
	border: 1px solid #D9D9D9;
	margin: 0 0 9px;
}
.input-txt input,
form label,
.txt-area textarea {
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
}
.input-txt input,
.txt-area textarea {
	background-color: #FFF;
	color: #666;
	border: 1px #C5C5C5 solid;
	border-bottom: 1px #E0E0E0 solid;
	border-top: 1px #909090 solid;
	padding: 2px !important;	/* FOR COMPETENT BROWSERS */
	padding: 0 2px 3px;			/* IE PC */
	margin: 1px !important;		/* FOR COMPETENT BROWSERS */
	margin: 0 1px;				/* IE PC */
}
.input-txt input	{
	width: 200px;
}
.txt-area textarea {
	width: 350px;
}
/* End Form Styles */

.hide {
	background: none;
	position: absolute;
	left: -999px;
	width: 990px;
}

div.clear {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	clear: both;
}

#flwr-img	{
	border: 1px solid #E2DFC5;
	position: absolute;
	top: 190px;
	right: 30px;
}
