body {
	width: 808px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1{padding-bottom:10px;}

#header {
	width: 788px;
	height: 89px;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	background-image: url(/images/anna1.jpg);
}

	#header img {
		margin-left: 20px;
		margin-top: 32px;
	}

#menu {
	width: 788px;
	height: 32px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	background-image: url(/images/anna2.jpg);
}

	#menu #site_menu {
		width: 494px;
		min-width: 490px;
		max-width: 490px;
		float:right;
		height: 32px;
	}
	
	#menu #site_menu li {
		float: left;
		height: 32px;
		text-align: center;
	}
	
	#menu #site_menu li a {	
		padding-left: 15px;
		font-size: 12px;
		padding-right: 15px;
		padding-top: 9px;
		padding-bottom: 6px;
		color: #333333;
		font-weight: bold;
		line-height: 32px;
	}
	
	#menu #site_menu li a:hover {
		color: #666666;
	}
	
	#menu #site_menu li #sel {
		background-color: #3089e5;
		color: #fff;
	}

#main {
	width: 788px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	background-color: #f1f3f4;
	background-position:bottom;
	background-repeat:no-repeat;
}

	 #main {height: 424px;}
	 html > body #main {height:auto; min-height: 424px;}


	.bg0 {	background-image: url(/images/anna3a.jpg); }
	.bg1 {	background-image: url(/images/anna3b.jpg); }
	.bg2 {	background-image: url(/images/anna3c.jpg); }
	.bg3 {	background-image: url(/images/anna3d.jpg); }
	.bg4 {	background-image: url(/images/anna3e.jpg); }
	.bg5 {	background-image: url(/images/anna3f.jpg); }

	#main #content {
		position:relative;
		left: 370px;
		padding-top: 50px;
		padding-bottom: 50px;
		width: 340px;
		line-height: 19px;
		color: #666666;
	}
	
	#main #content a {
		color: #333333;
	}
	
	#main #content a:hover {
		color: #999999;
	}
		
	#main #content p {
		padding-bottom: 10px;
	}
	
	#main #content .testimonial {
		font-style:italic;
		padding-bottom: 0px;
		margin-top: 10px;
	}
	
	#main #content .testimonialwho {
		padding-bottom: 0px;
		margin-bottom: 20px;
		margin-top: -15px;
		text-align: right;
		font-size: 11px;
		font-weight: bold;
	}
	
	#main #content #next {
		padding-top: 10px;
	}
	
	#main #content #homelist {
		list-style: circle;
		padding-left: 15px;
	}
	
#footer {
	width: 788px;
	height: 116px;
	background-image: url(/images/anna4.jpg);
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

	#footer #email {
		position: relative;
		top: 57px;
		left: 680px;
		color: #fff;
		font-size: 12px;
		width: 90px;
		font-weight: bold;
	}
	
#copyright {
	font-size: 11px;
	padding-left: 35px;
	padding-top: 20px;
	color:#999999;
}

	#copyright a {
		color:#999999;
	}
	
	#copyright a:hover {
		color: #666666;
	}