html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*height:100%; */
	font-size: 0.74em;
	background-color: #e2e2e2;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

p {
	font-size: 1.1em;
	line-height: 130%;
	color: #333333;
}

a.keyword:hover {
	text-decoration: underline;
}

a.keyword {
	font-weight: bold;
	text-decoration: none;
	color: #000099 !important;
}

a img {border:none;}

#maincontent {
	overflow: hidden;
}

#content_right {
	height: auto;
	overflow: hidden;
}

#header {
	background-color: #e2e2e2;
	height: 100px;
	width: 760px;
	background-image: url(../assets/general/banner_top.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	background-color: #e2e2e2;
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content_right {
	background-color: #FFFFFF;
	background-image: url(../assets/general/line_vert.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: right;
	width: 157px;
	padding-right: 15px;
	padding-left: 20px;
}

#footer {
	background-color: #e2e2e2;
	margin-top: 10px;
	float: left;
	text-align: center;
}

#navigation {
	background-color: #e2e2e2;
	height: 35px;
	width: 760px;
	margin-top: 15px;
}

#maincontent {
	background-color: #FFFFFF;
	width: 720px;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 25px;
}

#content_lower {
	background-color: #e2e2e2;
	clear: both;
	width: 760px;
	margin-top: 15px;
	background-image: url(../assets/general/banner_internalbottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	padding-top: 12px;
	padding-left: 10px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.wine-headline {
	color: #990000; 
	font-weight: bold; 
}

h1 {
	font-size: 16px;
	color: #000099;
}

h2 {
	font-size: 1.3em;
	font-weight: lighter;
	color: #000099;
	line-height: 130%;
}

h5 {
	font-size: 0.8em;
	color: #333333;
}

.foot-list li {
	list-style: none;
	padding: 0 15px 0 0;
	display: inline;
	font-size: 0.8em;
	color: #333333;
}
