/*
-----------------------------------------------
MYOB Website

author: Ryan O'Connell
studio:	hothouse interactive
website:www.hothouse.com.au
email: 	info@hothouse.com.au
----------------------------------------------- */

/*
begin copyright
-----------------------------------------------

   Copyright Hothouse Interactive
   :: www.hothouse.com.au ::
   Unauthorised modification / use is a 
   criminal offence, and will be prosecuted 
   to the fullest extent permitted by law.
   All Rights Reserved
 
end copyright 
----------------------------------------------- */
@import url("standard.css");
@import url("nav.css");
@import url("elements.css");
@import url("layout.css");


html {
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D2CDC2;
	color: #666660;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: x-small;
	voice-family: "\"}\"";  /* IE hack */
	voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;} /* be nice to Opera */

.container_main {
	background:none;
	border: none;
	margin: 0px auto 0px auto;
	font-size:90%;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width: 100%; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	height:100%;
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:100%; 
	min-height: 100%; 
	height: auto;
} html>body .container_main { width:100%; min-height: 100%; height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */






.container_footer {
}


