html{ 
height:100%; 
min-height:100%;
/* \*/ 
height:100%; 
/* Last height declaration hidden from Mac IE 5.x */ 
} 

body{
	background: #0099CC;
	color: #000000;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

body>#whole {height:auto};

.fontface {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/

a {
	color : #FF9900;
	text-decoration : underline;
	background-color: transparent;
}

a:link, a:visited{
	color: #FF9900;
	text-decoration: underline;
}

a:hover{
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
/************** layout styles **************/


/************** Our Wine Content styles **************/	
	
