body {
	background:#CFEBF6 url(../images/bg.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:15px;
	color:#333;
	}
	
.PTSans-Regular {
font-weight: normal; 
font-style: normal; 
line-height:normal; 
font-family: 'PTSansRegular', sans-serif;
font-size:28px;
letter-spacing:-.005em;
}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -.005em;
	}
	
p {
	margin:0 0 2em;
	}
		
a:link {
	color:#5b98b0;
	text-decoration:underline;
	}
	
a:visited {
	color:#5b98b0;
	text-decoration:none;
	}
	
#menu a:link {
	color:#fff;
	text-decoration:none;
	}
	
#menu a:visited {
	color:#fff;
	text-decoration:none;
	}
		 
ul#menu li a.active, ul#menu li a:hover {  
    color:#ebbe61;  
} 
	
#letters {
	background:url(../images/letters.png) no-repeat;
	width:360px;
	height:127px;
	float:right;
	}

#main {
	width:950px;
	margin:0 auto 0;
	}

.topbar {
	height:69px;
	background: url(../images/menu.png) repeat-x;
	border:1px solid #83B4BF;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	-moz-box-shadow: 1px 1px 3px #777;
	-webkit-box-shadow: 1px 1px 3px #777;
	box-shadow: 1px 1px 3px #777;

	}
	
#logo {
	width:200px; height:32px;
	float:left;
	margin:25px 0 0 30px;
	}
	
ul#menu {
	margin:20px 30px 0 0; padding:0px;
	float:right;
	color: #fff;
	text-shadow: 0 -1px 1px #5A7980;
	}
	
ul#menu li {
	display:inline;
	}
	
ul#menu li a {
	padding-left:30px;
	}
	
#content {
	margin:20px 0 0;
	padding:45px 60px 0;
	background: #F3F3F3 url(../images/mainbg.png) repeat-x;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
    border: 5px solid rgba(149, 189, 205, .5 );
	}
	
#picture {
	float:left;
	margin:0 45px 0 0;
	}
	
#intro {
	margin:0 0 40px 0;
	border-bottom:1px solid #eee;
	}
	
#intro h1 {
	margin:0 0 45px 0;
    }  
	
	
#whyus h2, #testimonials h2 {
	margin:0 0 25px 0;
	font-size:36px;
	color:#4986c2;
	}
	
#whyus {
	width:430px;
	float:left;
	}
	
#testimonials {
	width:320px;
	float:right;
	}
	
#bubble {
	background:url(../images/bubble.png) no-repeat;
	height:220px;
	color:#fff;
	}
	
#bubble p {
	font-style:italic;
	padding:30px 20px 0 20px;
	margin:0;
	text-shadow: 0 -1px 0 #698A91;
	}
	
#author {
	margin:5px 0 0 20px;
	color:#333;
	text-shadow: 0 1px 0 #97B9C1;
	}
	
#more p {
	margin:0; padding:0;
	}
	
#button {
	margin:20px 0 50px;
	}
	
#button a:link {
	color:#fff;
	text-decoration:none;
	}
	
#button a:visited {
	color:#fff;
	text-decoration:none;
	}

#button a {
	background:url(../images/button.png) repeat-x;
	text-shadow: 0 -1px 0 #698A91;
	border:1px solid #fff;
	padding:8px 15px 8px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}