@charset "UTF-8";
body  {
	font family: Trebuchet, Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.twoColFixRtHdr { 
	width: 968px;  /* 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 

.header { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		padding: 0;

} 

.twoColFixRtHdr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/bkgrd-parch.jpg);
	height: 708px;
} 

.twoColFixRtHdr #containerSonoma {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/bkgrd-parch.jpg);
	height: 3565px;
	background-color: #FFFFFF;
} 


.twoColFixRtHdr #containerSplash {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/splashpage.png);
	height: 708px;
} 
.twoColFixRtHdr #header {
	background-image: url(../images/bk-header.png);
	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. */
	height: 164px;
	border-bottom:1px solid #665300;

} 
.twoColFixRtHdr #content {
	background-image: url(../images/bk-content.png); opacity: 1;
	padding: 0 10px 0 20px;  /* 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. */
	height: 415px;	
	margin: 0px;
	border-bottom:1px solid #665300;

}
.twoColFixRtHdr #level2 {
	background-image: url(../images/bk-level2.png);
	background-position: top;
	margin: 0px;
	padding: 0 10px 0 20px;  /* 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. */
	height: 415px;	
	border-bottom:1px solid #665300;

}

.twoColFixRtHdr #level2sonoma {
	background-image: url(../images/bk-sonoma.png);
	background-position: top;
	margin: 0px;
	padding: 0 10px 0 20px;  /* 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. */
	height: 3760px;	
	border-bottom:1px solid #665300;

}
.twoColFixRtHdr #orangebar {
	padding: 0 10px 0 20px;  /* 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. */
	height: 30px;
	font-size: 100%;
	height: 24px;
	list-style: none;
	padding: 0px;
	padding-right: 15px;
	margin: 0;
	text-align: right;
	background-color: #E93E1F;
} 

.twoColFixRtHdr #footer {
	background-image: url(../images/bk-footer.png);
	background-repeat: no-repeat;
	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. */
		height: 154px;

}

.twoColFixRtHdr #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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
}
.twoColFixRtHdr #imageslowerlevel { 
	float: left; /* since this element is floated, a width must be given */
	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. */
	width: 400;
	height: 123px;
	padding-top: -2px;
} 
.twoColFixRtHdr #flashmoviehome { 
	float: left; /* since this element is floated, a width must be given */
	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. */
	width: 440;
	height: 385px;
	padding-top: -2px;
	z-index: 3;
	margin-top: 22px;

} 

.twoColFixRtHdr #flashmoviehome320 { 
	float: left; /* since this element is floated, a width must be given */
	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. */
	width: 440;
	height: 405px;
	padding-top: -2px;
	margin-top: 10px;
	}
	
#twoColLayout #primaryContent {
width:555px;
float:left;
margin: 0 0 20px 195px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}

#secondaryContent{
float:left;
width:270px;
margin: 0 0 20px 15px;
}
/* Essential Styles */
*.float         { float:left; }

*.float-divider { clear:both;
}

*.left {float: left;}
*.right {float: right;}
*.clear-right { clear: right;}
*.clear-left { clear: left;}
*.clear-both { clear: both;}
*clear-none { clear: none;}

/* Content boxes for our wine and winemaker Non-essential Styles */

*.box  { margin-right:00px; margin-left: 55px; margin-top: 25px; width: 170px;
		padding:0px; padding-bottom: 10px;  text-align:left;
		 height: 255px;
		 border-bottom:1px solid #665300;
}
		 
*.box2  { margin-right:00px; margin-left: 45px; margin-top: 25px; width: 170px;
padding: 0px; padding-bottom: 10px; text-align:left;
		 height: 255px;
		 border-bottom:1px solid #665300;
}
/*Discover Sonoma box below */

*.box3  { margin-right:00px; margin-left: 55px; margin-top: 20px; width: 300px;
padding:1px;  text-align:center; top: 185px; left: 50px;
		 height: 70px;}

/*read me buttons below */
	 
*.box4  { margin-right:00px; margin-left: 45px; margin-top: 0px; width: 165px;
padding:1px; padding-top: 3px;  text-align:right;
		 height: 10px;}
*.box5  { margin-right:00px; margin-left: 45px; margin-top: 0px; width: 165px;
padding:1px;  padding-top: 3px; text-align:right;
		 height: 10px;}
		 
*.boxWine1  { margin-right:00px;
float: left;margin-left: 20px; margin-right: 30px; margin-top: 0px; width: 335px;
padding:1px;  padding-top: 3px;
		 height: 350px;}
		 
*.boxBottle  { margin-right:50px;
float: left;
 margin-left: 45px; margin-top: 0px; width: 45px;
padding:1px;  padding-top: 3px; padding-right: 20px; text-align:right;
		 height: 300px;}
		
*.boxStory  { margin-right:00px;
float: left;
 margin-left: 35px; margin-right: 25px; margin-top: 0px; width: 650px;
padding:1px;  padding-top: 3px;
		 height: 350px;}
		 
*.boxSonama  { margin-right:00px;
float: left;
 margin-left: 15px; margin-right: 10px; margin-top: 0px; width: 890px;
padding:1px;  padding-top: 3px;
		 height: 3215px;}
		 
*.boxStoryImage  { margin-right:50px;
float: left;
 margin-left: 45px; margin-top: 0px; width: 170px;
padding:1px;  padding-top: 3px; padding-right: 20px;
		 height: 300px;}
.mainImage {
display: block;
float: none;
margin-top: 4px;
border: 3px solid #C5BDBD;
}

.twoColFixRtHdr #mainContent {
	margin: 0 265px 0 0; /* the right margin on this div element creates the column down the right 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-left: 20px;
	padding-right: 20px;
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: left;
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 47px;
	}
.twoColFixRtHdr #privacy { 
	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. */
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 20px;
	clear: left;
	position: center;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
*.left {float: left;}
*.right {float: right;}
*.clear-right { clear: right;}
*.clear-left { clear: left;}
*.clear-both { clear: both;}
*clear-none { clear: none;}

/* ONE COLUMN LAYOUT RULES default masthead holding the banner and mainNav */

*.fixed-layout { table-layout:fixed; }
*.stretched { width:100%;}

#flashcontent {
  z-index: 2;
}

/* set to higher number than SWF */

.clear {clear: both;}

/* Essential Styles */
*.float         { float:left; }

*.float-divider { clear:both;
}


/*Orange bar nav link settings */

#nav {
	font-size: 100%;
	height: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
	test-align: right;
}
	
#nav li {
	float: right;
	display: run-in;
}

/* style the links in the nav list */
#nav a {
	display: block;
	margin: 0;
	font-size: 10.5px;
	padding: 5px 6px;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
}
#nav a:hover, #nav a:active {
	color: #665300;
}
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	color: #FF9900;


/*-----------------------------------------------------------------------------------------------
  Horizontal Navigation Styles
-----------------------------------------------------------------------------------------------*/
}
#mainmenu { margin: 0px; padding: 0px; overflow: visible; border-bottom: 1px solid #665300;
	list-style:none;
	padding-top: -10px;
	float: left;
	width:968px; 
	height: 25.5px;  /* ADJUSTA THE HEIGHT OF THE DROPDOWN */


 }
#mainmenu li {
	display: inline-block;
	min-height: 15px;
	background-color:none;
	overflow: visible;
	padding: 2px 10px;
	padding-bottom: 0px;
	float: left;
	width:135px;
	text-align: left;
	line-height:23px;
	margin-left: 2px;
}
#mainmenu li:hover {
	background-color:#FFFFCC; color: #E93E1F;
}
#mainmenu li a { height:24.5px; text-align: left;  color: #665300; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; ; }
#mainmenu li a:hover {
	color: #E93E1F;
}

#mainmenu ul {background: #FFF;	left: -9999px; margin: 0px 0px 0px -63px; opacity: 1; padding: 0px; position: absolute; top: 27px; right: 0;
	border: 1.5px solid grey; width: 107; z-index: 3; }
#mainmenu ul li { border-top: 0px solid #FFF; display: block; margin: 0px; padding: 0px; line-height:10.5px; }
#mainmenu ul li.First, #mainmenu ul li:first-child { border-top: none; }
#mainmenu ul li a {
	background: #FFFFFF;
	color: #D3B34E;
	display: block;
	font-size: 9.5px;
	font-weight: normal;
	padding: 1px 10px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: none;
}
#mainmenu ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#mainmenu li:hover ul, #mainmenu li.hover ul { left: 45%; }


/*-----------------------------------------------------------------------------------------------
  Layout / FOOTER STYLES
-----------------------------------------------------------------------------------------------*/

/* closer nav option */

#privacy { 
margin: 0px;
margin-top: 5px;
margin-bottom: 7px;
padding-bottom: 10px;
width: 620px;
height: 20px;
text-align: left;
display: block;

clear: both;
}

*html #privacy { 
margin-top: -15px;
}

#privacy ul, #privacy p {
	margin: 0px auto;
	display: block;
	margin-top: 9px;
	font-size: 10px;
	color: #333333;
	clear: both;
}

#privacy li {
	list-style: none outside;
	color: #333333;
	padding: 5 5px 10px;	
}
 
#privacy li a:link, #privacy li a:link, #privacy p a:link, #privacy p a:visited {
	color: #665300;
	text-decoration: none;
	font-size: 10px;
}

#privacy li a:hover, #privacy p a:hover { 
 color: #E93E1F;
}

/* form styling  */

#boxForm  { position: absolute;   
left: 450px;
top: 620px;
 margin-left: 5px; margin-right: 5px; margin-top: 0px; width: 320px;
padding:1px;  padding-top: 3px;
		 height: 50px;}
label
{
width: 5em;
float: left;
text-align: right;
margin: 0 1em 10px
clear: both;
}

.input-box
{
float: left;
margin-bottom: 10px
}
.elist      {
	color: #000000;
	font-size: 11px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin: 8px 0 -5px;
	padding-top: 3px;
}
.elist2      {
	color: #000000;
	font-size: 11px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin: 8px 0 3px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align: center;
	width: 220px;
}

.methodquotes      {
	color: #000000;
	font-size: 11px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 10px;
	margin: 15px 0 -5px;
	font-style: oblique;
	width: 100px;
}
.submit-button
{
	margin-left: 5em;
	clear: both;
	color: #000;
	background: #CCCCCC;
	border: 2px #E93E1f outset;
	height: 15px;
}

form {
margin: 0;
padding: 0;
font-size: 80%;
}

fieldset {
width: 20px;
border: 0;
margin: 0 0 10px 0;
padding: 5px;
}

.default fieldset {
width: auto;
border: 0;
margin: 10px 0 10px 50px;
padding: 0;
}

/* END form styling  */

#newsletter { 
margin: 0px auto;
margin-top: 5px;
margin-bottom: 7px;
padding-bottom: 10px;
width: 928px;
height: 16px;
float: left;
text-align: center;
display: block;

clear: both;
}

.bodysignup {
	background-color:#FFFFCC; opacity: .9;
	border: 1px solid #665300;
	list-style: none outside;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #665300;
	font-size:14px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0 -5px;
	width: auto;
	/* background: url(../images/img_arrow.gif) no-repeat left middle; /* info arrow icon*/
	text-align: right;
}

.bodytextlink {
	background-color:#FFFFCC; opacity: .9;
	border: 1px solid #665300;
	list-style: none outside;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #665300;
	font-size:10px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0 -5px;
	width: 25px;
	/* background: url(../images/img_arrow.gif) no-repeat left middle; /* info arrow icon*/
	text-align: right;
}
.bodytextlink p a:link, .bodytextlink p a:visited {
	list-style: none outside;
	font-family: "Trebuchet MS", sans-serif;
	text-align: right;
	color: #665300;
	font-size:10px;
	font-weight: bolder;
	padding-left: 8px;
	margin: 5px 0 -5px;
	/* background: url(../art/arrow.png) no-repeat left top; /* info arrow icon*/
}

.bodytextlink li a:hover {
	background-color:#FF0000;
	border: 1px solid #665300;
	list-style: none outside;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #665300;
	font-size:10px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0 -5px;
	width: 25px;
	background: url(../images/img_arrow.gif) no-repeat left middle; /* info arrow icon*/
	text-align: right;
}

.bodytextlink p a:hover {
	background-color:#FF0000;
	border: 1px solid #665300;
	list-style: none outside;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #665300;
	font-size:10px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0 -5px;
	width: 25px;
	background: url(../images/img_arrow.gif) no-repeat left middle; /* info arrow icon*/
	text-align: right;

	}
.methodquotes      {
	color: #000000;
	font-size: 10px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: oblique;
}
/* end - home page content links */

/* start - lower level content links */

.bodylink2 {
	list-style: none outside;
	font-family: "Trebuchet MS", sans-serif;
	color: #CC9900;
	font-size:12px;
	padding-left: 0px;
	margin: 15px 0 -5px;
}
.bodylink2 p a:link, .bodylink2 p a:visited {
	font-family: "Trebuchet MS", sans-serif;
	color: #333333;
	font-size:12px;
	padding-left: 0px;
	margin: 15px 0 -5px;
}

.bodylink2 li a:hover {
	font-family: "Trebuchet MS", sans-serif;
	color: #333333;
	font-size:12px;
	margin: 15px 0 -5px;
	padding-left: 1px;
}
/* end - lower level content links */

.righnavtext  {
	color: #B89130;
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", sans-serif;
	}

.center { 
width: 600px;
margin: 0 auto;
display: block;
text-align: center;
 }
 
 /*----------------------------------type styles--------------------------------------*/
 .quotes {
	font: 9px;
	font-style: itlalic;
	line-height: 14px;
	font family: trebuchet, sans-serif;
 }
 /* Header */
 h1      {
	color: #E93E1F;
	font-size: 18px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	paddiing-top: 15px;
	border-bottom:1px solid #665300;
	height: 20px;
	line-height: -15px;
	padding-bottom: -10px;
}
/* Navigation */
h2      {
	color: #4D4D4D;
	font-size: 9.5px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-top: 5px;
	margin-right: 7px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: right;
}

/* sub-Header */

h3      {
	color: #E93E1F;
	font-size: 14px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 17px;
	margin: 00px 0 -5px;
	text-align: center;
	margin-bottom: -7px;	
}

h4      {
	color: #E93E1F;
	font-size: 12px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: -15px;
	margin: 0px 0 -6px;
	border-bottom:1px solid #665300;
	padding:0em 0em .15em 0em;
}

/* sub-head align left */
h5      {
	color: #E93E1F;
	font-size: 14px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 17px;
	margin: 00px 0 -5px;
	text-align: left;	
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.em 0;
}

*.floating-dropcap1 {float:left; 
position:relative; 
margin-left: -3px; 
margin-right: 3px; 
margin-bottom:-1.25em; 
font-size: 80px; 
line-height: 1em; 
font-weight: bold; 
width: 40px; 
color: #E93E1F; }

p.dropcap: first-letter { float: left;
color:#E93E1f;
font-size: 50px;;
font-family: Times;
font-weight: bold;
line-height: 1.5em;
padding-right: 0.15em;
}

.dropcap3: first-child: first-letter {float: left;
color:#E93E1f;
font-size: 3.5em;
font-weight: bold; }

.articleonedrop p:first-child:first-letter {float: left;
color:#E93E1f;
font-size: 3.5em;
font-weight: bold;
text-align: justify;
padding-right: 3px; }

.articlestorydrop p:first-child:first-letter {float: left;
color:#E93E1f;
font-size: 4em;
font-weight: bold;
text-align: justify;
padding-right: 0.10em; }

/* THIS CODE DIDN'T WORK IN IE7 FOR THE DROP CAPS

*.floating-dropcap2 {float:left; padding-right: 4px; top: -1em; margin-left: -3px; margin-right: -5px; margin-bottom:-1.2em; 
font-size: 50px; line-height: 1em; font-weight: bold; width: 40px; color: #E93E1F; }

*.floating-dropcapB {float:left; position:relative; top: -.1em; margin-left: -3px; margin-right: -5px; margin-bottom:-0.6em; 
font-size: 50px; line-height: normal; font-weight: bold; width: 20px; color: #E93E1F; }  */

.bodyblue  { color: #369 }
.bodyblue  { color: #535353; font-size: 12px; font-family: Helvetica, Arial, San-Serif; line-height: 19px; }
.bodygray    { color: #535353; font-size: 11px; font-family: Helvetica, Arial, San-Serif; line-height: 14px; }
.bodyorange    { color: #E93E1F; font-size: 11px; font-family: Helvetica, Arial, San-Serif; font-weight: bolder; line-height: 15px; }

.rightbar  { color: #660; font-size: 10px; font-weight: bold }
.rightbarplain {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}

.bodytext  {
	color: #333333;
	font-size: 10px;
	line-height: 1.5em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
}
.bodytextrev  {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	font-family: "Trebuchet MS", sans-serif;
}

.privacytext  {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	font-family: "Trebuchet MS", sans-serif;
}

.captions  {
	color: #000000;
	font-size: 11px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-style: oblique;
	padding-right: 15px;
	}
	
.external {color:#CC0000;}

a[hrefˆ="mailto:"] {background: url(art/email.png no-repeat right top; 
padding-right: 10px;
}

blockquote     { width:220px; margin:10px auto; 
                 position:relative; left:-15%; text-align:justify;
                 line-height:1.3em; color:black; 
                 padding-top:20px; padding-left:20px;
                 background:url("../art/dq1.jpg") no-repeat top left; }

blockquote div { padding-bottom:-20px; padding-right:30px;
                 background:url("../art/dq2.jpg") no-repeat bottom right; bottom:-20px; }

blockquote p   { margin:0; margin-bottom:10px; }

blockquote cite { display:block; text-align:right; font-size:0.9em; }
	


