* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
	font-size:12px;
}

a:link, a:visited, a:active {
	color:#6154a3;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:760px;
	background-color:#fff;
	margin:0 auto;
	background-image:url(../images/leaf.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#navigation {
	border-top:10px solid #433780;
	width:600px;
	margin:0 auto;
	padding-top:14px;
	padding-bottom:48px;
}

#navigation ul {
	margin-left:67px;
}

#navigation ul li {
	float:left;
	list-style-type:none;
	margin:0 16px;	
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	font-weight:bold;
	text-decoration:none;
	color:#6154a3;
}

#navigation a:hover,
#home .home a:link, #home .home a:visited, #home .home a:active,
#about .about a:link, #about .about a:visited, #about .about a:active,
#services .services a:link, #services .services a:visited, #services .services a:active,
#news .news a:link, #news .news a:visited, #news .news a:active,
#benefits .benefits a:link, #benefits .benefits a:visited, #benefits .benefits a:active,
#contact .contact a:link, #contact .contact a:visited, #contact .contact a:active {
	color:#7dd4ed;
	text-decoration:none;
}

#content {
	clear:both;
	margin:0 40px;
	
	line-height:18px;
	/*display:table;*/
}

#logo {
	margin-bottom:32px;
}	

h1, h2 {
	font-size:15px;
	font-weight:bold;
	color:#6154a3;
}

#content p, h1, h2 {
	margin-bottom:12px;	
}

#content ul {
	margin-bottom:12px;
	margin-left:30px;
}

#thumbs {
	width:680px;
	background-color:#fff;
	display:table;
}

#thumbs ul {
	margin-left:0;
}

#thumbs ul li {
	float:left;
	list-style-type:none;
	width:315px;
	height:95px;
	margin-right:25px;
	margin-top:20px;
	font-size:11px;
	line-height:16px;
}

#thumbs ul li img {
	float:left;
	margin-right:10px;
}

#thumbs .h3 {	
	font-size:12px;
	font-weight:bold;
}

#image {
	margin-right:12px;
	margin-bottom:4px;
	float:left;
	padding-top:4px
}

#images {
	clear:both;
	padding-top:20px;
	display:table;
	width:100%;
	background-color:#fff;
}

#contact #images {
	padding-top:70px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#footer {
	height:30px;
	width:760px;
	margin:0 auto;
	background-image:url(../images/waves.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	font-size:11px;
	text-align:center;
	padding-top:136px;
	clear:both;
}

#blog {
	width:130px;
	float:right;
}

#intro {
	width:500px;
	height:220px;
}

#posts {
	width:500px;
}

#posts h2 {
	margin-bottom:0;
}

#blog ul {
	margin-left:0;
}

#blog p {
	margin-bottom:0;
}

#blog ul li {
	list-style-type:none;
}

#blog a:link, #blog a:visited, #blog a:active {
	text-decoration:none;
}	

#blog a:hover {
	text-decoration:underline;
}	