/* GENERIC */
body {
	background-color:#939376;
	/*font-family:"Century Gothic", "Avant Garde", Arial;*/
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#343330;
}

img {border:0; vertical-align:middle; padding:0; margin:0;}
p {margin:0 0 10px 0; padding:0;}
.marginBottom3 {margin-bottom:3px;}
.marginRight3 {margin-right:3px;}

/* WRAPPER */
#wrapper {
	margin:0 auto;
	width:814px;
}

/* HEADER */
#header {
	margin:19px 0 13px 0;
	text-align:center;
	padding:0;
}

#header h1 {
	position:absolute;
	top:-10000px;
}

h2#stPaul {
	padding:0;
	margin:10px 0;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	color:#fff1d6;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* CONTENT WRAPPER */
#contentWrapper {
	background-color:#939376;
	padding:5px;
}

/* MENU */
#theMenu {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#aaaa98;
	width:804px;
	height:32px;
}

#theMenu li a {
	float:left;
	display:block;
	margin:0;
	padding:0 20px;
	color:#fff1d6;
	text-decoration:none;
	line-height:30px;
	background-color:#aaaa98;
	border:1px solid #aaaa98;
}

#theMenu li a.isSelected {
	background-color:#939376;
}

#theMenu li a:hover {
	background-color:#939376;
	text-decoration:none;
}


/* wineList */
#wineList {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
}

#wineList li a, #wineList li a:visited {
	float:left;
	display:block;
	margin:0;
	padding:0 25px;
	color:#fff1d6;
	text-decoration:none;
	line-height:30px;
	background-color:#aaaa98;
	cursor:pointer;
}

#wineList li a:hover {
	color:#63633f;
	text-decoration:none;
}

#wineContent {
	margin-top:60px;
	width:380px;
	height:310px;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:12px;
}


#wineContent p {
	margin:0 0 15px 0;
}


/* CONTENT */
#content {
	padding:3px;
	background-color:#faf3e6;
}

#content #pictures {
	width:352px;
	float:left;
	margin-right:10px;
}

#content #theText {
	float:left;
	font-size:12px;
	padding:25px 25px 25px 25px;
	width:385px;
	line-height:16px;
}

#content a {
	color:#343330;
	text-decoration:underline;
}

#content a:visited, #content a:hover,  #content a:link{
	color:#343330;
}


#presseContent {
	width:375px;
	height:390px;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:12px;
	padding:10px 0 0 10px;
}

/* FOOTER */
#footer {
	margin:10px auto 30px;
	width:800px;
	font-size:12px;
	color:#fff1d6;
}

#footer p {
	float:right;
}

#footer a {
	color:#fff1d6;
	text-decoration:none;
}

#footer a:hover {
	color:#fff1d6;
	text-decoration:underline;
}

