body {
	font: 62.5%/1.8em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #5c5f3a;
	text-align: center;
	background: #e0e0e0 url("img/bkg.jpg") repeat-x top fixed;
}

*	{margin:0; padding:0;}

a, a:visited {
	text-decoration: none;
	color:#FF4900
}
a:hover {
	text-decoration: none;
	color:#0070af;
	background-color: #E8E8E8
}

ul{
	list-style: none;
}
a img,:link img,:visited img{
	border:none
}
#wrap { 
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	width: 841px;
	background: url(img/bkgwrap.gif) no-repeat center 246px ;
}

	/*--------------------------------
		NAV
	 --------------------------------*/

#nav { 
	width: 200px;
	float:left;
	padding-top:40px
} 
	 
#nav li ul{ 
	padding-left:20px
}

#nav li {
	border-bottom: 4px solid orange
}

#nav li ul li {
	border-bottom: none
}

#nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color:black;
}

#nav li a:hover{
	background-color:black;
	color:white
}

#nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color:dark grey;
	background-color:white;
	margin-bottom:2px;
	padding:1px 12px;}

#nav li ul.snow li a{
	background-color:#047eb1;
	margin-bottom:2px;
	padding:1px 12px;
	color:white
}
#nav li ul.aussie li a{
	background-color:#1c1c1c;
	margin-bottom:2px;
	padding:1px 12px;
	color:white
}
	
	#nav li ul.snow li a:hover, #nav li ul.aussie li a:hover{
	background-color:#D0D0D0;
	color:black
	
}
	 
	  /*--------------------------------
		CONTENT AREA
	  --------------------------------*/

#content{
	float:right;
	width:460px; /*-- 600px - 80 -60 --*/
	padding: 0 80px 0 60px;
	background: white url(img/bkgcontent.gif) no-repeat top;
	}
	
#content h1, #content h2, #content p {
	font-family:Arial, Helvetica, sans-serif;
	xpadding-right:80px;
	}
	
#content h2{
	color:#f28200;
	font-size:1.6em;
	padding-top:14px
	}
	
#content p{
	font-size:1.2em;
	line-height:1.6em;
	padding-bottom:10px
	}

#content p.dark{
	font-size:1.3em;
	color:black;
	background: url(img/dots.gif) bottom repeat-x;
	}
	
#content h1{
	color:black;
	font-size:3.6em;
	padding: 14px 0 24px 50px;
	letter-spacing: -1px;
	background:url(img/cross.gif) no-repeat
	}
	
#content ul{
	list-style:square;
	padding:0 0 14px 14px;
	font-size:1.2em
	}

	/*--------------------------------
		FOOTER
	 --------------------------------*/
	 
#footer{
	clear:both;
	height:236px;
	background-image:url(img/footer.gif)
	}
a.webdesign{
	background-color:red;
	color:white;
	padding:6px 10px
}

#footer p{
	padding:110px 0 0 20px
	}
	.clearfix:after {
 content: ".";              
 display: block;         
 height: 0;                  
 clear: both;               
 visibility: hidden;	     
}
/* alsett ckearing method */
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}