@charset "utf-8";

a:link {
	color: #757575;
}
a:visited {
	color: #757575;
}
a:hover {
	color: #000;
}
a:active {
	color: #757575;
}
html, body {
	height:100%;
}
body {
	color: #757575;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	background-color: #f18d00;
	background-image: url(http://www.illawarra.org/images/holly.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
#outer {
	min-height:100%;
	width: 724px;
	margin-bottom:-42px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 7px #cf6718;
	border-right: solid 7px #cf6718;
	background-color: #fff;
	background-image: url(http://www.illawarra.org/images/right.png);
	background-position: 520px 104px;
	background-repeat: no-repeat;
}
* html #outer { height:100%; } /* IE6 and under treat height as min-height anyway*/
#header {
	position:relative;
	min-height:0px;/* ie 7 haslayout fix */
	height: 80px;
	margin: 0px;
	background-image: url(http://www.illawarra.org/images/blog-illawarra-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#slogan {
	margin: 0;
	padding-top: 56px;
	padding-left: 77px;
}
/* mac hide \*/
* html #header { height: 51px; he\ight: 1px }/* height needed for ie to force layout*/
/* end hide*/
#menu {
	width: 100%;
	height: 24px;
	background-color: #cf6718;
	margin: 0px;
	padding: 0px;
}
#menu_right a:link, #menu a:visited, #menu a:active {
	color: #FFF;
	text-decoration: none;
}
#menu_right a:hover {
	text-decoration: underline;
}
.right_spacer a:link, .right_spacer a:visited, .right_spacer a:active {
	text-decoration: none;
}
.right_spacer a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 724px;
}
#main {
	margin: 0;
	padding: 10px;
	width: 504px;
	float: left;
}
#right {
	margin: 0;
	width: 180px;
	padding: 10px;
	float: left;
	text-align: right;
}
h1 {
	color: #444;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.formbord {
	border: 1px solid #999;
}
#footer {
	width: 724px;
	clear: both;
	height: 35px;
	border-left: solid 7px #cf6718;
	border-right: solid 7px #cf6718;
	background-color: #cf6718;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
}
* html #footer { /*only ie gets this style*/
	\height: 42px; /* for ie5 */
	he\ight: 40px; /* for ie6 */
}
#clearfooter { clear: both; height: 10px; } /*needed to make room for footer*/
