* {
	padding: 0;
	margin: 0;
}

/* Divs, positioned elements, placement, etc. */


body {
	background-color: #FFFFB2;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
        font-size: 14px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
}

.floatLeft {
   float: left;
   clear: both;
   margin-right: 25px;
}

.floatRight {
   float: right;
   clear: both;
}


#content {
	background: url('images/content_bg.png');
        background-repeat: repeat-y;
        padding: 75px 50px 150px 50px;
        margin-top: -10px;
        color: #ffffff;
        min-height: 350px;
}

.contentImg {
    margin-right: 25px;
    margin-bottom: 10px;
    border: 10px solid white;
} 

/*
.contentImg {
	padding: 10px; 
	border-top: solid #d7d7d7 1px; 
	border-right: solid #d7d7d7 3px; 
	border-bottom: solid #d7d7d7 4px; 
	border-left: solid #d7d7d7 3px; 
	-webkit-border-image: url("http://www.squalicumeco.com/images/photo_bg.png") 1 3 4 3 stretch stretch; 
	-moz-border-image: url("http://www.squalicumeco.com/images/photo_bg.png") 1 3 4 3 stretch stretch; 
	border-image: url("http://www.squalicumeco.com/images/photo_bg.png") 1 3 4 3 stretch stretch; 
}
*/



/* Text stylings */

* {
   font-weight: normal;
}

strong {
   font-weight: bold;
}

h1 {
   font-size: 28px;
   padding-bottom: 15px;
}

p {
   padding-bottom: 10px;
}

#content ul {
   padding-left: 20px;
}

a:link {
   color: inherit;
}


a img {
   border: 0px;
   padding: none;
}

#content ul {
   position: relative;
   left: 25px;
}




/* Navigation */

#nav {
    position: relative;
    left: 20px;
}

#nav li {
	background-position: left top;
	background-repeat: no-repeat;
    list-style: none;
    width: 175px;
    height: 40px;
    display: block;
    float: left;
    text-indent: -5000px;
    margin-top: -9px;
}

#nav li:hover {
    background-position: left -40px;
}

#nav a {
	display: block;
	height: 32px;
	width: 100%;
}

#contacts {
	background-image: url('images/contact.png') 
}

#whoweare {
	background-image: url('images/whoweare.png') 
}
 
#projects {
	background-image: url('images/projects.png') 
}

#gallery {
	background-image: url('images/gallery.png') 
}

#links {
	background-image: url('images/links.png') 
}

/* Additional Lightbox styles */

.lightbox_tn img {
   border: 1px solid gray;
   background-color: white;
   padding: 3px;
   margin-right: 15px;
   margin-bottom: 15px;
}


/* Footer */

#footer {
    clear: both;
    background-image: url('images/content_bg_bottom.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 100px;
    width: 950px;
    padding-top: 20px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    text-shadow: 0px 1px 0px #e5e5ee;
    filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
}
