/* layout CSS */

@import url(reset.css);
@import url(typography.css);
@import url(navigation.css);
@import url(ThickboxGallery/thickbox.css);
@import url(ZoomGallery/zoomimage.css);
/* ------------------------------------------------------------------------- */

body {
background:url(images/bg.jpg) no-repeat top center fixed #131313;
}

div#header{
width:880px;
padding:0 40px;
height:201px;
background:url(images/header.jpg) no-repeat top left;
}


div#container{
position:relative;
width:960px;
background:#fff;
margin:0 auto;
}
div#content, div#subcolumn{
float:left;
}

#content{
width:570px;
padding: 18px 40px 18px 40px;
}
#subcolumn{
width:280px;
padding: 0px 10px;
border-left:1px dotted #ccc;
margin-bottom:18px;
}

div#address{
clear:both;
width:960px;
margin:0 auto;
}


/*--- Portfolio Gallery styles ---*/ 

ul.galleryThumbs{
list-style:none;
margin:10px 0;
width:500px;
}
ul.galleryThumbs li{
margin:6px 10px 6px 0;
padding:2px;
border:1px solid #1b8281;
width:150px;
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;
zoom:1;
*display:inline;
}
ul.galleryThumbs li:hover{
border:1px solid #ccc;
}
ul.galleryThumbs li img{
vertical-align:middle;
}
ul.galleryThumbs li h4{
font: bold 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
border-bottom:0;
margin:0;
}





