


body {
	color:#000000;
	margin:0px;
	padding:0px;
	font:1em verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
	color:#003399;
}
h2 {
	font:bold 0.9em verdana, arial, helvetica, sans-serif;
	padding:0px;
	text-align :center;
	}
p {
	font: 0.7em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	color : #000000;
}
li
{
	font: 0.7em verdana, arial, helvetica, sans-serif;	
}

a
{
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {text-decoration:underline;}
img
{
	border:none;
	hspace:0px;
	vspace:0px;
	align: center;
	padding:0px;
	margin:0px;
}  
/*
 ********************************
 	Code for fixed width header
 ******************************** 
#pageheader   
{
	position:absolute;
	width:768px;
	height:100px;
	vertical-align : bottom;
	text-align: right;
	top:0px;
	left:0px;
	background : url(../images/headerbg.gif);
	padding : 0px;
	border:0px;
} */
#pageheader   
{
	position:relative;
	width:100%;
	height:105px;
	background : url(../images/headerbg.gif);
	background:	#063827;
	padding : 0px;
	border-bottom:0px solid #FFFFFF;
} 

.lion
{ 
	padding-top : 10px;
	padding-left : 10px;
	color : white;
	text-align : left;
	vertical-align : top;
 }

#press_releases
{ 
	position : absolute;
	top : 20px;
	left : 80px;
	color : white;
	text-align : left;
	vertical-align : top;
 }
 
#logo
{
	position : absolute;
	left :410px;
	top : 0px;
} 
 
#page
{
	/*background : url("../images/pagebg.gif");*/
	background-color:white;
	padding-top : 0px;  
	padding-left: 15px;
}

#page_header_nav
{
	position:absolute;
	width:520px;
	height:25px;
	left: 248px;
	top: 81px;
} 
  
#events
{
	width : 383px;
	border: 1px solid #008000;
	padding : 10px 0px 10px 10px;
	/*font: 0.7em verdana, arial, helvetica, sans-serif;*/
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this
		*/
	voice-family: "\"}\"";
	voice-family: inherit;	
	width : 373px;
}
	html>body #events {
		width: 373px;
	}
#welcome
{
	width : 383px;
	border: 0px;
	padding-left : 0px;
}

#right
{
	position: absolute;
	top: 15px;
	margin: 100px 0px 0px 395px;
	padding: 0px;
}

.homepage_green_box
{
	position : relative;
	width : 230px;
	height : 102px;
	border: 1px solid #008000;
	background-color:white;	
	/*background : url("../images/greenbg.gif");*/
	padding :10px;
	font: 0.7em verdana, arial, helvetica, sans-serif;

	voice-family: "\"}\"";
	voice-family: inherit;	
	height : 80px;
	width : 210px;
}
	html>body .homepage_green_box {
		width:210px;
		height:80px;
	}

#footer
{
	position : relative;
	/*width : 100%;	*/
	padding : 5px 0px 5px 10px;
	background : url(../images/headerbg.gif);
	font: 0.6em verdana, arial, helvetica, sans-serif;
	color : white;	

}

#footer a
{
	color:white;
}

#content
{
	position : relative;
	margin-left : 150px;
	top : 15px;
	border: 1px solid #063827;
	width:450px;
	/*font: 0.8em verdana, arial, helvetica, sans-serif;*/
	padding : 10px;		
	/*text-align : top left;*/
	voice-family: "\"}\"";
	voice-family: inherit;	
	width : 430px;
	
}
	html>body #content {
		width: 430px;
	}
#content p
{
	padding:0px; 
	margin-left:0px;
	
}
#right_box
{
	position :absolute;
	left : 620px;
	top : 120px;
	width : 145px;
	border: 1px solid #063827;
	font: 1em verdana, arial, helvetica, sans-serif;
	padding : 10px;
	voice-family: "\"}\"";
	voice-family: inherit;	
	width : 125px;
}

	html>body #right_box {
		width: 125px;
	}
	
#left_nav
{
	position : absolute;
	padding-top : 10px;
}
.price_list_title
{
	color:white;
	font-size:0.85em;
	font-weight:bold;
	background : url(../images/headerbg.gif);
	
}
.wine_name
{
	font-size:0.8em;
	font-style:italic;	
}



.room_title
{
	color:white;
	font-size:0.75em;
	font-weight:bold;
	background : url(../images/headerbg.gif);
}	
.italic
{
	font-size:0.65em;
	font-style:italic;
	background-color:#ccffcc;	
}
.dimensions
{
	font-size:0.6em;
	background-color:#ccffcc;
}
.list
{
	font: 1.4em verdana, arial, helvetica, sans-serif;	
}