@charset "utf-8";
/* Luke van de Paverd @ VDP WEBSITES / SSA SHEPPARTON
--------------------------------------------------------------------------- */

/* GENERAL
--------------------------------------------------------------------------- */
body {
	background-color: #902222;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 20px;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 767px;
	background-color: white;
	padding:11px;
	
}
h1 {
	background-image: url(../img/header.jpg);
	text-indent: -9999px;
	width: 767px;
	height: 198px;
	margin: 0;
	padding: 0;
}
#seperator {
	background-image: url(../img/seperator.jpg);
	width: 767px;
	height: 30px;
	margin-top: 1px;
}
/* NAVIGATION
--------------------------------------------------------------------------- */
#navigation {
	float: left;
	width: 174px;
	margin: 20px 0 0 20px;
	padding: 0 0 10px 0;
}

#navigation ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	text-align: left;
}
ul.links li {
	font: 16px/24px TW Cen MT, Arial, Helvetica, sans-serif;
}
.links a:link, .links a:visited {
	color: black;
 	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
#navigation h2 {
	font: 20px/24px Bookman Old Style, TW Cen MT, Arial, Helvetica, sans-serif;
	color: #C9C9C9;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
/* CONTENT
--------------------------------------------------------------------------- */
#middle {
	background: url(../img/contentbg.jpg);
	width: 767px;
	margin-top: 1px;
}
#content {
	text-align: left;
	width: 566px;
	display: block;
	padding-top: 15px;
	padding-right: 7px;
	float: right;
}
#content p {
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: justify;
}
#content li {
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: justify;
}
#content h2 {
	font: 30px TW Cen MT, Arial, Helvetica, sans-serif;
	color: #9E2323;
	padding: 0;
	margin: 0;
	display: inline;
}
#content h3 {
	font: 26px TW Cen MT, Arial, Helvetica, sans-serif;
	color: #373737;
	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
--------------------------------------------------------------------------- */

.bottomfooter a {
font-family: verdana;
font-size: 10px;
color: white;
text-decoration: none;
}

.bottomfooter a:hover {
text-decoration: underline;
}
