@charset "utf-8";
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#reviewcontainer { 
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 115px; /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
	Font-Size: 11px; Font-Weight: normal; COLOR: #948378; line-height: 17px; Text-Decoration: none; FONT-FAMILY: Tahoma, Verdana, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#reviewcontainerhead { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 15px;  /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 


#reviewbackcontainer { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 


#newscontainer { 
	width: 510px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 270px; /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
	Font-Size: 11px; Font-Weight: normal; COLOR: #948378; line-height: 17px; Text-Decoration: none; FONT-FAMILY: Tahoma, Verdana, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#newslist { 
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 0px;  /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
} 

#newsevlist { 
	width: 150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 320px;  /* the auto margins (in conjunction with a width) center the page */
	line-height: 17px;
} 






#header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#shadow { 
	padding: 0 0 0 0;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: 100%;
	width: 318px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}
#mainContent { 
	width: 415px;
	margin: 25px 0 0 348px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	line-height: 17px;
} 

#wineContent { 
	width: 330px;
	margin: 25px 0 0 400px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	line-height: 17px;
} 



#printpage { 
	padding: 20px 0 0 0;  /* T  R  B  L */
} 


#leftpics { 
	margin: 20px 20px 20px 20px; 
	padding: 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 

.side-pic {
	clear: both;
	float:left;
	background-color:#99006;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.side-pic div {
	background: url(shadow2.png) no-repeat left top !important;
	background: url(shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
 }

.side-picXXX img { /* This puts the frame around the image. */
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: 0;
}


#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#containerfooter { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#containermenu {
	width: 220px;
	margin: 0px 0px 0 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#menucontainerSub {
	width: 175px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0 0 25px; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px 2px 2px 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menucontainerSubSub { 
	width: 175px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0 0 10px; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px 2px 2px 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menucontainerLine { 
	width: 200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0 0 5px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	/* background-image: url(menuline.gif); */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#menuleftSub {
	float: left; /* since this element is floated, a width must be given */
	width: 10px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}

#menurightSub { 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the menuleft div contains, the column space will remain. You can remove this margin if you want the #menuright div's text to fill the #menuleft space when the content in #menuleft ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#sideHeader { 
	background-color: #000000;
	width: 318px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0 0 0px; /* the auto margins (in conjunction with a width) center the page */
}


#formcontainer { 
	width: 450px; 
	margin: 0px 0px 0 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#formleft {
	float: left; /* since this element is floated, a width must be given */
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-weight: bold;
	line-height: 17px;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 0px;
}

#formright { 
	float: right;
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the menuleft div contains, the column space will remain. You can remove this margin if you want the #menuright div's text to fill the #menuleft space when the content in #menuleft ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

