body {
 background: url(imgs/body.jpg) #b4d9f3 repeat-x 0 0;
 text-align: center;
 font-family: Arial, verdana, sans-serif;
 font-size: 12px;
 color: #333;
}

#wrap {
 background: url(imgs/trans.png) transparent;
 width: 960px;
 margin: 15px auto;
 padding: 15px;
 text-align: left;
}

#contents {
 background: url(imgs/content.png) #fff no-repeat 0 0;
 width: 920px;
 padding: 0 20px 20px 20px;
}

#left {
 float: left;
 width: 440px;
 margin-top: 180px;
}

#list {
 font-family: 'BradleyHandITCTTBold';
 font-size: 25px;
 margin: 0 40px 0 0;
}

#right #list {
 font-family: 'BradleyHandITCTTBold';
 font-size: 25px;
 margin: 0 40px 0 0;
 padding-left: 15px;
}

#list ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#list li {
 background: url(imgs/tick.png) transparent no-repeat 0 5px;
 padding: 0 0 10px 40px;
 text-shadow: 0 2px 1px #ccc;
}

#list li span {
 padding-bottom: 7px;
 border-bottom: #ccc 1px dotted;
 display: block;
 width: 360px;
}

#right {
 width: 460px;
 float: left;
 margin-left: 20px;
 margin-top: 160px;
}

#menu {
 width: 460px;
 height: 205px;
}


#home{
 background: url(imgs/home.png) transparent no-repeat 0 0;
 display: block;
 height: 170px;
 width: 150px;
 float: left;
 margin-right: 10px;
}

#home:hover, #home.current {
 background: url(imgs/home_ov.png) transparent no-repeat 0 0;
}


#services {
 background: url(imgs/services.png) transparent no-repeat 0 0;
 display: block;
 height: 170px;
 width: 150px;
 float: left;
}


#services:hover, #services.current {
 background: url(imgs/services_ov.png) transparent no-repeat 0 0;
}

#contact {
 background: url(imgs/contact.png) transparent no-repeat 0 0;
 display: block;
 height: 170px;
 width: 150px;
 float: left;
}

#contact:hover, #contact.current {
 background: url(imgs/contact_ov.png) transparent no-repeat 0 0;
}


#intro {
 clear: both;
 background: url(imgs/intro.png) transparent no-repeat 0 0;
 height: 190px;
 width: 440px;
 line-height: 19px;
 padding: 15px 15px 0 15px;
 
}

#gallery {
 text-align: center;
 padding-top: 20px;
}

#gallery img {
 border: 1px solid #aaa;
 padding: 5px;
 background: #ccc;
 margin: 3px;
}


#foot {
 font-size: 10px;
}



#clear { clear: both;}


h1 {
 margin: 0;
 padding: 0;
 color: #1058A1;
 font-size:16px;
 text-shadow: 0 2px 1px #ccc;
}

b {
 color: #49a120;
}

a:link, a:visited {
 text-decoration: none;
 color: #4bbef2;
}

a:hover {
 text-decoration: underline;
}