/* Izilla CSS Template v1.0 (12/10/2007) */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

body * {
	font-family: inherit;
	font-size: 100%;
}

/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

#container {
	text-align: left;
}

#container img {
	margin-bottom: 0;
}

#container a.email  {
	color: #000;
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

h1 {
	height: 43px;
	margin-bottom: 8px;
	text-indent: -999em;
	width: 150px;
}

h2 {
	margin-bottom: 15px;
}

address {
	margin-bottom: 3px;
	font-style: normal;
}
