/*---- Reset ----*/

body, div, h1, h2, h3, p, ul, li, img, blockquote {
        margin: 0; padding: 0; border: 0;
}

.clear { clear: both; }



/*---- Layout ----*/

body { background: #ccc url(../images/ssc-background.jpg); }

#container { margin: 0 auto; width: 960px; }



/*---- Typography ----*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
}



/*---- Header ----*/

#header h1 {
        text-indent: -9999px;
        background: url(../images/ssc-logo.png) no-repeat;
        width: 610px;
        height: 210px;
        text-align: center;
        margin: 0 auto;
}

#header h2 {
        font-size: 30px;
        line-height: 40px;
        color: #666;
        text-shadow: 0px 1px 1px #fff;
        width: 800px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 40px 0;
}



/*---- Work ----*/

#work h3 {
        text-indent: -9999px;
        background: url(../images/work.png) no-repeat;
        width: 203px;
        height: 68px;
        margin-bottom: 10px;
}

#work ul {
        list-style: none;
}

  #work ul li {
          float: left;
          margin: 10px;
  }

    #work ul li img {
            padding: 9px;
            background: #abc1cf;
            border: solid 1px #51758c;
    }



/*---- About ----*/

#about {
	padding-top: 20px;
}

#about h3 {
        text-indent: -9999px;
        background: url(../images/about.png) no-repeat;
        width: 203px;
        height: 68px;
        margin-bottom: 10px;
}

#about p {

        margin: 0 auto;
        width: 937px;
        margin-bottom: 20px;
        line-height: 20px;
}



/*---- Contact ----*/

#contact h3 {
        text-indent: -9999px;
        background: url(../images/contact.png) no-repeat;
        width: 203px;
        height: 68px;
        margin-bottom: 10px;
}

#contact p {
        margin: 0 auto;
        width: 937px;
        margin-bottom: 20px;
        line-height: 20px;
}

#contact a {
	text-decoration: none;
        font-weight: bold;
        color: #51758c;
        text-shadow: 0px 1px 1px #fff;
}

  #contact a:hover {
          color: #666;
          text-shadow: 1px 1px 1px #fff;
  }



/*---- Copyright ----*/

#copyright {
	margin: 0 auto;
	text-align: center;
	padding: 50px;
}
