/* 
===========================================
Style sheet for Metacoustics Pty Ltd - Print Media
By Michael Kear
AFP Webworks
http://afpwebworks.com
28/1Feb/2004
===========================================
*/
/* 
===========================================
Generic Divs and Classes
===========================================
*/

body {font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif;}



#skipper {
	display : none;
}

.ahem {
	display : none;
}

/* 
===========================================
Main Container Div 
===========================================
*/


#container {
	margin: 0 5%; padding: 0; position: static;
}

/* 
===========================================
Header Div 
===========================================
*/
#banner {
	background-color : #FFFFFF;
	border : none;
	border-bottom : 4px solid #EAEAEA;
	color : #000000;
	text-align : center;
}


#banner h1 {
	color : #000000;
	text-align : left;
}

/* 
===========================================
Main Content Div
 ===========================================
*/
#content {
	border : none;
	padding : 10px 1.5em 10px 1.5em;
}

#content h3 {
	font-size : 1.8em;
}

#content h4 {
	font-size : 1.4em;
}

#content ol li {
	list-style-position : outside;
	margin-left : 2em;
	padding-left : 0.5em;
}

#content .floatright {
	border : 1px solid black;
	float : right;
	margin : 10px 0 10px 10px;
	padding : 2px;
}

#content img {
	border : 1px solid black;
	padding : 2px;
}

#content .floatleft {
	border : 1px solid black;
	float : left;
	margin : 10px 10px 10px 0;
	padding : 2px;
}

#content p {
	font-size : 0.9em;
	text-align : left;
}

/* 
===========================================
Footer Divs 
===========================================
*/
#footer {
display: none;
}
