body {margin: 0; padding: 0; background: #000066}
* {margin: 0; border: 2; font-family:  Arial, sans-serif;  }

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

h1, h2, h3, h4, h5, h6 {font-family: Arial, sans-serif; margin: 15px 0 0 5px; color: #000; font-weight: bold; text-decoration: none}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {font-family: Arial, sans-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 #000}

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

h2 {font-size: .8em;}

p, ol {margin: 10px 10px 0 7px; font-family: Arial, sans-serif; font-size: 0.75em; line-height: 1.60em; color: #000; }



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

ul {font family: Arial, sans-serif; list-style: inside square; margin: 10px 10px 0 7px; font-size: 0.75em; line-height: 1.60em; color: #000;} 

td {vertical-align:text-top;}
.standardfont {
font-size:.75em; 
font-family: Arial, sans-serif; 
}

.centertable {
font-size:.75em; 
font-family: Arial, sans-serif;
text-align:center; 
}
/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */

position: relative; 

margin: 0 auto; 

width: 790px;

height: 2000px; 

background: #FFFFFF;  /* Important image, do not remove */

border-color: #92ce19;

border-style: solid;

overflow: hidden;

}



#hdr {  /* div containing h1, nav and grapes image */

float: left; 

width: 790px; 

height: 180px; 

background: #FFFFFF  /* Image of Grapes */

}



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

}

#nav {   /* left column */

position: absolute;

left: 0px;

top: 240px;

margin-left: 25px;  /* leave this so that background image lines up with edge of this div */

width: 135px;

height: 350px; 

overflow: hidden;

}

#rgtcol {
	position: absolute;
	left:172px;
	width: 610px;
	top: 186px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
	height: 1785px;

}  /* right column */


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

#nav ul {   /* navigation list */

	padding: 0;

	list-style: none;
	
	margin: 3px 5px 0 0;
}
#nav li {display: block; font-family: sans-serif; font-weight: bold;}
#nav a {

	width: 160px;

	margin: 3px 0px 5px 0;  /* a little top margin */

	border: 0;
	
	text-decoration: none;

	color: #FFFFFF;
	
	display: block;
	
}

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

#nav a:hover {background: #92CE19; border-left: 10px solid #92CE19; color: #000000}





	

