/* created by Aadhar Alternative Media */

body {
	margin: 0;
	padding: 0;
	background-color: #CFF5D1;
}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 5px 0 0 5px; color: #FF0000; 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: 20px; font-size: 2.25em; letter-spacing: 0.1em; line-height: .70em; padding-right: 10px; border-right: 105px solid #FF0000}
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: -32px; font-style: italic; color: #FF0000; 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.7em;
	line-height: 1.6em;
	color: #000;
	letter-spacing: 0.05em;
	font-style: inherit;
}

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: #0066cc; font-weight: bold; text-decoration: none; border-bottom: 1px solid #0066cc}
a:hover, a:active {color: #FF0000; border-color: #FF0000}

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;
	width: 800px;  /* Important image, do not remove */
	overflow: hidden;
	background-image: url(B_3.jpg);
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#hdr {  /* div containing h1, nav and grapes image */
float: none; 
width: 300px; 
height: 50px; 
}

#lftcol {   /* left column */
	position: absolute;
	left: 182px;
	top: 151px;
	margin-left: 10px;  /* leave this so that background image lines up with edge of this div */
	width: auto;
	background: transparent;
	overflow: hidden;
	height: auto;
}

#rgtcol {
	float: right;
	width: 320px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
	padding-top: 30px;
}  /* right column */

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 570px; background: #CCCC33; border-top: 1px solid #D9D93C}




/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 3px 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: 120px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #00FFFF;
	padding: 2px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #00FFFF
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #9EA219; color: #fff}


	
