div.test {
	background: #3e4042;
}

/* START of undo formating */
:link,:visited { text-decoration:none }

pre,code { font-size:1em; }

pre,form,body,html,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }
ol           {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: .5em;
	margin-top: 0;
}
ul           {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: .5em;
	margin-top: 0;
}
li           {
	margin-top: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 1px;
}
/* END of undo formating */
body         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #3f3f41 url(../images/00/bg/Doug-background.gif) repeat left top;
	width: 100%;
	height: 100%;
}
table {
	width: 100%;
}
img {
	vertical-align: middle;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
	text-align: justify;
}
a:link, a:visited, a:active   {
	text-decoration: underline;
	color: #af373d;
	background-color: transparent;
}
a:hover      {
	text-decoration: none;
	background-color: transparent;
}
a:link.nd, a:visited.nd, a:active.nd  {
	text-decoration: none;
	color: #1a1a1a;
	}
a:hover.nd      {
	text-decoration: none;
	color: #1a1a1a;
}
a:link.menu, a:visited.menu, a:active.menu {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:link.menuT, a:visited.menuT, a:active.menuT {
	text-decoration: none;
	color: #333333;
}
a:hover.menuT {
	color: #af373d;
}
a:link.menuw, a:visited.menuw, a:active.menuw  {
	text-decoration: none;
	color: #d4d4d4;
}
a:hover.menuw      {
	text-decoration: underline;
}
a:link.ndb, a:visited.ndb, a:active.ndb {
	text-decoration: none;
	color: #1a1a1a;
	}
a:hover.ndb      {
	text-decoration: none;
	color: #1a1a1a;
}
a:link.bul, a:visited.bul, a:active.bul {
background: url(../images/listbul.png) no-repeat left 5px;
padding:0 0 0 10px;
text-decoration: underline;
color: #af373d;
line-height: 18px;
}
a:hover.bul {
background: url(../images/listbul.png) no-repeat left 5px;
padding:0 0 0 10px;
text-decoration: none;
color: #af373d;
line-height: 18px;
}
span.bul {
background: url(../images/listbul.png) no-repeat left 5px;
padding:0 0 0 10px;
text-decoration: none;
color: #af373d;
line-height: 18px;
}
.photo_solid_border {
	border: 1px solid #DCDBD9
}
h1           {
	font-size: 15pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2           {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}
h3 {
	margin: 0;
	font-weight: bold;
	font-size: 10pt;
}
td.content_areas {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
td.topright_align {
	vertical-align: top;
	text-align: right;
}
td.topleft_align {
	vertical-align: top;
	text-align: left;
}
td.topcenter_align {
	vertical-align: top;
	text-align: center;
}
span.bold_text {
	font-weight: bold;
}
span.italic_text       {
	font-style: italic;
}
span.salmon_text {
	color: #B74241;
}
span.red_text {
	color: #CC0000;
}
.red {
	color: #af373d;
}
span.brown_text {
	color: #42291D;
}
span.s70percent_size    {
	font-size: 70%;
}
span.s80percent_size     {
	font-size: 80%;
}
span.s90percent_size     {
	font-size: 90%;
}
span.s110percent_size  {
	font-size: 110%;
}
span.s120percent_size  {
	font-size: 120%;
}
li.space_bottom {
	padding-bottom: 5px;
	padding-top: 0px;
}
blockquote {
	margin-bottom: .5em;
	margin-top: .5em;
}

.photo_border_no_float {
	padding: 0px;
	border: 3px double #C0C0C0;
}
.photo_float_right {
	padding: 0px;
	float: right;
	border: 3px double #C0C0C0;
	margin-left: 10px;
}
.photo_float_left {
	padding: 0px;
	float: left;
	border: 3px double #C0C0C0;
	margin-right: 10px;
}
/*drop down for anylink*/
#dropmenudiv{
	position: absolute;
	border: 1px solid #241E1E;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 101;
	text-align: left;
	margin-top: 0px;
	background-color: White;
	margin-left: 0px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: White;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #F1C553;
}
/*end drop down for anylink*/

/*random background images frontpage*/
#container {
	width: 500px;
	height: 326px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: White;
}
/*hrs*/
div.hr100 {
	margin: 1em auto;
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted #5c5d5f;
	text-align: center;
}
div.hr90 {
	margin: .5em auto;
	width: 90%;
	height: 1px;
	border-bottom: 2px dotted #5c5d5f;
	text-align: center;
}
.preload {
	display: none;
	visibility: hidden;
}
.glossary ul {
	margin-left: 10px;
	padding-left: 10px;
}
div.agency  {
	font-size: 10pt;
}
.toptable ul {
	margin-top: .25em;
	margin-bottom: .25em;
}#rsvp form table input {
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	vertical-align: middle;
	height: 15px;
	line-height: 15px;
	padding: 0px;
}
.photos td  {
	width: 50%;
	text-align: center;
	height: 215px;
	padding: 10px;
}
#comments textarea { 
width:300px;
height: 150px;
background-color: #f5f5f5;
font-size: 90%; 
}
#comments #m3author { 
width:300px;
background-color: #f5f5f5;
font-size: 90%; 
}
#comments ul { 
list-style-type:none;
margin:5px 15px 5px 20px;
padding-left:0px;
}
#comments ul li { 
background: url(../images/icons/comment-sm.gif) no-repeat left 1px;
margin:0 0 10px 0;
padding:0 0 0 20px;
font-size: 80%;
font-weight: bold; 
}
#comments ul li p { 
margin: 0;
padding:7px;
background-color: #f5f5f5;
font-size: 90%;
font-weight: bold; 
}
.releaseparty img {
	border: 1px solid #dcdcdc;

}
.clearfloat{
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
legend {
	color: #333333;
}
.jt {
	text-align: justify;
}
#pagetitle {
	margin-bottom: 5px;
}
#pagetitle a {
	text-decoration: none;
}
#footer {
	text-align: center; 
	width: 760px;
	margin: 5px auto; 
	color: #d4d4d4
}
#footer p {
	text-align: center;
}
.s-con{
width:175px;
margin:0px 0px 0 20px;
float:right;
background:#f3f3f3;
}
.s-top{
height:7px;
width:100%;
}
.s-tl{
background:url(../images/risingline-big-grey.png) no-repeat top left;
width:7px;
height:7px;
float:left;
}
.s-tr{
background:url(../images/risingline-big-grey.png) top right no-repeat;
float:right;
height:7px;
width:7px;
}
.s-body{
background:url(../images/risingline-big-grey.png) center middle no-repeat;
}
.s-bot{
height:7px;
width:100%;
}
.s-bl{
background:url(../images/risingline-big-grey.png) bottom left no-repeat;
width:7px;
height:7px;
float:left;
}
.s-br{
background:url(../images/risingline-big-grey.png) bottom right no-repeat;
height:7px;
width:7px;
float:right;
}
#s-con1{
margin:10px;
width:200px;
}
#s-con1b{
margin:30px 15px 10px 0px;
width:200px;
}
#s-con2{
width: 225px; 
position:relative; 
z-index:0; 
right: 0px; 
margin: 0px;
}
#s-con1 .s-body, #s-con2 .s-body{
font-size:10pt;
margin: 10px;
}
#s-con1 .s-body ul, #s-con2 .s-body ul{
font-size: 8pt;
margin-left: 8px;
padding-left: 8px;
}
#s-con1 .s-body ul li, #s-con2 .s-body ul li{
margin-bottom: 7px;
}
ul, ul.list{
list-style-type:none;
}
ul li, ul.list li{
background: url(../images/listbul.png) no-repeat left 7px;
margin:0 0 5px 0;
padding:0 0 0 10px;
line-height:125%;
}
#PastEvents .NewsSummaryLink {
background: url(../images/listbul.png) no-repeat left 3px;
margin:0 0 5px 0;
padding:0 0 0 10px;
line-height:125%;	
}
#header {
	width: 760px;
	height: 110px;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
}
#header1 {
	width: 298px;
	margin: 0 0 10px 0;

}
#header2 {
	height: 30px;
	width: 484px;
	float: right;
	margin: 0 18px 0 0;
	border-bottom: 1px solid #b2b2b2;
}
#header2 p {
	line-height: 30px;
	margin: 0;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
.tab {
	width: 88px;
	height: 30px;
	float: left;
	background-image: url(../images/00/tab.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.tab2 {
	width: 132px;
	height: 30px;
	float: left;
	background-image: url(../images/00/tab-132.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.tab3 {
	width: 116px;
	height: 30px;
	float: left;
	background-image: url(../images/00/tab-116.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#Vbody {
	width: 760px;
	margin: 0 auto;
	height: auto;
}
#Vbody0 {
	width: 760px;
	height: 20px;
}

#Vbody1 {
	background-image: url(../images/00/topround.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	width: 730px;
	float: left;
}
#Vbody2 {
	background-image: url(../images/00/topround.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 20px;
	width: 30px;
	float: left;
}
.storeitem {
    border-bottom: 2px dotted #5c5d5f;
	 padding-bottom: 15px;
	 margin-bottom: 15px;
}
.storeitemR {
    width: 250px;
	 float: right;
	 margin: 40px 0 40px 40px;
	 font-weight: bold;
}
.storeitemR2 {
    width: 250px;
	 float: right;
	 margin: 57px 0 40px 35px;
	 font-weight: bold;
}
.storeitemR ul, .storeitemR2 ul {
margin-left: 12px;
padding-left: 12px;
}
.wineprices {
	width: 465px;
	margin: 1em auto .5em auto;
	border: 1px solid #5c5d5f;
	font-weight: bold;
}
.wineprices td {
 width: 50%;
 height: 20px;
 padding: 7px;
 text-align: left;
 vertical-align: middle;
}
.wineprices td img {
 vertical-align: middle;
}
.wineprices .grey {
	background-color: #f7f7f7;
}
.wineprices ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
.wineprices ul li {
	margin: 0;
	padding-bottom: 0;
}
.paypal {
	height: 29px;
	margin: 10px 0px 10px 30px;
	width: 276px;
}
.paypal .price {
	height: 29px;
	line-height: 25px;
	width: 40px;
	font-weight: bold;
	float: left;
	font-size: 11pt;
	
}
.ppform {
	width: 98px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left; 
}
#pptable {
	border: 1px solid rgb(204, 204, 204); 
	width: 500px; 
	margin: 10px auto;
}
#pptable td {
text-align: center;
vertical-align: top;
}
#silvermed {
	position: relative;
	z-index: 100;
	top: -389px;
	left: 278px;
}
#top100 {
	position: relative;
	z-index: 10;
	top: 240px;
	left: 18px;
}