
body {
		margin: 0;
		padding: 0;
		font-family: verdana, sans-serif;
		color: #000;
		text-align:center;
		height:100%;
		background:#909F9C url(images/background1.jpg)  repeat-y 50% 0;
		}
		
p {
	margin: 1em 0 1em;
	padding: 0;
	}		

#container {
		margin: 0;
		width:760px;
		text-align: left;
		height:100%;
		}
		
		
/* Top bar */
		
#topbar_home {
		height:220px;
		background:#ffffff url(images/top_home.jpg) no-repeat 0 0;
		}
		
#topbar_services {
		height:220px;
		background:#ffffff url(images/top_services.jpg) no-repeat 0 0;
		}
		
#topbar_faq {
		height:220px;
		background:#ffffff url(images/top_faq.jpg) no-repeat 0 0;
		}
		
#topbar_fees {
		height:220px;
		background:#ffffff url(images/top_fees.jpg) no-repeat 0 0;
		}
		
#topbar_testimonials {
		height:220px;
		background:#ffffff url(images/top_testimonials.jpg) no-repeat 0 0;
		}
		
#topbar_contact {
		height:220px;
		background:#ffffff url(images/top_contact.jpg) no-repeat 0 0;
		
		}
		
#nav 	{
		padding:140px 20px 0 335px;
		}
		
#nav dt {
		display:inline;
		}
		
#nav dt a {
		font-size:12px;
		padding:0px 0 0px 0;
		display:inline;
		color:#000000;
		text-decoration:none;
		font-weight:bold
		}
	
#nav dt a:hover{
		text-decoration:underline;
		color:#2A73D1
		}
		
#nav dt span.active{
		font-size:12px;
		color:#2A73D1;
		font-weight:bold
		}

/* Main */

#main {
		float: left;
		width: 519px;
		height:100%;
		background-color:#ffffff;
		}
		
#content {
		margin:0 20px 20px 20px;
		font-family: verdana, sans-serif;
		font-size:12px;
		line-height:18px
		}
		
#content h1 {
		color:#2A73D1;
		font-size:16px;
		font-weight:bold;
		margin-top: 0;
		padding-top:0;
		margin-bottom: 10px;
		padding-bottom: 0px;
		}
		
#content h2 {
		color:black;
		font-size:12px;
		font-weight:bold;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-top:0
		}
		
#content img.block {
		margin: .5em; 5px 0 0;
		float:left;
		padding-top:0
		}

#content img.big { 
		float:right;
		vertical-align : text-bottom;
		margin:.4em 0 0 5px;
		
		}

#content img.bigleft { 
		float:left;
		vertical-align : text-bottom;
		margin:.4em 20px 0 0px;
		
		}			
		
/* Sidebar */
	
#sidebar {
		float: left;
		width: 239px;
		height:100%;
		}
	
#sidebar_content  {
		margin:.3em 20px 20px 20px;
		}
		
#sidebar_content .testimonials {
		margin-top:20px;
		font-family: verdana, sans-serif;
		font-size:11px;
		line-height:15px
		}
	
#sidebar_content .quote{
		font-size:11px;
		line-height:20px
		}	
		
#sidebar_content .saidby{
		font-style: italic;
		font-size:10px;
		text-align:right;
		}	

/* Testimonials */
		
#testimonials {
		margin:10px 0px 0px 0px;
		}

#testimonials .quote {
		padding-left: 23px;
		background: url(images/quotemarks.gif) no-repeat 0 3px;
		}

#testimonials .saidby {
		margin-left:30px;
		font-style: italic;
		font-size:10px;
		text-align:right;
		}
		
/* Footer */
		
#footer {
		background: url(images/angloestatesbottom3.jpg) no-repeat 0 0;
		height:66px;
		clear:both;
		}

#footer #footertext {
		font-family: verdana, sans-serif;
		font-size:11px;
		text-align:left;
		padding:47px 0 0 20px;
		color:#fff
		}

#footer a {	
		color:#fff;
		font-family: verdana, sans-serif;
		font-size:11px;
		text-decoration:none;
		}
		
#footer a:hover {	
		text-decoration:none;
		border-bottom:1px dotted #fff;
		}
		
/* syntab */
		
#syntab {
		text-align:center;
		height:50px;
		clear:both;
		vertical-align:baseline;
		top:20px;
		position:relative
		}