html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	background: #cfd1d2;
	text-align: center;
	font-size: 10px;
}

body, input, textarea { font-family: Calibri, Arial, Sans-serif; }


a img { border: none; }

a {
	color: red;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

#container {
	width:780px;
	margin: 0px auto;
	padding-top: 8px;
	text-align: left;
}

/*----- Nav -----*/

	#nav {
		position: relative;
		width: 780px;
		height: 51px;
	}
	
		#nav div.layer {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 780px;
			height: 51px;
		}
	
		#nav div.shadow {
			width: 1004px;
			height: 61px;
			left: -7px;
			background: url('http://www.wispa.com.au/images/nav_shadow.png') no-repeat;
		}
		
		#nav div.background {
			background: url('http://www.wispa.com.au/images/nav_background780.png')  no-repeat;
		}
		
		#nav div.content {

		}
		
			#logo {
				position: absolute;
				top: 4px;
				left: 5px;
				height: 53px;
			}
			
			#logo:hover {
				background: url('http://www.wispa.com.au/images/logo_glow.png') no-repeat 50% 100%;
			}
			
			#nav div.links {
				position: absolute;
				top: 0px;
				left: 214px;
				width: 776px;
			}
			
				#nav div.links a {
					display: block;
					float: left;
					height: 58px;
					line-height: 51px;
					width: 117px;
					font-size: 1.6em;
					text-align: center;
					color: #1b1b1b;
				}
				
				#nav div.links a:hover, #nav div.links a.selected {
					background: url('http://www.wispa.com.au/images/nav_glow.png') no-repeat 50% 100%;
				}
				
				#nav div.links a:hover {
					text-decoration: none;
					color: #5a5a5a;
				}
				
/*----- Top Content -----*/

	#topContent {
		position: relative;
		height: 170px;
	}

/*----- Body -----*/

	#body {
		position: relative;
			width: 780px;
	}
	
		#top {
			width: 780px;
			height: 51px;
			background: url('http://www.wispa.com.au/images/body_top_transparent780.png') no-repeat;
		}
		
		#top.opaque {
			background-image: url('http://www.wispa.com.au/images/body_top.png');
		}


			
/*----- Content -----*/

		#right {
			width: 780px;
		}
		
			#content {
				padding: 0px 80px;
				min-height: 500px;
				background: #ffffff;
				color: #292a2b;
			}
			
			* html #content { /*MSIE min-height hack*/
				height: 500px;
			}
			
				
				
				#content h2 {
					font-size: 2.0em;
          background: url(images/arrow_sub_header.jpg) no-repeat 0px 5px;
          padding-left: 25px;
				}
				
				#content p {
					font-size: 1.6em;
				}
				
				#content h1, #content h2, #content p {
					margin: 0px 0px 12px 0px;
					font-weight: normal;
				}
				


    			
/*----- Footer -----*/

			#footer {
				position: absolute;
				width: 1513px;
				height: 287px;
				left: -354px;
				font-size: 1.3em;
				line-height: 1.5em;
				color: #333333;
				background: url('http://www.wispa.com.au/images/footer.jpg') no-repeat;
			}
			
				#footer p { /*top changed in ie-all.css*/
					position: absolute;
					top: 65px;
					left: 376px;
				}
        
        
        #footer a {
        
          color: #9E9E9F;
        
        }
        
        #footer #fillerLines {
                 
                 
        color:#9E9E9F;
		font-size:12px;
        
        
        }
        





#container {
	margin-top: -572px;
}

#background {
	background: url('http://www.wispa.com.au/images/backgrounds/tiled/does.jpg') repeat-x;
	height: 572px;
}


h1 {
	margin-bottom:20px;
}
h3 {
	margin:20px 20px;
	padding:20px 0px;
	font-size:16px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#content p {
	margin:10px 0;
}
#content hr {
	margin:20px 0;
	width:100%;
}
#content h2 {
	margin:0px;
}
#content img {
	width:auto;
	height:auto;
	float:left;
	clear:left;
	margin:0 10px 10px 0;
	border: 1px solid #999;
}
#content span {
	font-size:20px;
}
#topContent {
	text-align:center;
}
#topContent a{
	font-size:30px;
	display:block;
	margin:70px auto 0 auto;
	color:#e7e7e8;
}
#content a{
	color:#292a2b;
	border-bottom:1px dotted #292a2b;
}
#content a:hover{
	color:#292a2b;
	border-bottom:1px solid #292a2b;
	text-decoration:none;
}

#content table {
	margin:20px auto;
	width:500px;
	font-size:12px;
	text-align:right;
	border:1px solid #666;

}
#content table td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:0 3px;

}
#content table td.lf{
	text-align:left;

}
#content ul {
	font-size:12px;
	margin: 10px 30px;
}
#works-in-sydney {
	text-align:center;
}
#works-in-sydney img {
	margin:10px auto 0 auto;
	padding:0 20px;
	clear:both;
}
#works-in-sydney span {
	font-weight:bold;
	clear:right;
}





/* WISPA.css */


