html, body{
height: 100%;
margin: 0;
padding: 0;
font-family: "century gothic", sans-serif;
font-size: 12px;
font-weight: lighter;
/*color: #E5E3D7;*/
color: #666;
background: #AEC1A1;
text-align: center;
}


p{
text-transform: lowercase;
}

#wrap{
border: 0;
position: relative;
top: 4%;
width: 850px;
margin: 0 auto;
}

#heading p {
margin-left: auto;
margin-right: auto;
}

#border{
height: 535px;
background-color: #AEC1A1;
border: 0px #BFD3B1 solid;
border-top: 0px;
}

#logo{
padding-top: 0px;
padding-bottom: 0px;
}

#logo img{
margin-top: 0px;
}

#logo a img{
border: 0px;
}

#content{
text-align: justify;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
}

#footer{
font-size: 90%;
text-align: center;
background: url(images/bottomborder.jpg) top no-repeat;
height: 42px;
margin-top: -40px;
}

#footer2{
font-size: 30%;
letter-spacing: 6px;
line-height: 20px;
}

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

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

#gallery table{
margin-left: auto;
margin-right: auto;
}

#gallery ul{
margin-left: auto;
margin-right: auto;
}

a {
/*color: #E5E3D7;*/
color:#666;
}

a:link,
a:visited{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

a img {
border: #CCD3C4 1px solid;
}


a:link img,
a:visited img {
border: #CCD3C4 1px solid;
}


a:hover img{
border: #fff 1px solid;
}

#wider{
letter-spacing: 4px;
}

#lighter{
color: #E8EEDF;
font-weight: bold;
letter-spacing: 8px;
}

.bolder{
font-weight: 900;
letter-spacing: 6px;
}

.bold{
font-weight: 700;
}

#interiors{
color: #666;
}

#copyright{
font-size: 80%;
width: 100%;
padding-top: 5px;
}

#copyright a:link,
#copyright a:visited{
color: #E5E3D7;
}

#copyright a:hover{
text-decoration: none;
color: #fff;
}

.right{
text-align: right;
float: right;
}

.right a{
text-transform: lowercase;
}

#left{
text-align: left;
float: left;
}

#footer a:link,
a:visited {
/*color: #E5E3D7;*/
color:#666;
}

#footer a:link img,
#footer a:visited img,
#footer a:hover img{
border: 0px;
}

#footer a:hover{
text-decoration: none;
color: #fff;
}

#strap{
letter-spacing: 3px;
font-size: xx-small;
text-align: left;
padding-left: 10px;
}

#about{
text-align: right;
font-size: small;
padding-left: 30px;
padding-right: 30px;
letter-spacing: 5px;
color: #666;
width: 60%;
float: right;
margin-top: -35px;
}

#about  p{
padding-bottom: 20px;
}

#contact{
text-align: right;
font-size: 95%;
line-height: 130%;
position: absolute;
right: 30px;
}

#contact a:link,
#contact a:visited{
color: #666;
}

#contact a:hover{
color: #ccd2c3;
text-decoration: none;
}





/* TO LOSE THE WHITE LINE ON THE IMAGES IN IE */

ul, li {
list-style-type:none;
padding:5px;
margin:0 auto;
padding-top: 0;
}

ul {
width:448px;
}

li {
float:left;
}


