* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #ffffff url('../images/beige.jpg');
 line-height:20px;
}
#wrapper { 
 margin: 0 auto;
 width: 750px;
 background: #ffffff url('../images/wrapperbg.jpg') repeat-y;
 overflow:hidden;
}

#toptext1{
 color: #333;
 width: 750px;
 height: 25px;
 background: #E5CB90;
}
#header {
 color: #333;
 width: 750px;
 height: 90px;
 background: #BD9C8C url('../images/rightimage.jpg') no-repeat top right;
 border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}

#toptext2{
 color: #333;
 width: 750px;
 height: 15px;
 background: #E5CB90;
}
#leftcolumn { 
 color: #333;
 background: #E5CB8E;
 padding: 10px;
 width: 175px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #FEF1D0;
 padding: 20px;
 width: 514px;
 display: inline;
}
#footer { 
 margin: 0 auto;
 width: 750px;
 clear: both;
 color: #fff;
 background:#825A29;
 text-align:center;
 letter-spacing: .06em;
 font-size: 11px;
}

.address {
 color:#7F4F17;
 font-family: Arial, Helvetica, sans-serif;
 letter-spacing: .06em;
 font-size: 11px;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}
