/* Grapes, web template for business or for fun */

body {margin: 0; padding: 0; background: #FFF}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  Verdana, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em
}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px 0 0 0;
	color: #FF6600;
	font-weight: normal;
}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 2em;
	padding-right: 2px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #CCC
}

h1:first-letter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em
} /* styles the first letter of the main title to make it large */

p#tagline {
	position: absolute;
	top: 45px;
	font-style: normal;
	color: #333333;
	font-size: 1.8em;
	font-weight: bold;
	left: 176px
}  /* sits under main title */

h2 {
	font-size: 1.2em;
	letter-spacing: 0.05em
}

h3 {
	font-size: 1.0em;
	letter-spacing: 0.05em
}

p, ul, ol {
	margin: 10px 10px 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000;
	letter-spacing: 0.05em
}

p1{
	font-size: 0.7em;
}

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: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666
}
a:hover, a:active {
	color: #F9F;
	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: 760px;
	background-color: #FFF;  /* Important image, do not remove */
	/* background: url(images.index/bkgrnd.gif) 0 0 repeat-y #CCC; */  /* Important image, do not remove */
	overflow:hidden;
	/*height: 840px*/
}

#hdr {  /* div containing h1, nav and grapes image */
	float: left;
	width: 750px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images.index/mnfl.jpg);
	background-repeat: no-repeat;
	background-position: 0 0
}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 100px;
	margin-left: 10px;  /* leave this so that background image lines up with edge of this div */
	width: 160px;
	background: transparent;
	overflow: visible
}

#lftbttmbar {
	float: left;
	text-align: center;
	font-size: 0.7em;
	height: 3.5em;
	line-height: 3.5em;
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC
}

#rgtcol {
	float: right;
	width: 560px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
	padding-right: 20px
}  /* right column */

#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.7em;
	height: 3.5em;
	line-height: 3.5em;
	width: 760px;
	background: #CCC;
	font-family: Verdana, Geneva, sans-serif
}


#mailbox {    /* mail box in left column */
	float: left;
	margin: 30px 0 3px 0;
	padding: 5px 0;
	width: 150px;
	text-align: start;
	background: url(images.index/mailbox.gif) no-repeat 0 0
}

#mailbox p {
	font-size: 0.8em;
	line-height: 1.2em
}  /* mail box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 10px 0 20px 0; /* the 13px 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: 140px;  /* a little top margin */
	border: 0;
	border-left: 8px solid #D9D93C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #D9D93C;
	float: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 6px
}

ul#nav li a#current {
	background: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FF6600
}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {
	background: #000000;
	color: #FF6600;
	border-left-color: #9EA219
}


	
