/* layout CSS */

@import url(reset.css);
@import url(typography.css);
@import url(navigation.css);
@import url(ZoomGallery/zoomimage.css);

/* ------------------------------------------------------------------------- */

body {
	margin: 0 auto;
	width:100%;
	background: url(images/collage.gif) #cbc4b3 no-repeat top left;
}

div#container{
width:556px;
margin: 0 auto;
padding-top:75px;
position:relative;
}

div#content{
padding: 14px 75px 44px 69px;
background: url(images/bg.gif);

}
div#address, div#address p{
margin:0;
padding:0;
}
div#header{
height:104px;
background:url(images/head.gif);
}

h1#masthead a{
text-indent:-9999px; 
position:absolute;
left:12px;
top:31px;
width:267px;
height:77px;
display:block;
overflow:hidden;
}

embed{
margin-left:-68px;
}
ul.galleryThumbs{
list-style:none;
margin:0;
}
ul.galleryThumbs li {
border:1px solid #CCC;
float:left;
margin:6px 7px 6px 4px;
padding:2px;
}

ul.galleryThumbs li:hover {
border:1px solid #999900;
}

ul.galleryThumbs li img{
vertical-align:middle;
}

a.media{
display:block;
height:24px;
width:125px;
background-color:#CCC;
overflow:hidden;
}

.pagination{
padding:4px;
}
.pagination.currentPage{
color:#e4e1cc;
}
