/* CSS Document */
p
{
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
}

.the_main
{
	position: absolute;
	width: 325px;
	height: 275px;
	text-align: left;
}

.the_default
{
	position: absolute;
	width: 325px;
	height: 275px;
	visibility: visible;
	text-align: center;
	left: 1px;
	top: -1px;
	line-height: 28px;
}

.destinations
{
	position: absolute;
	width: 325px;
	height: 275px;
	visibility: hidden;
	text-align: center;
	line-height: 14px;	
}

.wine_destinations
{
	position: absolute;
	width: 325px;
	height: 275px;
	visibility: hidden;
	text-align: center;
	line-height: 14px;
	overflow: auto;	
}

.related_sites
{
	position: absolute;
	width: 325px;
	height: 275px;
	visibility: hidden;
	text-align: center;
	line-height: 14px;	
}

.featured_music
{
	position: absolute;
	width: 325px;
	height: 275px;
	visibility: hidden;
	text-align: center;
	line-height: 14px;		
}

.outer_painting
{
	position: absolute;
	padding-left: 20px;
	padding-top: 25px;
	text-align: center;
}

.painting
{
	position: absolute;
	width: 250px;
	height: 110px;
	text-align: center;
	left: 9px;
	top: 15px;
}
