body {
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #EEEEEE;
	margin:0px;
	padding:0px;
	background: #EEEEEE url(irrigation2.png) top center no-repeat;

}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


img {
	border: 0px;
}



#header {
	position: relative;
	margin: auto;
	padding: 20px 0 0 60px;
	width: 1077px;
	height: 200px;
	background: url(images/header_bg.png) no-repeat;
}

#logo {
	text-align: center;
	width: 50%;
	margin: auto;
}

#ad {
	margin: 5px 0 0 160px;
	text-align: right;
	float: left;
	width: 40%;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#navcontainer {
	padding: 3px 0 0 0;
}


#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}


#nav li {
	color: #fff;
	line-spacing: 2px;
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}


#contentcontainer {
	width: 100%
	margin: auto;
}

#content {
	margin-left: 25%;
	float: left;
	width: 30%;
}

#content p {
	letter-spacing: -.2px;
	line-height: 1.5em;
	margin:0;
	font-size: .9em;
}


#content h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bolder; 
	font-style: normal; 
	line-height: normal; 
	font-family: 'Museo300', sans-serif;
}

.meta {
	font-size: .8em;
	color: #bebebe;
	margin: 0 0 14px 0;
}

.meta a {
	font-weight: bold;
}


@font-face {
	font-family: 'Museo300';
	src: url('museo300-regular-webfont.eot');
	src: local('‚ò∫'), url('museo300-regular-webfont.woff') format('woff'), url('museo300-regular-webfont.ttf') format('truetype'), url('museo300-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#right {
	font-size: 0.9em;
	margin: 0 0 0 10px;
	float: left;
	width: 35%;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#twitter_update_list {
	/* the main container */
	width: 100%;
	background: url(images/twitter_header.png) no-repeat;
	height: 100px;
	padding-top: 55px;
}
 
#twitter_update_list li {
	/* wraps a single list */
	list-style-type: none;
	border-bottom: 1px solid #dfdfdf;
	font-size:100% !important;
	font-size:12px !important;
	padding: 6px 0 6px 0;
	margin: 0px;

}
 
#twitter_update_list li span {
	/* wraps the tweet */
	margin: 0px;
}
 
#twitter_update_list li a {
	/* wraps the link to the tweet */
	/* by default it have 85% font-size therefore you might want to change it like below */
	font-size:100% !important;
	font-size:12px !important;
}



.clear {
	clear: both;
}

#footer {
	margin: 0px
	padding: 0px;
	height: 300px;
	background: url(images/footer_bg.png) no-repeat;
}

#copy {
	padding-top 300px;
	text-align: center;
}

