	
		body
		{
			background-image: url('images/bg_body.gif');
			background-repeat: repeat-x;
			background-color: #3F3F57;
			margin: 0px;
		}
		
		#main
		{
			position: relative;
			top: 0px;
			width: 750px;
			background-image: url('images/bg_lizmartin.com.au.jpg');
			background-repeat: no-repeat;
		}
		
		#content
		{
			position: relative;
			margin: 0px 10px 10px 20px;
		}
		
		#spacer
		{
			position: relative;
			width: 740px;
			height: 165px;
			margin: 0px 0px 0px 0px;
		}
		
		.mainLayoutTable
		{
			width: 750px;
		}
		
		.mainLayoutTable_navCell
		{
			width: 150px;
			vertical-align: top;
		}
		
		.mainLayoutTable_contentCell
		{
			width: 500px;
			vertical-align: top;
		}
		
		#navContent
		{
			width: 130px;
			margin: 150px 10px 10px 10px;
		}
		
		#mainContent
		{
			width: 500px;
			margin: 10px 10px 10px 70px;
			font-family: verdana, tahoma, arial, helvetica;
			font-size: 0.8em;
			color: #ffffff;
		}
		
		#mainContent table td
		{
			font-family: verdana, tahoma, arial, helvetica;
			font-size: 0.8em;
			color: #ffffff;
		}
		
		#navContent a
		{
			font-family: verdana, tahoma, arial, helvetica;
			font-size: 24px;
			font-weight: bold;
			color: #999999;
			text-decoration: none;
		}
		
		#navContent a:hover
		{
			color: #ffffff;
			text-decoration: none;
		}
		
		.defaultInput
		{
			width: 220px;
			
		}
		
		.errorMessage
		{
			border-style: solid;
			border-width: 1px;
			border-color: red;
			background-color: #fff0f1;
			padding: 5px;
			color: red;
		}
		
		.errorMessage h5
		{
			margin-top: 0px;
			color: red;
		}
		
		.errorMessage a
		{
			color: blue;
		}