/* Overall layout for our header and footer plus wrapping container*/

html,body{
	margin:auto;
	background-image: url(../images/bkg.jpg);
	text-align: center;
}

.floatleft{
	float:left;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000
}
#header{
	width:960px;
	float: left;
	border-top: 16px solid #98D621;
	background-color: #FFFFFF;
	height: 106px;
}

#content{
	width: 960px;
	float: left;
}
#wrapper {
	width:960px;
	margin: auto;
	background-color: #8E938F;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	height: auto;
}
.menu{
	width:490px;
	float:right;
	margin-top: 68px;
	margin-right: 0px;
}
.menu_font:hover{
	color: #999999;
}
.push {
	height: 30px; /* .push must be the same height as .footer */
	width: 960px;
	float: left;
	}
.footer{
	width: 960px;
	background-color: #FFFFFF;
	height: 23px;
	clear: both;
}
.footer_menu{
	text-decoration: none;
	padding-right: 33px;
	text-align: right;
}
.menu_selected {
	color: #82B81D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menu_font {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* text style for unique colour areas*/

.colour_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6633CC;
	font-weight: bold;
}
.footer_font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}
	.footer_font:hover{
	color:#999999;
	text-decoration: none;
}
.logo{
	float:left;
	padding-top:15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

/* This section is for commonly used attributes accross the gallery section*/
.hline{
	width:460px;
	height:25;
	float:left;
	border-top:2px solid #98D621;
}
.hline_bottom{
	width:460px;
	height:25;
	float:left;
	border-bottom:2px solid #98D621;
	margin-top: 30px;
}
