/***********************************************/
/* INSTEP.CO.NZ 2008		                   */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body { 
	height: 100%; 
	width: 100%; 
	margin: 0;
	padding: 0;
	background: #C0EBFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Default Grey Links */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer {
	min-width: 950px;
	min-height: 500px;
	width: 100%;
	height: 100%;
	/* IE6 width  */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 950)+'px');
	height: expression(Math.max((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) - 0, 500)+'px');
}

#altContent {
	width: 760px;
	height: 100%;
	margin: 0 auto;
}

/***********************************************/
/* Classes              			           */
/***********************************************/

