/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #d2bc67;
		color: #000000;
		font-size: 62.5%;
		background-image:url(images/toprepeat.jpg);
		background-repeat: repeat-x;
		}
                         	
h1		{  
		font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
		font-size: 24px;  
		margin: 0 0 10px 0;
		padding: 0;
		color: #B8A454;
		text-align:left;
		font-weight: 100;
		}
		
h2		{  
		font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
		font-size: 21px;  
		margin: 0 0 10px 0;
		padding: 0;
		color: #B8A454;
		text-align:left;
		font-weight: 100;
		}
		
#titles {
		font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
		font-size: 18px;  
		margin: 5px 0 5px 0;
		padding: 0;
		color: #B8A454;
		text-align:right;
		font-weight: 100;
		}

p		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: 100;
		line-height: 20px;
		margin: 5px 0 10px 0;	
		text-align: left;
		}
		
li 		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: 100;
		line-height: 20px;
		margin: 5px 0 10px 0;	
		text-align: left;
		font-style:italic;
		}
		
ul 		{
		margin: 5px 0 5px 40px;
		padding: 0;
		}
		
a		{
		color: #000;
		border: none;
		}
		
img		{
		border: none;
		}

div 	{
		margin: 0;
		padding: 0;
		}
		
.blurb {
		font-size: 19px;
		width: 474px;
		margin: 0 0 10px 0;
		line-height: 25px;
		}
		
#top 	{
		width: 960px;
		height: 199px;
		}
		
#menu 	{
		clear: both;
		padding: 8px 0 0 8px;
		margin: 0;
		}
#menu ul {
		margin: 0;
		padding: 0;
		height: 31px;
		}
#menu li {
		margin: 0 0 0 -2px;
		list-style-type: none;
		padding: 0 0 0 0;
		float: left; 
		}

#menu a {
		font-family: verdana, arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color:#000;
		text-decoration:none;
		padding: 5px 0 0 0;
		margin: 0 12px 0 12px;
		line-height: 31px;
		height: 31px;  
		}
#menu a:hover {
		color: #555;
		border-bottom: solid 3px #555;
		
		}
		
#bottomwrapper {
		background-repeat: repeat-x;
		background-image:url(images/bottom.jpg);
		height: 284px;
		}
		
#contenttop {
		background-image:url(images/contenttop.png);
		background-repeat:no-repeat;
		background-position: center top;
		width: 960px;
		background-color: #FCF2D2;
		}
#contentbottom {
		padding: 30px 0;
		}
#contentleft {
		float: left;
		width: 504px;
		margin: 0 0 0 0;
		padding-left: 55px;
		}
#contentright {
		float: right;
		width: 278px;
		margin: 0px 0 0 0;
		padding-right: 55px;
		}
#testimonialauthor {
		color: #666;
		}
#feedback a {
		background-image:url(images/send1.jpg);
		width: 142px;
		height: 62px;
		display:block;
		margin: 0 0 0 140px;
		}
#feedback a:hover {
		background-image:url(images/send2.jpg);
		}
