/* Style Sheet to make Fluid CSS Layout */

body {

	text-align:center;
	font-family: Arial, Sans-Serif;
	font-size: 66%;
	background-color: #FFFFFF;
	background:#adacaf url(../images/bacbar.gif) top left repeat-x;
	padding: 3px;
}
#wrapper1 {
	position: relative;
	width: 906px;
	height: 770px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 17px;
}

#wrapper2 {
	position: relative;
	width: 900px;
	height: 765px;
	margin: 0px auto 0px auto;
	border:1px solid #000;
	padding: 1px;
	text-align: left;
}

#header {
	position: relative;
	width: 900px;
	height: 100px;
	
	background:#adacaf url(../images/grass.jpg);
	background-color: #ffffff;
}

#headerpic{
	float: right;
	width: 37%;
	height: 100px;
	margin: 0px;
}

#headerlogo{
	float: left;
	width: 57%;
	background-color: ##ccc;
	height: 100px;
	margin: 0px;
}

#navbar {
	position: relative;
	width: 900px;
	height: 26px;
	background-color: #677B1A;
}


#content {
	position: relative;
	width: 100%;
	height: 590px;
	background-color: #FFFFFF;
}

#content_centre {
	
	width: 890px;
	background-color: #FFFFFF;
	border:1px solid #000;
	height: 160px;
	margin: 5px;
}

#content_centre_search {
	
	width: 880px;
	background-color: #FFFFFF;
	border:1px solid #000;
	height: 502px;
	padding: 5px;
	margin: 5px;
}

#content_left {
	float: left;
	width: 42%;
	background-color: #FFFFFF;
	height: 590px;
	margin: 0px;
}

#content_left1 {
	position: relative;
	width: 95%;
	height: 540px;
	margin: 5px;
}

#content_right {
	float: right;
	width: 58%;
	background:#adacaf url(../images/bg_body.png) top left repeat-x;
	background-color: #FFFFFF;
	height: 590px;
	margin: 0px;
}
#content_right1 {
	position: relative;
	width: 95%;
	background-color: #FFFFFF;
	border:1px solid #000;
	margin: 5px;
}

#content_right2 {
	position: relative;
	width: 95%;
	background-color: #FFFFFF;
	border:1px solid #000;
	margin: 5px;
}

#content_right3 {
	position: relative;
	width: 95%;
	background-color: #FFFFFF;
	border:1px solid #000;
	margin: 5px;
}

#footermenu {
	clear: both;
	width: 900px;
	height: 20px;
	background-color: #677B1A;
	color: #ebebeb;
	text-align:center;
	padding-top: 5px;
}
	
#footer {
	clear: both;
	width: 900px;
	height: 20px;
	text-align:left;
	padding-top: 5px;
}

.clear {
	clear: both;
	border-bottom-style: solid;
}

#menupop {
	position:relative; 
	top:10px; l
	left:100px; 
	width:75px; 
	background-color:#fff; 
	z-index:100;
}

#menupop a.p1, #menu a.p1:visited {
	display:block; 
	width:160px; 
	height:120px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}

#menupop a img {
	border:0;
}

#menupop a.p1:hover {
	text-decoration:none; 
	background-color:#8c97a3; 
	color:#000;
}

#menupop a .large {
	display:block;
	position:absolute;
	width:0;
	height:0;
	border:0;
	top:-131px;
	left:-45px;
}

#menupop a.p1:hover .large {
	display:block; 
	position:absolute; 
	top:150px; 
	left:-140px; 
	width:300px; 
	height:225px; 
	border:5px solid #677B1A;
}
-----------------------
#pop1 {
	position:relative; 
	top:10px; l
	left:100px; 
	width:75px; 
	background-color:#fff; 
	z-index:100;
}

#pop1 a.p1, #menu a.p1:visited {
	display:block; 
	width:160px; 
	height:120px; 
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
}

#pop1 a img {
	border:0;
}

#pop1 a.p1:hover {
	text-decoration:none; 
	background-color:#8c97a3; 
	color:#000;
}

#pop1 a .large {
	display:block;
	position:relative; 
	width:0;
	height:0;
	border:0;
	top:-131px;
	left:-45px;
}

#pop1 a.p1:hover .large {
	display:block; 
	position:relative; 
	top:-150px; 
	left:200px; 
	width:300px; 
	height:225px; 
	border:5px solid #677B1A;
}

-----------------------
#info {
	z-index:100; 
	height:22em;
}

h1 {
	font-size: small;
	font-weight:bold;
}

p {
	font-size: 1.1em;
}

