* {
	margin:0;
	padding:0;
}

html {
	font-size:100%;
}

body {
	background:#FFF;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:760px;
}

#header {
	background:url(../img/header.jpg) no-repeat;
	height:73px;
}

#main {
	background:url(../img/side-repeat.jpg) repeat-y;
}

#main #side {
	float:left;
	width:155px;
}

#main #content {
	margin-left:155px;
	padding:5px;
}

#main #content img.heading {
	margin-left:8px;
	margin-top:8px;
}

#main #content h1, #main #content h2, #main #content p, #main #content ul, #main #content ol {
	line-height:1.5em;
	margin:8px;
}

#main #content ul, #main #content ol {
	margin-left:25px;
}

#main #content h1 {
	font-size:1.2em;
}

#main #content h2 {
	font-size:1.1em;
}

#footer {
	background:url(../img/footer.jpg) no-repeat;
	height:159px;
	position:relative;
}

#footer .container {
	height:80px;
	left:248px;
	position:absolute;
	top:50px;
	width:360px;	
}

#footer .container p {
	color:#FFF;
	float:left;
	font-size:0.9em;
	line-height:1.1em;
	width:180px;
}

#footer .left {
	bottom:0;
	left:0;
	position:absolute;
}

#footer .right {
	bottom:0;
	position:absolute;
	right:0;
}

body#home #header {
	background:url(../img/home-header.jpg) no-repeat;
}

body#home #main {
	background:url(../img/home-main.jpg) no-repeat top left;
	height:230px;
	padding-left:5px;
	padding-right:519px;
	padding-top:220px;
	position:relative;
}

body#home #main ul {
	margin-left:20px;
}

body#home #main p {
	margin:5px;
}

body#home #main #sections {
	height:245px;
	left:241px;
	position:absolute;
	top:205px;
	width:519px;
}

body#home #main #sections .section {
	display:inline;
	height:245px;
	float:left;
	width:128px;
}

body#home #main #sections img {
	border-left:1px solid #78C3EE;
	border-top:1px solid #78C3EE;
	border-bottom:1px solid #78C3EE;
	margin-bottom:20px;
}

body#home #main #sections .s1 {
	background:url(../img/home-about-us.jpg) no-repeat 0px 78px;
	border-right:1px solid #78C3EE;
}

body#home #main #sections .s2 {
	background:url(../img/home-wills.jpg) no-repeat 0px 78px;
	border-right:1px solid #78C3EE;
	margin-left:1px;
}

body#home #main #sections .s2 img {
	margin-bottom:30px;
}

body#home #main #sections .s3 {
	background:url(../img/home-convey.jpg) no-repeat 0px 78px;
	border-right:1px solid #78C3EE;
	margin-left:1px;
}

body#home #main #sections .s4 {
	background:url(../img/home-contact-us.jpg) no-repeat 0px 78px;
	margin-left:1px;
}

body#home #main #sections .s4 img {
	border-right:1px solid #78C3EE;
}

body#about #main #content {
	background:url(../img/about-bg.jpg) no-repeat bottom right;
}

body#about #main #content div {
	padding-right:200px;
}

body#contact #main #content {
	background:url(../img/envelope.jpg) no-repeat bottom right;
}

body#contact #main #content div {
	padding-right:200px;
}

a img {
	border:0;
}