body {background: url('../images/background.png') repeat;
	  margin: 0px auto;
	  text-align: center;}
	  
#header {position: relative;
		 top: 0px;
		 left: 0px;
		 background: url('../images/header.png') no-repeat;
		 height: 399px;
		 width: 750px;
		 margin: 0px auto 0px auto;}
		 
#nav {position: absolute;
	  top: 320px;
	  left: 225px;
	  background: transparent;}
		 
#wrapper {position: relative;
	      margin-left: 0px;
		  background: url('../images/wrapper_bg.png') repeat-y right;
		  width: 750px;
		  padding: 0px 0px 30px 0px;
		  margin: 0px auto 0px auto;}
		  
#container {position: relative;
			width: 100%;
			background: transparent;
			float: left;}
			
#left {position: relative;
	   background: transparent;
	   width: 500px;
	   float: left;
	   padding: 10px 20px 20px 20px;
	   text-align: justify;}
	   
#right {margin-left: 500px;
		background: transparent;
		padding: 10px;}
		
#footer {position: relative;
		 top: 0px;
		 left: 0px;
		 background: url('../images/footer.png') no-repeat;
		 height: 128px;
		 width: 750px;
		 text-align: center;
		 padding-top: 20px;
		 padding-bottom: 10px;
		 margin: auto;}
		 
		 
		 
		 
		
p {font-family: verdana;
   color: #000000;
   font-size: 13px;}
   
.center {text-align: center;}

.big {font-size: 13px;
	  text-align: center;
	  color: #FFFFFF;}
	  
a {font-family: Verdana;
   font-size: 13px;
   color: #FFFFFF;
   text-decoration: none;}
   
a:hover {color: #F0DB9A;
		 text-decoration: none;}
   
#nav a {font-family: Verdana;
		font-size: 9pt;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;}
		
#nav a:hover {color: #F0DB9A;
		      text-decoration: none;}
			  
h1 {font-family: Verdana;
	font-size: 13pt;
	color: #DB8800;
	font-weight: bold;}
	
h2 {font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;}
	
	
	
table {width: 450px;
	   text-align: center;
	   border: 1px solid #000000;}
	   
tr {height: 10px;}

td {border: 1px solid #000000;}
		
ul {list-style-type: disc;
	list-style-image:  url('../images/bullet.png');
	list-style-position: inside;
	font-family: Verdana;
	font-size: 13px;
	padding: 0px;}

li {padding: 0px 0px 10px 0px;}

input.form {background-color: #F0DB9A;
		    font-family: Verdana;
			font-size: 12px;
			color: #000000;}
			
textarea.form {background-color: #F0DB9A;
		       font-family: Verdana;
			   font-size: 12px;
			   color: #000000;}