body   	       {background-image: url('background.jpg');
		background-position: top center;
		background-repeat: repeat-x;
		background-color: #0497c2;
		font-family: sans-serif;
		text-align: center;}

div.main       {width: 564px;
		height: 640px;
	 	margin: 20px auto;
		padding: 1px 0px;
		background-image: url('main.gif');
		background-repeat: no-repeat;
		border: 0px solid red;}

div.one        {width: 560px;
		margin: 0px auto;
		border: 0px solid green;}

div.two        {float: left;
	 	width: 280px;
	 	padding: 25px 10px;}

* html div.two {width: 300px;
		w\idth: 280px;}
	
div.three      {width: 280px;
	   	height: 60px;
	   	margin: 0px;
	   	padding: 0px;}

div.four       {float: left;
	  	width: 166px;
	  	padding: 30px 0px;
	  	text-align: center;}

div.five       {float: left;
	  	width: 105px;
	  	padding-top: 0px;}	 

div.two p      {margin: 0px 5px 0px 25px;
	   	padding: 0px;
	   	font-weight: bold;
	   	font-size: 16px;
		text-align: center;}

div.four p     {margin: 0px 0px 10px 0px;
	     	font-size: 12px;
		font-weight: normal;
		text-align: center;}

h1             {width: 500px;
   		height: 0px !important;
    		height /**/: 100px;
		padding-top: 100px;
		margin: 10px 30px 0px 30px;
		background-image: url('heading.gif');
		background-repeat: no-repeat;
		overflow: hidden;
		font-size: 0px;}

h2 	       {margin: 0px auto;
    		padding: 0px;}




form           {margin: 0px 10px 20px 10px;
		padding: 0px 5px 0px 0px;
		text-align: right;
		line-height: 5px;
		font-weight: bold;
		font-size: 16px;}

input  	       {width: 155px;
		margin: 5px 10px 0px 0px;
		font-size: 14px;}

textarea       {width: 155px;
	  	height: 50px;
	  	margin: 0px 10px 0px 0px;
	  	vertical-align: text-top;}

input.one      {width: 70px;
	   	height: 25px;
	   	padding: 3px;
	   	background-image: url('button.jpg');
	   	border: 0px}




ul             {float: right;
		margin: 0px;
		text-align: left;}

ul.one 	       {margin: 0px 15px 0px 0px;
		padding: 0px 0px;
		display: inline;
		font-size: 27px;
		line-height: 32px;
		list-style-position: outside;
		list-style-image: url('bullet1.gif');
		border: 0px solid black;}

ul.one li      {margin: 0px 20px 5px 0px;
		padding: 0px;
		border: 0px solid red;}

ul.two         {width: 230px;
		padding: 30px 15px 20px 15px;
		font-size: 19px;
		line-height: 20px;
		list-style-position: outside;
		list-style-image: url('bullet2.gif');}

* html ul.two  {width: 260px;
		w\idth: 230px;}

ul.two li      {margin: 0px 5px 15px 2px;}




a              {color: #006699;
		font-family: serif;
		font-size: 12px;}
a:link 	       {}
a:visited      {}
a:hover        {color: #003366}

* html a       {line-height: 0px;}