
div#logo{float:right;clear:right;width:140px;margin-top: -425px;line-height:36px;}


 .rob div {
		padding:10px;
		border:1px solid #000000;
    float:left;
	}
  .columnone {
        width:180px;
	    background-color:  #ffccff;
	}
  .columntwo{
        width:500px;
        background-color: #FF0000;
		margin-left:10px;
		
	}
  .columnthree {
        width:134px;
        background-color: #FFFFFF;
		margin-left:10px;
	}
	
   /* second row, everything in it will float left, lining up left to right 
      width designation takes it across the page evenly with the combined size of the columns */
  .rob {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:10px;
    border:1px solid #000000;
    width:1085px;
	}
 
  .columnoneB {
        width:190px;
	    background-color: #87CEFA;
	}
  .columntwoB{
        width:200px;
        background-color: #DDA0DD;
		
	}
  .columnthreeB {
        width:200px;
        background-color: #87CEFA;
	}
 .columnfourB {
        width:190px;
	    background-color: #DDA0DD;
	}
.columnfiveB {
        width:190px;
		height: 50px;
	    background-color: #87CEFA;
				margin-top:0px;

	}
	
	.columnsixB {
				margin-top:-60px;
				position:relative; left:260px;top:-10px;


	}
	
 .robb div {
		padding:10px;
		border:1px solid #bbb;
	}
	  .robb {
		float:left;
		margin-bottom:130px;	
    padding:210px;
    width:300px;
	margin-top: -275px;
	line-height:20px
	}
	
	
 .Start {
		float:left;
		margin-top:-470px;
		margin-bottom:10px;
    padding:10px;
    width:920px;
	}
	
.Header {
		float:left;
		margin-top:380px;
		margin-bottom:10px;
    padding:10px;
    width:920px;
	}
		
	

example1 {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}

body {background-color: #DCDCDC;}

