﻿body {
	background-image:url('../images/grass-01.jpg');
	background-repeat:repeat;
}
#wrapper {
	width:960px;
     height:700px;
	background-color:transparent;
	margin:0 auto;
}





#leftbar h1 {
	font-size:large;
	font-weight:bold;
	margin-bottom:3px;
	margin-left:10px;
		
}

#leftbar p {

	margin:10px;
	margin-top:5px;
}
#leftbar {
border-radius:15px;
background-color:#FFFF66;
width:465px;
height:170px;
float:left;
margin:0px;
margin-left:0px;
padding:5px;
	
}

#leftbar a {
	
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

#leftbar img {
	
	float:left;
	width:95px;
	height:119px;
	margin:5px;
	margin-right:10px;
	margin-left:10px;
}



#rightbar h1 {
	font-size:large;
	font-weight:bold;
	margin-bottom:3px;
	margin-left:10px;
		
}

#rightbar p {

	margin:10px;
	margin-top:5px;
}
#rightbar {
border-radius:15px;
background-color:#FFFF66;
width:465px;
height:170px;
float:right;
margin:0px;
margin-right:0px;
padding:5px;
	
}


#rightbar a {
	
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}








#centerbar {
width:956px;
height:485px;
background-color:blue;
margin-left:0px;
margin-top:0px;
margin-bottom:10px;
border:2px white solid;

		
}

#centerbar img {
width:956px;
height:450px;
margin-top:0px;
margin-left:0px;

	
}

#centerbar p {
	
	margin:5px;
	text-align:center;
	color:white;
}
a:link, a:active {
	
	font-weight:bold;
}

a:link, a:visited {
	
	
	color:#6A5ACD;
	background-color:transparent;
}

a:hover, a:active {
	
	color:#191970;
	background-color:red;
	
}





