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



@font-face {
	font-family: adele; src: url('ADELE-Light.ttf');
	font-family: gill; src: url('GillSansStd-Light.otf');
}

body {
	margin: 0;
    padding: 0;
    text-align: center;
}

#background {
	background-attachment: fixed;
	background-image: url(img/rooftop4.jpg);
	background-repeat: no-repeat;
	background-position: center;


}

#background1 {
	background-image: url(img/plants.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#background2 {
	background-image:url(img/fishfarmback.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#background3 {
	background-image:url(img/organic%20farms.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}



#container {
    font-family: Arial,Helvetica,sans-serif;
    /*height: 768px;*/
    margin: 0 auto;
    width: 1024px;
	height: 899px;
	/*border-style: solid;*/
}


#container1 {
    font-family: Arial,Helvetica,sans-serif;
    /*height: 768px;*/
    margin: 0 auto;
    width: 1024px;
	height: 1400px;
	/*border-style: solid;*/
}

header {
	height: 130px;
	/*border-style: solid;*/
	padding-top: 20px;
}


#logo {
	position: fixed;
	text-align: left;
	height: 50px;
	width: 50px;
}

#navigation {
	text-align: left;
}

.twitter {
	position:fixed;
	margin: 20px auto auto 65px;
}

.facebook {
	position: fixed;
	margin: 20px auto auto 105px;
}


#quote {
	margin-left: -77px;
	color: #FFF;
	margin-top:-50px;
}

#quote p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#quote h1 {
	font-size: 18px;
}*/

#middleContent {
	padding-top: 0px;
}

#middleContent1 {
	height: 400px;
	/*border-style: solid;*/
}

#middleContent1, #blogContent1 {
	width: 600px;
	float: right;
	margin-right: 200px;
}

.leftContent {
	text-align: left;
	padding: 0 20px 0 20px;
	width: 460px;
	height: 1150px;
	/*border-style: solid;*/
	float: left;
	background-color: black;
	color: white;
	margin-top: -20px;
}

.leftContent1 {
	text-align: left;
	padding: 0 20px 0 20px;
	width: 460px;
	height: 1070px;
	/*border-style: solid;*/
	float: left;
	background-color: black;
	color: white;
	margin-top: -20px;
}

.rightContent {
	width: 500px;
	height: 400px;
	/*border-style:solid;*/
}

/*#blogContent1 {
	padding: 0 20px 0 20px;
	margin-right: 100px;
	width: 460px;
	height: 660px;
	border-style: solid;
	text-align: left;
	color: white;
	background-color: black;
}*/

h1 {
	color:#C93;
	font-size:20px;
	margin-top: 30px;
}

h3 {
	color:#ccc;
	margin-top: -8px;
	font-size: 14px;
}

p {
	color:#fff;
	line-height: 160%;
	font-size: 12px;
}

#blogContent2 {
	color: #ecebeb;
	height: 200px;
	padding-top: 250px;
	text-align: right;
	margin-right: 50px;
	/*border-style: solid;*/
}

#blogContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#blogContent2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	margin-top: -8px;
}

#blog1, #blog2, #blog3 {
	/*border-style: solid;*/
	margin-top:40px;
	width: 200px;
	height: 200px;
	margin-left: 100px;
}

#blog1 {
}

#blog2 {
	position: relative;
	margin: -206px auto 0 auto;
}


#blog3 {
	position: relative;
	margin: -206px auto 0 700px;
}

footer {
	height: 40px;
	/*border-style: solid;*/
}


/* this is where the scrollbox goes */

/*.scrollBox {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	height: 1200px;
    width: 1024px;
	padding: 5px;
	overflow: auto;
}*/


a:link {
	color:#FFF;
	text-decoration: none;
}    						/* unvisited link */

a:visited {
	color:#fff;
	text-decoration: none;
} 							/* visited link */

a:hover {
	color:#C93;
}   						/* mouse over link */

a:active {color:#000000;
}  							/* selected link */