body * {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
}

#header {
    margin: 0 auto 0 auto;
    width: 860px;
    height: 120px;
    padding-bottom: 20px;
}

#header  div {
    float: left;
}

#container {
    margin: 0 auto 0 auto;
    width: 860px;
    padding: 0px;
    text-align: left;
}

#container div {
    float: left;
}

img {
    border: none;
}

#mainleft {
width:183px;
padding: 0px;
float:left;
background:#fff;
	}


#maincenter {
width:462px;
padding: 0px;
float:left;
background:#fff;
	}


#mainright {
width:215px;
float:left;
background:#fff;
	}


p,h1,h2 {
    text-align: left;
    padding: 10px 0 10px 0;
}

ul{
    list-style-type: none;
}

ul,li {
   text-align: left; 
}

li {
    line-height: 1.4em;
}

	

h1 {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
}

h2 {
    letter-spacing: -1px;
    line-height: 2.3em;
}


.title-color {
    color: #009900;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: -2px;
    line-height: 1.2em;
}


#footer {
    margin: 15px auto 0 auto;
    /*clear: both;*/
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*border: 1px dashed green;*/
    background: #ccc

}

#scroll-gallery {
    width: 860px;
    margin: 0 auto 0 auto;
}

a:link {
  color: #fff  
  text-decoration: none;  
  font-size: 11px;
}

a:visited {
    /*color: #0909d9;*/
    color: red;
    text-decoration: none;  
  font-size: 11px;
}

a:hover {
    background: #fff;
    text-decoration: underline;  
  font-size: 11px;
}

.pics { height: 209px; width: 215px; padding:0; margin:0; bottom: 0px; }

.pics img { height: 209px; width: 215px; padding: 0px; border: 0px solid #ccc; background-color: #eee; top:0; left:0 
}

