* {	margin: 0; padding: 0; }
html, body { height: 100%; }
body
{
  text-align: center; /*center for IE5+ */
  height: 100%;
  background-color:#000000;
}

/* IE5.5+ png fix */
img, div { behavior: url(iepngfix.htc) }


#container
{
	min-height: 100%;
	width:100%; text-align: center;
	margin: 0 auto;
	text-align: center; /*center for IE5+ */
	border: 0px;
	max-width: 1600px;
	background-image: url(../images/pattern_bgr.jpg); background-repeat:repeat;
}

#container {
	width: expression(document.body.clientWidth > 1600 ? "1600px" : "auto");
}

* html #container {
     height: 100%;
}

#header
{
  width: 100%;
  height: 455px;
  margin: 0; padding: 0;
  background-color:#000000;
}

#screen
{
  text-align:left;
  width: 804px;
  margin: 0 auto;
  padding: 0;
  
  background-color: #E5D9B3; /*e5d9b4;*/ 
  border: 1px;
  border-style: none dashed dashed dashed;
  border-color: #b50033; /*#da4e47*/
}

#credits
{
  color: #b50033;
  font-family: Helvetica, Verdana, Arial, System;
  font-size:10px;
}


#credits a,
#credits a:link,
#credits a:visited
{
  color: #b50033;
  text-decoration: none;
}

#credits a:hover
{
  color: #000000;
}


#bg_top
{
	width: 100%;
	min-height: 283px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/pattern_bgr_top.jpg); background-repeat:repeat-x; background-position:top;
}
* html #bg_top {
     height:283px;
}

/*CONTENT*/

.page
{
  
}

.site_section_title /* title images from the main menu articles*/
{
  padding: 20px 0 20px 40px;
}

.article
{
  padding: 0 0 40px 40px;
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 11pt;
  text-align: left;
}

.article a,
.article a:link,
.article a:visited
{
  font-size: 10pt;
  color: #b50033;
  text-decoration: none;
}

.article a:hover
{
  color: #000000;
}

.article_title
{
  padding: 5px 0 10px 0;
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 3px;
  color: white;
  vertical-align: top;
}

.article_body
{
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  line-height: 20px;
  vertical-align: bottom;
  width: 600px;
  text-align: justify;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news_title
{
  padding: 5px 0 10px 0;
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 3px;
  color: white;
  vertical-align: top;
  width: 600px;
}
.vintage
{
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 12px;
  color: #b50033;
}

.quote
{
  font-weight: bold;
  text-align: right;
}

.date
{
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #b50033;
}

.wine_bottle
{
  vertical-align: bottom;
}


.section
{
  padding: 40px;
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 11pt;
  text-align: left;
  padding: 30px 0 0 0;
}

.section_title
{
  padding: 30px 0 10px 0;
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 3px;
  color: #000000;
}

.section_body
{
  font-family: Trebuchet MS,Helvetica,Verdana, Arial;
  line-height: 20px;
  vertical-align: bottom;
  text-align: justify;
  font-size: 14px;
  width: 600px;
  padding-bottom: 10px;
}

.current_link a,
.current_link a:link,
.current_link a:visited
{
    font-size: 10pt;
    color: #000000;
    text-decoration: none; 
}
