.page_header_title {
	color : #CC0000;
	font : 24pt  Arial, Sans-Serif;
}

.nav_bar {
	color : #fff;
	font : 10pt  Arial, Sans-Serif;
}

.copyright {
	color : Black;
	font : 7pt Verdana, Arial, Sans-Serif;
}

h4
{
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
  color : #000000;
  font-weight: bold;
     margin: 2px 45px 10px 10px;
}


h2 
    {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
 font-weight: normal;
 line-height: 23px;
 color: #333300; 
     margin: 2px 4px 6px 10px;
}

a:visited  {
	color : #666633;
}

a:link  {
	color : Black;
}

a:active  {
	color : Red;
}

p  {

    font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, 'sans serif';
	font-size: 10px;
	color: #3c3d3d;
	line-height: 17px;
        margin-top: 7px;}

body  {
	background-color : #FFFFFF;
	font-family : Arial, Sans-Serif;
	color : Black;
}

a:hover  {
	color : Red;
}


A  {
	text-decoration : underline;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

Pre  {
	font : 9pt Arial, Sans-Serif;
}

/* 2 of 6- The Banner and top navbar stuff */
	
	#banner { 
height : 140px; 
width : 950px; 
background-image : url("http://www.wineloverspage.com/graphics1/bannerwlp0220-950x140.jpg"); 
}

#navbar
{

font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
     font-weight: bold;
      color : #FFFFFF;
     }
     
#navbar ul {
	margin-left: 0;
	margin-bottom: 0px;
	padding-left: 1px;
	display: inline;
	} 

#navbar ul li {
	margin-left: 0;
	margin-bottom: 30px;
      background-color: #ffffff;
	list-style: none;
	display: inline;
	}
	
	#navbar ul li a {
	
	padding: 2px 15px 5px;
      background-color: #A40B0B;
	list-style: none;
	display: inline;
		color: #FFFFFF;
		text-decoration: none;
		}
		
	#navbar ul li a:hover {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
      background-color: #6699cc;
	list-style: none;
	display: inline;
		}
		
#navbar ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	}

