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

* {margin: 0; padding: 0; border: 0; font-family:  Verdana}

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 800px; 
background: url(images/background.gif) 0 0 repeat-y #CCCC33;
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 800px; 
height: 180px; 
/*
background: url(images/header.gif) 0 0 no-repeat #CCCC33;
*/
}

#imgDiv{
float: right; text-align:center ;width: 700px; padding-bottom: 30px; background: transparent; overflow: hidden;
}

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

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 0px; color: #fff; 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 {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}
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; right: 0px; top: 110px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

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

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

code {font-family: monospace; font-size: 1.20em; color: #E20000}

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}
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}
