/* CSS Used on more than one page of eebug */

body {
font-family:"times","serif";
padding:0;
}

#welcome {
font-size:0px;
color:white;
}

.frm_btn1 {
    font-family: System; /*this gives you nice arrows */
    font-style: normal;
    font-size: small;
    font-weight: bold;
    color: #0000FF;
    width:82px;  
} 



#logodiv {    /* container to store logo */
  position:absolute;
  left:20px;
  top:10px;  
  width:150px;
}

#headerdiv {    /* container to store header */
  position:absolute;
  left:150px;
  top:10px;
  background: url("images/pcb2.jpg"); 
  background-repeat: no-repeat; 
  width:480px;
}

#taglinediv {    /* container to store tagline */
  position:absolute;
  left:150px;
  top:110px;
  font-family:"times","serif";
  font-size:20px;
  text-align: center; 
  color:blue;
  width:480px;
}

#taglinediv h1 {
	font-family:"times","serif";
  font-size:20px;
  text-align: center; 
   margin:0px;
  padding:0px;
}

#workdiv {    /* main container for working area, slightly modifed for IE in IE3d file */
 position:absolute;
 left:150px;
 top:145px;
 border:1px outset #8B8378;
 width:475px;
 height:220px;
}

#circuitlabeldiv { /* container to store circuit label header */
  position:absolute;
  left:10px;
  top:0px; 
}

#circuitlabeldiv h2{
  font-family:"times","serif";
  font-size:13px;
  text-align: left; 	
  margin:0px;
}


#instructionsdiv {    /* container to store instuctions */
  position:absolute;
  left:150px;
  top:365px;
  height:18px;
  width:475px;
  font-family:"times","serif";
  font-size:12px;
  text-align: center; 
  color:black;
  
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border:1px outset #8B8378; 
 
}

#footer1div {    /* container to store footer image*/
	position:absolute;
  left:150px;
  top:510px; 
  background: url("images/pcb2.jpg");  
  filter:alpha(opacity=50);    /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */   
  background-repeat: no-repeat; 
  width:475px;
  height:30px;
}
#footer2div {    /* container to store footer text*/
	position:absolute;
  left:150px;
  top:510px;  /* was 545 before webring */
  width:475px;
  color:blue;
  font-family:"times","serif";
  font-size:14px;
  font-weight: normal; 
  height:30px; 
}

#footer2div p {
  margin-left:10px;
  margin-top:6px;
}

#ad1div {    /* ads */
 position:absolute; 
 left:630px;
 top:20px;
/* border:1px outset #8B8378; */
 padding:1px; 
 width:200px;
 z-index:2;
}
#ad2div {    /* ads */
 position:absolute; 
 left:630px;
 top:225px;
/* border:1px outset #8B8378; */
 padding:1px; 
 width:200px;
 z-index:2;
}

#socialbookmarksdiv {    /* social bookmarks */
 position:absolute; 
 left:630px;
 top:480px;
/* border:1px outset #8B8378; */
 padding:1px; 
 width:200px;
}
