
/* general */
a {
	color:#1D4EEA;
	text-decoration:none;
}
a:hover {
	color:#4B75FA;
	text-decoration:none;
}


/* body */
body {
	background-image: url(images/bg_kale.jpg);
	background-color: #ACD373;

	color:#000000;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
	text-align:center;
}

#wrapper {  
	width: 720px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(images/bg_header.png) no-repeat;
	height: 85px;
	z-index:30;
}


/* navigation */
#navigation {	
	height:36px;
	width:720px;
	background-image: url(images/bg_nav-menu.png);
	/*background-color: #ACD373;*/
	background-position:top;
	background-repeat: repeat-y, repeat-x;
	font-size:13px;
	margin-top:-13px;
	z-index:30;
}

#navigation ul {
	list-style:block;
}
#navigation li {
	float:left;
	height:36px;
	list-style:none;
	width:90px;
}
#navigation li a {
	color:#111;
	display:block;
	height:36px;
	line-height:36px;
	padding:0px 0 0;
	text-align:center;
	width:90px;
}
#navigation li a:hover {
	background:url('images/navigation.gif') repeat-x;
	color:#4B75FA;
}
#navigation li a.active {
	background:url('images/navigation.gif') repeat-x;
	color:#1D4EEA;
}

#navigation div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #C4DF9B;
	border: 1px solid #8BA26B;
}

	#navigation div a
	{	position: relative;
		display: block;
		height:16px;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #C4DF9B;
		color: #000;
		font: 11px tahoma;
		}

	#navigation div a:hover
	{	background: #DDF6B9;
		color: #000
	}


/* navigation & drop down */
/* why does this code not work and navigation does? */

#nav
{	height:36px;
	width:720px;
	background-image: url(images/bg_nav-menu.png);
	/*background-color: #ACD373;*/
	background-position:top;
	background-repeat: repeat-y, repeat-x;
	font-size:13px;
	margin-top:-13px;
	z-index:30;
}


#nav ul {
	list-style:block;
}

#nav li
{	float:left;
	height:36px;
	list-style:none;
	width:90px;
}

#nav li a
{	color:#111;
	display:block;
	height:36px;
	line-height:36px;
	padding:0px 0 0;
	text-align:center;
	width:90px;
}

#nav li a:hover
{	background:url('images/navigation.gif') repeat-x;
	color:#4B75FA
}

#nav li a:active
{	background:url('images/navigation.gif') repeat-x;
	color:#1D4EEA;
}


#nav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #C4DF9B;
	border: 1px solid #8BA26B;
}

	#nav div a
	{	position: relative;
		display: block;
		height:16px;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #C4DF9B;
		color: #000;
		font: 11px tahoma;
		}

	#nav div a:hover
	{	background: #DDF6B9;
		color: #000
	}



#main{
	background-image:url(images/bg_main.png);
	background-repeat:repeat-y;
	min-height:100%;
	height:auto;
	width:720x;
	margin-top:0px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position:relative;
	text-align:left;
}

#main h1 {
	color:#006600;
	font-size:160%;
	padding-bottom:7px;
}
#main h2 {
	color:#000000;
	font-size:110%;
	padding-bottom:5px;
}
#main quote  {
	font-style:italic;
}



#content{
	padding:15px 40px;
}

#image-left {
	color:#333;
	float:left;
	margin:10px;
	margin-right:35px;
}
#image-right {
	color:#333;
	float:right;
	margin:5px;
	margin-left:25px;
}

/* footer */
#footer {
	background: url(images/bg_footer.png) no-repeat;
	width:720px;
	position:relative;
	bottom:0;
	left:0;
	height:80px;
}
