html, body
{
	margin: 0;
	padding: 0;
	height: auto;
	height: 100%;	
}

#col1
{
	position: relative;
	top: 20%;
	left: 20%;
	height: 500px;
	width:35%;
	min-width:500px;
	float: left;
	display: inline;           /* fixes IE bug */
	background-color: #FFFFFF; /*white */
	z-index: 2;
}

#col2
{
	height: 100%;
	width: 235px;
	position: absolute;
	right: 0px;
	background-color: #4C0C08; /* maroon */
	z-index: 0;
}

#linkBar
{
	position: relative;
	top: 18px;
	left: 50px;
}

#winelogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
}

.contentText
{
	position: relative;
	top: -300px;
	left: 40px;
}

a img
{
	border: none;
}

.contentText a:link 
{
	color: #990F0F;
}

.contentText a:visited
{
	color: #990F0F;
}

.contentText a:hover
{
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 14pt;
}

.emphasize
{
	font-size: 16pt;
}

.normal
{
	font-size: 12pt;
}
