/****HTML****/

body { font: 62.5%/1 Helvetica, Arial, sans-serif; line-height: 1.2; color: #ccc; background: #000 url(../images/background.gif); width: 77.6em; margin: 0 auto; position: relative; }
/* 
	Setting the body font-size to 62.5% means that 1em = 10px 
	so we can easily calculate dimensions for a flexible layout. 
*/
	
span { display: none; }

/****HEADER****/

#home { margin: 11px 0px 0px 16px;  width: 76em; text-align:center;  }

#header { margin: 11px 0px 0px 16px;  width: 76em; }
#logo { width: 6.3em; float: left; }
#hdr { width: 6.3em; float: left; }
#ftr { width: 37em; margin: 0px 0px 0px 12px; float: left; }
.right { width: 30.2em; float: right; }
#head { width: 30.2em; }
#contact { width: 29.2em; margin: 0px 10px 0px 0px; text-align: right; }

#projectHeader { margin: 0px 0px 0px 0px;  background: #181818 url(../images/gray_back.gif); width: 755px; float: left;}
.status { width: 29.2em; margin: 25px 0px 0px 0px; text-align: right; }

#projectFooter { margin: 0px 0px 0px 0px;  background: #181818 url(../images/gray_back.gif); width: 755px; height: 7em; float: left;}

/****CONTENT****/

#featured{ margin: 11px 0px 0px 16px; background: #181818 url(../images/featured_755_270.jpg); width: 75.5em; height: 27em; clear: left;}
#featuredCopy { width: 25em; margin: 105px 0px 0px 12px; float: left; }

#featuredSec{ margin: 11px 0px 0px 16px; background-color:#181818; width: 75.5em; clear: left;}
#featuredWork { margin: 11px 0px 0px 16px;  width: 76em; float: left;}


ul.screenshots { margin: 0px 0px 0px 0px;  width: 75.5em; list-style-type: none; }
ul.screenshots li { width: 75.5em; float: left; }
ul.screenshots li a {  }
ul.screenshots li img { display: block; }


ul.features { margin: 11px 0px 0px 16px;  width: 76.1em; list-style-type: none; }
ul.features li {  width: 19em; height: 21em; float: left; }
ul.features li a { color: #ccc; }
ul.features li img { display: block; }


/****FOOTER****/

#borderbottom { background: url(images/bttm_border.gif) no-repeat; height: 24px; clear: left;}
#footer {  }
#address { margin: 0px 0px 0px 0px;  padding: 0px 0px 20px 0px;}



