/*body formatting*/

body {
	margin:0 0;
	padding:0 0;
	border:0;
	line-height:1.5;
	width:100%;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	}
	
/*wrapper div for background image*/
#wrapper	{
	width:100%;
	height:100%;
	background-image: url(../images/wine-decanter.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
/*header div formatting*/
	
#header {
	text-align:center;
	margin:0 0;
	padding: 0 0;
	border:0;
	background-image:url(../images/headergradient.jpg);
	background-repeat:repeat-x;
	height:180px;
	}
	
#header p	{
	text-align:center;
	margin-top:0;
	padding: 5px 0 0 0;
	}
	
/*main content div formatting*/

#maincontent {
	top:180px;
	padding: 0 0;
	border:0;
   	margin-left: 50px;
   	margin-right:220px;
	}
	
/*right navigation formatting*/

#navigation {
	position: absolute;
	right:5px;
	background-color:transparent;
	top:180px;
	width:200px;
	padding:0 0;
	margin:0 0;
	border:0;
	text-align:center;
	}
		
#navigation ul	{
	list-style-type:none;
	margin:0 0;
	padding: 0 0;
	}
	
#navigation li	{
	line-height:2;
	}
	
/*footer div formatting*/
	
#footer	{
	padding: 35px 0 0 0;
	border:0;
	text-align:center;
	margin-right:220px;
   	margin-left: 50px;
	}
	
#footer p	{
	padding:0 0 10px 0;
	margin:0 0;
	}
	
ul#textlinks { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  text-align:center;
} 

ul#textlinks li { 
  list-style: none;  
  text-align: center; 
  margin: 0; 
  padding-right:0;
  padding-left:5px;
} 

#nonn4 hr	{
	height:1px;
	width:100%;
	color:#60c;
	background:none;
	}
	
.noscript	{
	font-style:italic;
	text-align:left;
	font-size:x-small;
	}
	
/*press article formatting*/

#press h1	{
	text-align:center;
	color:#90f;
	padding-top:15px;
	}
	
#press	{
	padding:20px 20px;
	border: 2px inset #000000;
	}
	
/*general formatting*/
	
a	{
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	}
	
a:visited	{
	color:#996666;
	}
	
a:hover	{
	color:#990000;
	text-decoration:underline;
		}
		
hr {
    height:5px;
    width:100%;
    background-image:url(../images/hr.jpg);
	background-repeat:repeat-x;
	clear:both;
   }
		
h1 {
	padding:30px 0 10px 0;
	color:#60C;
	font-weight:bold;
	font-size:x-large;
	}
	
h2	{
	padding-top:10px;
	padding-bottom:5px;
	color:#60C;
	font-weight:bold;
	font-size:large;
	}
	
h3	{
	padding-top:5px;
	font-weight:bold;
	font-size:medium;
	}
	
h4	{
	padding-top:5px;
	font-weight:bold;
	font-size:medium;
	}
		
p, ul, li, td, blockquote	{
	font-size:small;
	}
	
ul	{
	padding-bottom:20px;
	}
	
img	{
	border:0;
	}
	
strong	{
	font-weight:bold;
	font-style:normal;
	}
	
em	{
	font-weight:normal;
	font-style:italic;
	}
	
/*more specific formatting*/

.noncss	{
	display:none;
	}
	
#nonn4	{
	display:block;
	}
	
#nn4	{
	display:none;
	}

#nonn4 hr	{
	height:1px;
	width:100%;
	color:#60c;
	background:none;
	}
	
.print	{
	display:none;
	}
		
.urhere	a:link	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:visited	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:hover	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:active	{
	color:#000000;
	text-decoration:none;
	}
	
.leftalign	{
	text-align:left;
	float: left;
	padding:5px 20px 10px 0;
	}
	
.rightalign {
	text-align:right;
	float: right;
	padding:5px 5px 5px 20px;
}

.center	{
	text-align:center;
	}
	
.clear {
	clear: left;
}
	
.hallmark	{
	list-style-type:none;
	padding:5px 0 0 0;
	margin-left:80px;
	text-indent:-50px;
	}
	
.highlight	{
	color:#60C;
	font-weight:bold;
	}
