@charset "utf-8";
/* Luke van de Paverd @ VDP WEBSITES / SSA SHEPPARTON
--------------------------------------------------------------------------- */

/* GENERAL
--------------------------------------------------------------------------- */
body {
	background-color: #ECEBCF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 15px;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 788px;
	background-color: white;
	padding:0;
	
}
h1 {
	background-image: url(../img/header.jpg);
	text-indent: -9999px;
	width: 767px;
	height: 198px;
	margin: 0;
	padding: 0;
}
#bottomwrapper {
	width: 788px;
	background-color: #C7D6A6;
}
/* Front Page
--------------------------------------------------------------------------- */
#fronttopwrapper {
	height: 307px;
}

#frontlogo {
	width: 306px;
	height: 307px;
	background-image: url(../img/frontlogo.jpg);
	float: left;
}
#frontimage {
	width: 317px;
	height: 307px;
	float: left;
	background-color: #000000;
}
#frontrightcolumn {
	width: 165px;
	height: 152px;
	background-color: #8CB27C;
	background-image: url(../img/rightcolumn.jpg);
	float: right;
	display: block;
}
/* Other pages
--------------------------------------------------------------------------- */
#topwrapper {
	height: 307px;
}
#topleftwrapper{
	float: left; 
	width: 622px;
}
#logo {
	width: 622px;
	height: 111px;
	background-image: url(../img/logo.jpg);
}
#image {
	width: 622px;
	height: 189px;
}
/* NAVIGATION
--------------------------------------------------------------------------- */
#navigation {
	float: right;
	width: 165px;
	height: 307px;
	background-color: #24580F;
}

#navigation ul {
	margin: 23px 14px 0 14px;
 	padding: 0;
 	list-style-type: none;
	text-align: left;
}
ul.links li {
	font: 16px/22px Franklin Gothic Book, Verdana, TW Cen MT, Arial, Helvetica, sans-serif;
	color: #ECEBCF;
	padding-left: 2px;
	background-image: url(../img/navbg.jpg);
}
ul.links li:hover {
	background-image: url(../img/navbgover.jpg);
}
.links a:link, .links a:visited {
	color: #ECEBCF;
 	text-decoration: none;
}
.links .selected a{
	color: white;
}
/* CONTENT
--------------------------------------------------------------------------- */
#content {
	text-align: left;
	width: 608px;
	display: block;
	padding-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	background-image: url(../img/contentbg.jpg);
	background-repeat:repeat-y;
}
#content p {
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font: 16px/24px Franklin Gothic Book, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: justify;
}
#content li {
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font: 16px/24px Franklin Gothic Book, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: justify;
}
#content h2 {
	font: 24px Franklin Gothic Book, Lucida Sans, TW Cen MT, Arial, Helvetica, sans-serif;
	color: #24580F;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: inline;
}
#content h3 {
	font: 18px Franklin Gothic Book, Lucida Sans, TW Cen MT, Arial, Helvetica, sans-serif;
	color: #24580F;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/*
#content img {
padding: 7px;
border: 1px solid #9E2323;
background-color: white;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
display: block;
}*/

#content a:link, #content a:visited, #content a:active {
	color: blue;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
/* FOOTER
--------------------------------------------------------------------------- */
#footer {
	height: 25px;
	width: 788px;
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 9px;
}
#footer p {
	font: 10px Franklin Gothic Book, Lucida Sans, TW Cen MT, Arial, Helvetica, sans-serif; 
	color: #24580F;
	text-decoration: none;
	display: inline;
	margin-right: 2px;

}
#footer a:link, #footer a:visited {
	color: #24580F;
	text-decoration: none;
}
#footer a:hover {
	color: #3C7426;
}
.bottomfooter a {
font-family: verdana;
font-size: 10px;
color: #999999;
text-decoration: none;
}

.bottomfooter a:hover {
text-decoration: underline;
}

#gallery img {
	padding: 2px;
	border: 1px solid #C7D6A6;
	margin-right: 8px;
	height: 140px;
	float: left;
}
#gallery img:hover {
	border: 1px solid #24580F;
}
#gallery {
	clear: both;
}

