/***********************************************/
/* ZESTYCHALLENGE.co.nz 2007		                   */
/* Style Sheet 		                           */
/***********************************************/

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

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

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

/* Links */
a:link {
	color: #93b931;
	text-decoration: none;
}

a:visited {
	color: #93b931;
	text-decoration: none;
}


h2 {
	font-size: 30px;
	color: #93b931;
	font-weight: bold;
}




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





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

#pageContainer {
	min-width: 950px;
	min-height: 600px;
	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, 600)+'px');
}

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

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