@import url("bands-list.css") ;
body  { color: #445407; 
	font: 76%/1.5em verdana, arial, sans-serif; 
	background: white url(http://www.scobie.com.au/images/bkg-gradient.jpg) repeat-x fixed 0 bottom;
	text-align: center; 
	margin: 0; 
	padding: 0 }
* {margin:0; padding:0;}
#completewrap {
	width: 760px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}
#header{
	height: 200px;
	background-color: white;
	}
#wrapbody { 
	position: absolute;
	top: 200px; 
	background: white url(http://www.scobie.com.au/images/bkg-bottom.jpg) repeat-x 0 top;  
	}
#nav{
	width:209px;/* meant to be 210 but IE freaked*/
	float: left;
	padding-top: 40px;
	}
#nav a{
	color: #C38000;
	text-decoration: none;
	display: block;
	}
#nav a:hover{
	color: #AEC300;
	}
#nav ul{
	list-style-type: none;
	padding: 0 16px 0 20px;
	}
#nav li{
	border-bottom: silver 1px dotted;
	}
#content{
	width: 520px;/* original width 550(minus 30px padding*/
	float: right;
	padding-right: 30px
	}
#content p{
	padding-bottom: 6px;
	}
#content img{
	float: right;
	margin: 0 0 10px 2px;
	border: 1px solid silver;
	padding: 2px;
	}
#content img.left{ 
	float: left;
	padding: 0 4px 0 0;
	border: 0;
	}
#content a{
	color: #C38000;
	text-decoration: none;
	display: inline;
	}
#content a:hover{
	color: #AEC300;
	}
#content ul{
	list-style-type: none;
	padding: 0;
	}
#content li{
	border-right: silver 1px dotted;
	float: left;
	}
	
#list li{
	list-style:square inside;
	float:none;
	}
	
#list li{
	padding-left:20px
	}	
h1{
	font-size: 1.95em;
	color: #AEC300;
	font-weight: lighter;
	padding: 14px 0 10px 0;
	line-height: 1em
	}
h2 { 
	font-size: 1.35em;
	color: #AEC300;
	font-weight: normal; 
	padding-bottom: 2px 
	}
.clearfloats{
	clear: both;
	border-bottom: 1px dashed #AEC300;
	margin-bottom: 10px;
	}
#footer   { 
	background-color: transparent;
	height: 2.5em;
	line-height: 1em;
	padding: 10px 0 0 25px; 
	clear: both }
#footer a{
	 font-size: .85em;
	 color: #d5da9d;
	 text-decoration: none;
	 }
 #footer ul{
	margin: 0;
	padding: 0;
	}
#footer li{
	float: left;
	list-style: none;
	display: block;
	border-left: 1px #d5da9d dotted ;
	padding: 0 6px;
	background-color: transparent}
#footer li.first
{ 
	border-left: 0;
	padding-left: 0;
	}
 
/* alsett ckearing method */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	} 
/* a fix for mac*/
.clearfix {
display: inline;
}
/* holly hack for bug in ie6 win*/
* html .clearfix {
height: 1%;}
.clearfix {
display: block;
}
hr { height:0px; 
        border:0px;
        padding-bottom: 10px; 
        border-top:1px dashed #AEC300; }
.small { font-size: 0.8em; font-style: italic }
