@charset "UTF-8";
/* CSS Document */

body {
text-align:centre;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
background-color: #333;
margin:0;
}

p,h1,h2,h3,h4,h5 {
margin-top:0
}

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

a img {
border:0;
}

.goleft {
float:left;
margin-right:15px;
}

.goright {
float:right;
margin-left:15px;
}
.turquoise{
color:#0CC;	
}

hr {
height:12px;
border:0;
box-shadow:inset 0 12px 12px -12px rgba(0,0,0,0.5);
width:75%;
float:right;
}

#wrapper {
width:960px;
text-align:left;
background-color:#333;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#header {
width:98%;
height:40px;
background-color:#333;
position:relative;
text-align:right;
color:#fff;
font-size:2em;
padding:30px 0;
}

#banner {
width:100%;
position:relative;
margin-bottom:-3px;
padding-bottom:30px;
}

#content {
width:72%;
float:left;
font-size:100%;
line-height:1.2m;
color:#fff;
padding:10px 25px;
background-color:#333;
}

#content h1 {
font-size:1.8em;
line-height:1.6em;
color:#fff;
}

#content a {
color:#fff;
text-decoration:underline;
}
#content a:hover{
color:#0CC;
}
#content li {
list-style-position:inside;
list-style-type:square;
margin:10px;
}

#sidebarright {
background-color:#333;
width:20%;
margin-right:10px;
margin-bottom:15px;
float:right;
text-align:right;
color:#fff;
font-size:100%;
}
#sidebarright a:hover {
color:#0CC;		
}

#footer {
clear:both;
background-color:#333;
width:100%;
float:left;
font-size:90%;
line-height:1.6m;
color:#fff;
list-style:none;
text-align:center;
padding:20px 0
}

#footer a {
color:#ccc;
text-decoration:underline;
disblay:block;
}

#footer p {
color:#999;
}

#footer a:hover {
color:#0CC;
}
#footer .gallery ul {
list-style:none;
margin:0;
}

#footer .gallery li {
float:left;
width:25%;
text-align:center;
}

#footer .gallery p {
clear:both;
text-align:left;
padding:15px;
}

#footer .gallery h1 {
clear:both;
text-align:center;
}

#copyright {
clear:both;
text-align:center;
text-size:80%;
color:#CCC;
margin:0;
padding:2em 0;
}

#Map {
position:absolute;
left:40px;
bottom:0;
}

.lbGallery ul {
list-style:none;
}

.lbGallery ul li {
display:inline;
}


#banner .gallery img,#footer .gallery img,.lbGallery img,.lbGalleryhead img {
-moz-border-radius:15px;
border-radius:15px;
}

.lbGallery ul img {
padding:10px;
}

.lbGallery,.lbGalleryhead {
background-color:#333;
width:960px;
}

