#site-generator a {
background:url("http://customwebsite.com.au/favicon.gif") no-repeat scroll left center transparent;
color:#888888;
display:inline-block;
line-height:16px;
margin-left:1px;
padding-left:19px;
text-decoration:none;
}
body {
	margin: 0px;
	padding: 0px;
	background:#e3e3cd url(../images/page-bg.gif) repeat-x;
	font:12px "trebuchet MS";
}
p, h1, h2, h3, h4, h5, h6, div, ul, li, div, form, label, input, textarea, img, span {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	font:12px "trebuchet MS";
}
p.center{
	text-align:center
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#333333;
	text-decoration:none
}
h1{
	background:url(../images/arrow-h1.gif) 0 5px no-repeat;
	color:#3d3d33;
	font-size:14px;
	border-bottom:1px solid #1ca5d1;
	padding:2px;
	padding-left:15px;
	text-transform: capitalize;
}
h2{
	background:url(../images/bullet.gif) 0 5px no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#FF6603;
	padding:5px;
	padding-left:20px;
}
#body{
	width:770px; 
	margin:auto; 
	position:relative;
}
#wrapper{
	width:770px;
	float:left;
}
#header{
	width:770px;
	height:87px;
}
#logo{
	width:407px;
	height:87px;
	float:left;
}
#topMenu{
	width:363px;
	height:87px;
	float:left;
}
span.abnNo{
	font-size:14px;
	font-weight:bold;
	color:#024f67;
	float:right;
	margin-top:70px;
}
#menu{
	width:770px;
	height:46px;
	float:left;
}
#menu ul{
	margin-top:5px;
	margin-left:5px;
}
#menu li{
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	float:left;
	padding-right:1px;
	height:46px;
	display:block;
}
#menu li a{
	display:block;
	color:#024f67;
	text-decoration:none;
	height:41px;
	padding:0 0 0 40px;
}
#menu li a b{
	display:block;
	float:left;
	padding:0 33px  0 0;
	padding-top:13px;
}
#menu li.current a, #menu li a:hover{
	background:#fff url(../images/menu-left.gif) left top no-repeat;
	color:#646500;
	text-decoration:none;	
}
#menu li.current a b, #menu li a:hover b{
	background:#fff url(../images/menu-right.gif) right top no-repeat;
}
#flash{
	width:770px;
	height:206px;
	float:left;
}
#content{
	width:770px;
	background:url(../images/content-bg.gif) -9px 0px repeat-y;
	float:left;
	margin-top:4px;	
}
#left{
	width:180px;
	float:left;
	padding: 10px 5px;
}
#left li{
	background:url(../images/arrow-h2.gif) 0 12px no-repeat;
	list-style:none;
	padding:5px;
	margin-left:10px;
	padding-left:12px;
	text-transform:capitalize;
	border-bottom:1px dashed #8cddf6;
}
#left li li{
	background:url(../images/arrow-h3.gif) 0 4px no-repeat;
	list-style:none;
	padding:5px;
	margin-left:10px;
	padding-left:12px;
	text-transform:capitalize;
	border-bottom:none;
}
#left li a{
	color:#002d42;
	text-decoration:none;
}
#right{
	width:558px;
	float:left;
	padding:10px;	
}
#right ul{
	padding-left:10px;
}
#right li{
	list-style:none;
	background:url(../images/solidarrow_right.gif) 0 9px no-repeat;
	padding-left:15px;
	padding-top:5px;
}
#right ul.link{
	padding-left:10px;
}
#right ul.link li{
	list-style:none;
	background:url(../images/submenu-off.gif) 0 6px no-repeat;
	padding-left:15px;
}
#footer{
	font-size:9px;
	width:770px;
	text-align:center;
	color:#666666;
	float:left;
	clear:both;
}
#footer a, #footer a:hover{
	color:#666666;
	text-decoration:none;
}
#footer p{
	font-size:10px;
}
