/* FI2010 */

* { margin:0px; padding:0; }
html { height: 100%; }
body { 
  line-height: 12px; 
  margin: 0px;
  width: 1050px;
  font-family: Helvetica, Arial, Sans-Serif; 
  font-size: 13px;
  padding: 20px 0px 0px 0px;
  background-color: #333333;
  }
img { border:0; }
p { line-height: 10px; margin-bottom: 10px; }

/* FI2010 */
#container { 
  margin: 0px auto;
  width: 1050px;
  height: auto;
  }

#titlebar {
  margin-left: 10px;
  margin-bottom: 0px;
  margin-right: 0;
  margin-top: 40px;
  border-top-color: black;
  border-top-style: dotted;
  border-top-width: 1px;
  width: 1030px;
  height: 40px;
  background: black;
  float: left;
	}

#titlebar1 {
  margin-left: 10px;
  margin-bottom: 0px;
  margin-right: 0;
  margin-top: 10px;
  border-top-color: black;
  border-top-style: dotted;
  border-top-width: 1px;
  width: 1030px;
  height: 40px;
  background: black;
  float: left;
	}

#yellowbox {
  margin: 10px 0px 50px 10px;
  padding: 0px;
  width: 250px;
  height: 200px;
  background: #d8d5d2;
  float: left;
	}
  
#projectbox {
  margin: 10px 0px 50px 10px;
  padding: 0px;
  width: 1030px;
  height: 500px;
  background: #d8d5d2;
  float: left;
	}
  
#whitebox {
  border-top-color: white;
  border-top-style: dotted;
  border-top-width: 1px;
  margin: 0 0 10px 0;
  width: 250px;
  height: 50px;
  background: black;
  float: left;
	}
	
	
#project_d_box {
  border-top-color: white;
  border-top-style: dotted;
  border-top-width: 1px;
  margin: 0 0 10px 0;
  width: 830px;
  height: 50px;
  background: black;
  float: left;
	}
	
	
#project_navbox {
  border-top-color: white;
  border-top-style: dotted;
  border-top-width: 1px;
  margin: 0 0 10px 0;
  width: 200px;
  height: 50px;
  background: black;
  float: left;
	}
	
	
#footer{
  padding-top: 10px;
  color: white;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-right: 0;
  margin-top: 40px;
  border-top-color: white;
  border-top-style: dotted;
  border-top-width: 1px;
  width: 1030px;
  height: 200px;
  float: left;
	}
  

  

/* classes */
.floatleft { float: left; }
.floatright { float: right; }
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.clearboth { clear: both; }
.no-margin { margin: 0px;}