body, p, td, th {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal; 
    }

body {
	background: #1f5ca4 url(../i/bg-leafs.png) no-repeat top center;
	}

#wrapper {
	background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
    }
    
#main {
	margin: 0 auto;
	overflow: hidden;
    width: 800px;
    }
    
#headerAddress {
	background: transparent url(../i/bg.png) repeat top left;
	color: #fff;
	font-weight: bold;
	padding: 18px 0;
	text-align: right;
    width: 800px;
    }

#content {
	background-color: #fff;
	min-height: 300px;
    /*overflow: hidden; makes any floating element within contents stay inside */
    padding: 10px;
    width: 780px;
    }

#header {
	height: 300px;
	position: relative;
    width: 780px;
    }
    .headerImg {
    	border: 0px;
    	height: 300px;
    	width: 780px;
    	}
.insideHeader {
	height: 220px;
    width: 780px;
    }
    .insideLogo {
    	border: 0px;
    	margin: 22px 0 0 12px;
    	width: 300px;
    	}
    .about {
    	background: transparent url(../i/bg-about.png) no-repeat top left;
    	}
    .classes {
    	background: transparent url(../i/bg-classes.png) no-repeat top left;
    	}
    .calendar {
    	background: transparent url(../i/bg-calendar.png) no-repeat top left;
    	}
    .resources {
    	background: transparent url(../i/bg-resources.png) no-repeat top left;
    	}
    .links {
    	background: transparent url(../i/bg-links.png) no-repeat top left;
    	}
    .contact {
    	background: transparent url(../i/bg-contact.png) no-repeat top left;
    	}
    
    	
#navbar {
	background: transparent url(../i/bg-navbar.png) repeat-x top left;
	height: 37px;
	margin-bottom: 40px;
	margin-top: 10px;
	padding: 5px 0 0 6px;
	width: 774px;
	}
#contentWrapper {
	min-height: 300px;
    overflow: hidden;
    width: 780px;
	}

#homeContent {
    float: left;
    overflow: hidden; /* makes any floating element within contents stay inside */
    padding: 0 0 22px 14px;
    width: 432px;
    }
    .homeContentImg {
    	border: 0px;
    	padding-bottom: 18px;
    	width: 432px;
    	}

#mainContent {
    float: left;
    overflow: hidden; /* makes any floating element within contents stay inside */
    padding: 0 0 22px 14px;
    width: 470px;
    }
    .mainContentImg {
    	border: 0px;
    	padding: 6px 0 18px 0;
    	width: 455px;
    	}
    .twoColImg {
    	border: 0px;
    	padding-bottom: 18px;
    	width: 90px;
    	}
    .mainLeft {
    	float: left;
    	width: 90px;
    	}
    .mainRight {
    	float: right;
    	width: 310px;
    	}
    .profiles {
    	background-color: #f4fbfd;
    	margin-bottom: 12px;
    	overflow: hidden;
    	padding: 16px;
    	}
    img.tn {
		float: left;
		width: 90px;
		}
    td.service {
    	padding: 8px;
    	width: 350px;
    	}
    td.price {
    	padding: 8px;
    	text-align: right;
    	width: 250px;
    	}
    tr.even {
    	background-color: #eee;
    	border-bottom: 1px solid #fff;
    	}
    img.flag {
    	border: 0px;
    	float: none;
    	height: 18px;
    	margin: 0px 6px;
    	padding-bottom: 0px;
    	width: 25px;
    	}
		
 #fullContent {
    overflow: hidden; /* makes any floating element within contents stay inside */
    padding: 0;
    width: 770px;
    }

.homeSidebar {
    float: right;
    overflow: hidden; 
    padding: 0 14px 22px 0; /* adds the 14px margin to everything in the sidebar */
    width: 286px;
    }
.sidebar {
    float: right;
    min-height: 300px;
    overflow: hidden; 
    padding: 0 14px 22px 0; /* adds the 14px margin to everything in the sidebar */
    width: 206px;
    }
    .sb-about {
    	background: transparent url(../i/sb-about.png) no-repeat top right;
    	}
    img.icon {
    	border: 0px;
    	padding-bottom: 18px;
    	width: 55px;
    	}
    .sbLeft {
    	float: left;
    	width: 55px;
    	}
    .sbRight {
    	color: #777;
    	float: right;
    	width: 210px;
    	}
    .sideBox {
    	background-color: #f3f1e9;
    	border: 1px dashed #b49d74;
    	margin-bottom: 22px;
    	overflow: hidden;
    	padding: 12px;
    	}
    .cont-sideNav {
		overflow: hidden; 
		margin-bottom: 28px;
		width: 260px;
		}
    .sideSelect {
		background: #f4fbfd url(../i/bg-arrow.png) no-repeat top left;
		color: #1f5ca4;
		display: block;
		height: 18px;
		padding: 2px 32px;
		text-align: left;
		text-decoration: none;
		width: 157px;
		}
	.googleMap {
		margin: 12px 0;
		}

.footer {
	background: transparent url(../i/bg-footer.png) no-repeat bottom left;
	height: 244px;
	margin: 0 auto;
    width: 800px; /* same as wrapper width or remove entirely for 100%*/
    }
    .address {
    	color: #4c8cd6;
    	float: left;
    	line-height: 18px;
    	padding: 106px 0 0 192px;
    	}
    .copyright {
    	color: #4c8cd6;
    	float: right;
    	padding: 180px 30px 0 0;
    	}
    