/* GENERAL FORMATTING */
html { 

}

body 				{
					margin:0px;
					border:0;
					padding:0px;
					font-size: 17px;
					font-family:Helvetica, Arial, sans-serif;
					color:#534741;
					font-weight:300;
					line-height:1.6em;
					text-align:center;
 					background: #ffffff;
  					height:2688px;			
  					}
			
a 				{
					text-decoration:none;
					color:			#fed98b;
					font-weight:	normal;
					}

a:hover {color:#ddc592;
cursor:url(images/quote.ico)}	

/* IMAGES & TABLES */

img					{border: none;}

img a				{border: none;}
					


/* FORMATTING OF MAIN CONTENTS */

#wrap				{
					margin: 0 auto;
					width:100%;
					}

#top				{text-align:center}

h2					{color:#ffe698;
					font-size:18px;
					margin-bottom:10px;
					padding-bottom:0px;
					}

ul					{margin-top:0px;
					padding-top:0px;
					}
					
li					{color:#ffffff;
					margin-left:-1em;}					