body {
margin:0px;
text-align:center;
background-color:#FFFFFF;
font-family:helvetica, arial, sans-serif;
color: #000000;
}

div, p {
font-size:11px;
text-align:left;
}

h1 {
font-size: 130%;
font-weight: bold;
}

h2 {
font-size: 110%;
color: #00947E;
font-weight: normal;
}

h3 {
font-size: 100%;
font-weight: bold;
}

a {
text-decoration: none;
color: #004C80;
}

a:hover, a:visited {
text-decoration: underline;
color: #004C80;
}


/* Specific Rules */

#container {
width:785px;
margin-left:auto;
margin-right:auto;
}

#logo {
width: 100%;
height: 115px;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

#passion {
width: 210px;
height: 212px;
background-image: url(images/passion.gif);
background-repeat: no-repeat;
background-position: center bottom;
margin-right: 4px;
float: left;
}

#feature {
width: 568px;
height: 212px;
float:left;
}

#navbkwrapper {
clear: both;
background-image: url(images/lianz.gif);
background-position: left bottom;
background-repeat: no-repeat;
}

#navigation {
clear: both;
width: 210px;
float: left;
padding-top: 20px;
margin-bottom: 170px;
background-color: #004C80;
}

#contentcontainer {
border-left: 4px solid #FFF;
background-color: #FFF;
width: 571px;
float: left;
}

#content {
padding: 20px 20px 10px 20px;
}

#footer {
clear: both;
height: 65px;
background-image: url(images/footer.jpg);
background-position: left top;
background-repeat: no-repeat;
}

/* Specific classes */

.nav {
padding: 5px 0px 5px 32px;
border-top: 1px solid #FFFFFF;
}

.navover {
padding: 5px 0px 5px 32px;
border-top: 1px solid #FFFFFF;
background-color: #98B7CC;
}

.navtext, .navtext:visited, .navtext:hover {
text-decoration: none;
color: #FFFFFF;
}

.testimonial {
margin: 30px 0px 30px 0px;
border-bottom: 2px dotted #CCC;
padding: 0px 20px 10px 0px;
}

.image {
padding: 3px;
border: 1px solid #CCC;
margin: 5px 5px 10px 0px;
float: left;
}

.imageover {
padding: 3px;
border: 1px solid #666;
margin: 5px 5px 10px 0px;
float: left;
}




