@charset "utf-8";
/* CSS Document */

/* eric meyer's css reset code */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
vertical-align: baseline;
}

body {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	background-color:#8a8c80;
	margin: 0;
	text-align: center;
	}

#container {
width: 900px;
margin: 0 auto;
}

#main {
width: 900px;
height: 600px;
background-image: url("http://www.ekoh.org/images/homebg.jpg");
background-repeat:no-repeat;
}

li {
list-style:none;
font-weight: normal;
text-align: left;
line-height: 19px;
font-size: 16px;
color:#000000;
letter-spacing: 0px;
}

.white li {
color: #FFFFFF
}

.whitey {
color:#76356e;
}

a {
font-size:18px;
text-decoration: none;
color:#76356e;
}

a:link, a:visited {
color:#76356e;
}

a:hover, a:focus {
color:#000000;
}

.slideshow {
width: 310px;
float: left;
text-align: left;
margin: 164px 20px 0px 41px;
}


#right {
width: 500px;
float: left;
text-align: left;
margin: 164px 0px 0px 0px;
}

#footer p {
font-size: 12px;
color:#333333;
margin-top: 0px;	
}

.grey {
	color:#000000;
}


