/* ------------- generic styles */

body {
	margin: 0;
	padding: 0;
	background: url(../images/background-grass.jpg);
	color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}


h1 {
	font:"Lucida Grande", Arial;
	font-size:40px;
	text-align: center;
	color:#FFCC66;
}

h2 {
	font:"Lucida Grande", Arial;
	font-size:26px;
	text-align: center;
	color:#000000;
}


p {
	color:#000000;
	text-align: center;
}

p.larger{
	font:"Lucida Grande", Arial;
	font-size:16px;
}

li {
	font-size:18px;


}

/* ------------- divs */


div#header {
	height: 198px;
	margin: 0 auto;
	background: url(../images/page_top.gif);
}

div#headerText {
	height: 198px;
	width:994px;
	margin: 0 auto;
	background: url(../images/top_text.gif);
}

div#mainContent {
	margin: 0 auto;
	margin-bottom: 20px;
	width:994px;
	
}

div#pannel1 {
	width: 650px;
	height:300px;
	margin: 0 auto;
	margin-top:25px;
}

div#pannel2 {
	width: 650px;
	height:300px;
	margin: 0 auto;
	margin-top:50px;
}

div#image1 {
	width: 300px;
	height: 300px;
	float: right;
}

div#text1 {
	width: 300px;
	height: 300px;
	float: left;

}

div#image2 {
	width: 300px;
	height: 300px;
	float: left;	

}

div#text2 {
	width: 300px;
	height: 300px;
	float: right;
}

div#text3 {
	width: 600px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom: 20px;
}

div#footer {
	width: 1000px;
	margin: 0 auto;
	height: 35px;
}

.boxBorder {
	border:4px solid black;
}
/*----------------------image styles */

