
body {
margin: 0; 
padding: 0; 
background: #fffd76
}

* {
margin: 0; 
padding: 0; 
border: 0; 
font-family:  Arial, Helvetica, sans-serif
}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 
{
font-family: Georgia, Georgia, serif; 
margin: 15px 0 0 5px; 
color: #d50a0a; 
font-weight: normal; 
text-decoration: none
}

h1 em, h2 em, h3 em, h4 em 
{font-family: Georgia, Georgia, serif; 
font-weight: normal}  /* italic words in titles */

h1 {
text-align: right;
position: absolute; 
right: 0px; 
top: 30px; 
font-size: 2.25em; 
letter-spacing: 0.1em;
line-height: 1.00em; 
padding-right: 10px; 
border-right: 15px solid #fff
}

h7 {
font-family: Georgia, Georgia, serif; 
color: #d50a0a; 
font-weight: normal; 
font-size: 1.4em;
letter-spacing: 0.05em
text-decoration: bold;
}

h1:first-letter {
font-family: Georgia, Georgia, serif; 
font-size: 2.25em
} /* styles the first letter of the main title to make it large */

p#tagline {
position: absolute; 
font-family: Times, Georgia, serif; 
right: 0px; 
top: 125px; 
font-style: italic; 
color: #ffa200; 
font-size: 1.30em
}  /* sits under main title */

h2 {
font-size: 1.30em;
letter-spacing: 0.05em
}


p, ul, ol {
margin: 10px 10px 0 7px; 
font-size: 0.70em; 
line-height: 1.60em; 
color: #000; 
letter-spacing: 0.05em
}

p span {
font-size: 1.50em; 
font-weight: bold} /* shouting words */

a:link, a:visited {
color: #792533; 
font-weight: bold; 
text-decoration: none; 
border-bottom: 1px solid #792533
}

p1,  {
margin: 10px 10px 0 7px; 
font-size: 1.10em; 
line-height: 1.60em; 
color: #000; 
letter-spacing: 0.05em
}

a:hover, a:active {
color: #fff; 
border-color: #fff
}

ul {
list-style: inside square} /* general lists */

acronym {
font-weight: bold; 
border-bottom: 1px dashed #000; 
cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 620px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #CCCC33;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 620px; 
height: 200px; 
background: url(images/grapes.jpg) 0 0 no-repeat #CCCC33  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 180px; 
background: transparent;
overflow: hidden
}

#rgtcol {
float: right; 
width: 370px; 
padding-bottom: 30px; 
background: transparent; 
overflow: hidden}  /* right column */

#bttmbar {
float: right; 
text-align: center; 
font-size: 0.70em; 
height: 4em; 
line-height: 4em; 
width: 570px; 
background: #fffd76; 
border-top: 1px solid #D9D93C}

#quote {    /* Quote box in left column */
	float: left;
	margin: 5px 0 5px 5px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {
color: #d50a0a; 
font-size: 1.20em; 
font-weight: bold; 
line-height: 1.50em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 0px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {
float: left;	
display: block
}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #e8d717;
	padding: 3px 3px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #d50a0a;
	background: #f6e850
}

ul#nav li a#current {
border-color: #d50a0a
}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {
background: #9EA219; 
color: #fff}


#rgtcol td {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
border-top: 1px solid #D9D93C}
}


.subform {
 width:420px;
 margin:auto;
}

.pic_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

div.pic {
  float: right;
  width: 260;
  border: 0px;
  margin: 0.5em;
  padding: 0.0em;
}

	
