/* FI2010 */

* { margin:0px; padding:0; }
html { height: 100%; }
body { 
  line-height: 12px; 
  margin: 20px auto;
  width: 1050px;
  font-family: Helvetica, Arial, Sans-Serif; 
  font-size: 13px;
  background-color: #141414;
  }
img { border:0; }
p { line-height: 10px; margin-bottom: 10px; }

/* FI2010 */
#container { 
  margin: 0px  auto;
  width: 1050px;
  height: auto;
  }

#header {
  margin: 20px 0 0 10px;
  width: 1030px;
  float: left;
	}


#titlebar {
  margin: 40px 0 0 10px;
  border-top-color: black;
  border-top-style: dotted;
  border-top-width: 1px;
  width: 1030px;
  height: 40px;
  background: #2b2b2b;
  float: left;
	}

#titlebar1 {
  margin-left: 10px;
  margin-bottom: 0px;
  margin-right: 0;
  margin-top: 10px;

  width: 1030px;
  height: 40px;
  background: #2b2b2b;
  float: left;
	}

#yellowbox {
  margin: 10px 0px 50px 10px;
  padding: 0px;
  width: 250px;
  height: 200px;
  background: #d8d5d2;
  float: left;
	}
  
#projectbox {
  margin: 0px 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: #2b2b2b;
  float: left;
	}
	
	
#project_d_box {
  border-top-color: white;
  border-top-style: dotted;
  border-top-width: 1px;
  margin: 0 0 10px 0;
  width: 1030px;
  height: 50px;
  background: #2b2b2b;
  float: left;
	}
	
	
#project_navbox {
  text-align: right;
  margin: 0 0 10px 0;
  width: 280px;
  height: 30px;
  background: ;
  float: right;
	}
	
	
#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;
	}

#logoblock{
	width: 200px;
	height: 51px;
	float: left;
	background: aqua;
	}

#nav {
  margin-bottom:10px;
  padding: 0px 0; 
  }
  
  #nav a { display: block; float: left; }
    
  a#home {
    background: url(../images/FI_Logo_1.gif) top left;
    height: 51px;
    width: 200px;
  }
  
  a#home:hover, a#home.selected { background-position: top right;}  

  

/* 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;}
