html{
	background:#f2ffd2;
}

body{
  font-family: verdana,sans-serif;
  font-size: 16px;
}

h1{
  padding:20px;
  color:#183e4c;
  font-family:georgia,"palatino linotype",palatino,serif;
  font-size: 29px;
  background:#8fc4a6;
}
#wrapper{
	width:1000px;
	margin:0px auto;
}

#main-content{
	
}

#textboxContainer{
	width:395px;
	height:350px;
	float:right;
}

#imageContainer{
	width:1000px;
	text-align:center;
}

#simcode{
	width:385px;
	height:314px;
	padding:2px;
	font-style:normal
	font-family:Times New Roman, serif, Tahoma, Geneva, sans-serif;
        font-size:12px;
	
}

#circuitContainer{
	width:600px;
	height:350px;
	background:#183e4c;
	float:left;
}

p.instContainer{
padding:450px 0px 0px 0px;
text-align:center;
}


.error{
  color:red;
}