*
{
	padding:0px; 
	margin:0px;
}

body
{
	margin: 0px;
	padding: 0px;	
	
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	
	background-color: #ffffff;
	background-image:url(images/bg-body.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper
{
	width: 960px;
	display: block;
	text-align: left;
	margin: auto;

}

#footer {
	position: relative;
	width: 960px;
}

div.footer p {
	text-align: center;
	padding-bottom: 10px;
	color: #375B6B;
}

div.footer a:link, a:visited {
	color: #375B6B;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}


a:link, a:visited {
	color: #375B6B;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

div.left{
	width: 200px;
	margin-right: 30px;
	float: left;
}

	div.left div.logo{
		width: 124px;
		padding: 35px 0 22px 76px;
		float: left;
		
		border-bottom: 2px solid #004355;
	}

	div.left div.navigation{
		width: 200px;
		margin-top: 25px;
		float: left;
		
		text-align: right;
	}
	
		div.left div.navigation a{
			width: 200px;
			display: block;
			text-decoration: none;
		}
		
			div.left div.navigation a.big{
				padding-bottom: 8px;				
				color: #698490;
				font-size: 16px;
			}
			
			div.left div.navigation a.small{
				padding-bottom: 4px;
				color: #404040;
			}
				div.left div.navigation a.small img{
					margin: 2 0 2px 0;
				}
			
				div.left div.navigation a.small-last{
					margin-bottom: 27px;
					color: #404040;
				}

div.right{
	width: 730px;
	float: left;
	padding-bottom: 20px;
}

	div.right div.title{
		width: 730px;
		height: 77px;
		line-height: 77px;
		margin-top: 150px;
		float: left;
		
		border-top: 1px solid #FFF;
		border-bottom: 2px solid #004355;
	}
	
		div.right div.title h1{
			margin: 0px;
			padding: 0px 0px 0px 40px;
			font-size: 42px;
			font-weight: normal;
			
			background-image:url(furniture/bg-title.gif);
			background-position: center left;
			background-repeat: no-repeat;
		}

		* html div.right div.title h1{
			margin: 0px;
			padding: 19px 0px 21px 40px;
			font-size: 42px;
			font-weight: normal;
			
			background-image:url(furniture/bg-title.gif);
			background-position: center left;
			background-repeat: no-repeat;
		}

div.content{
	width: 443px;
	margin: 25px 33px 0 0;
	float: left;
}

	div.content p{
		margin: 0 0 25px 0;
		padding: 0px;
	}
	
		div.content p.bold{
			font-weight: bold;
		}

		div.content p.header{
			font-size: 14pt;
			color: #375b6b;
			font-weight: bold;
		}
	div.content ul li {
		padding-right: 60px;
	}
	div.content ul {
		padding-bottom: 14px;
	}

div.testimonials {
	width: 252px;
	float: left;
}

	div.testimonials img{
		margin: 10px 0 0 0;
	}

	div.testimonials div.users-testimonials{
		width: 212px;
		margin-top: -5px;
		padding: 0 20px 100px 20px;
		float: left;
		
		background-image:url(images/bg-testimonial.gif);
		background-position: top left;
		background-repeat: repeat-y;
	}
		
		* html div.testimonials div.users-testimonials{
			margin-top: -3px;
		}
	
		div.testimonials div.users-testimonials p.testimonial{
			margin: 25px 0 20px 0;
			padding: 0px;
			
			color: #375b6b;
			font-size: 14px;
			font-weight: bold;
		}

		div.testimonials div.users-testimonials p.testimonialnonbold{
			margin: -20px 0 20px 0;
			padding: 0px;
			
			color: #375b6b;
		}
		
		div.testimonials div.users-testimonials p.user{
			margin: 0px 0 40px 0;
			padding: 0px;
			
			color: #375b6b;
			text-align: right;
		}

a img{
	text-decoration: none;
	border: none;
}




.accToggler {
	padding: 3px;
	background: #375B6B;
	color: #ffffff;
	cursor: pointer;
}
.accContent{
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
	filter:alpha(opacity=100);
	opacity: 1.0;
	background-color: white; /*corrects IE's ugly display of bold text*/
}