 
body {
	margin:0;
	padding:0;
	font-family:lucida grande, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
	text-align:center;
}

body * {
	margin:0;
	padding:0; 
	text-align:left;
}

#wrapper {
	position:relative;
	display:block;
	margin: 0 auto;
	z-index:1;
}
 
/* layout */

#content {
	position:relative; 
	display:block;
	float:right; 
	z-index:2;
}

#oneCol #content {
	float:none !important;
	width:100%
}
#threeCols #content {
	float:left !important;
}

#threeCols #content div#main {
	position:relative; 
	display:block;
	float:right;
	z-index:3;
}

#ltCol {
	position:relative; 
	display:block;
	float:left;
	z-index:4;
} 

#rtCol {
	position:relative; 
	float:right;
	z-index:5; 
}
 
ul#navigation {
	position:absolute;  
	left:0; 
	width:100%;
	z-index:8; 
}  

#navigation li a {  
	position:relative;
	text-decoration:none; 
}

ul li {
	list-style:none;
}

#footer {
	position:relative;
	display:block;
	clear:both;
} 

h1 {
	position:relative;
	/* overflow:hidden; PROBLEM WITH IE */
	text-transform:capitalize;
	z-index:6;
	/* height must be set to the IMG height */
	/* line-height must be set to the IMG height */
	/* font-size can be specified for accessibility */ 
}

h1 span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%; 
	background-repeat:no-repeat;
	z-index:7;  
	
	/* line-height must be set to the H1 height */
} 


img, a  {
	border: 0; 
	margin:0;
}

p a {
	margin:0 !important;
} 
