body {
  text-align: left;
}
h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
#content ul.preview{margin-left:0;}
#content ul.preview li{list-style:none;}
#learn-more{
  padding-top:30px;
  font-size:12px;
}
#content p { font-size: 14px; font-family: Tahoma; line-height: 1.5; }
#content ul { margin: 30px 0; }
ul li { list-style-type: none; }
h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: Georgia;
  margin: 10px 0;
}
strong {
  font-weight: bold;
}
.floated {
  float: left;
  margin-right: 20px;
}
#float-wrapper {
  border: 2px solid #666;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 5px;
  background: #0760A2;
  color: #fff;
  font-weight: bold;
}
.clear { clear: both; }
code {
  display: block;
  border: 2px solid #333;
  background: beige;
  padding: 10px;
  font-family: Tahoma;
  font-size: 14px;
  margin-bottom: 10px;
}
#boxmodel {
  width: 268px;
  padding: 10px 20px;
  background: #0760A2;
  border: 10px solid #333;
  margin-bottom: 10px;
}
#nohasLayout {
  background: #0760A2;
  color: #fff;
}
.hasLayout {
  zoom: 1;
}
.simulatehasLayout {
  margin-top: -10px;
  padding-top: 10px;
}
.hidden {
  display: none;
}
#letable {
  width: 100%;
}
.fixedtable {
  table-layout: fixed;
}
.long-column {
  width: 500px;
}
.medium-column {
  width: 300px;
  overflow: hidden;
}
.padding {
  padding-top: 10px;
}
#thelist li {
  list-style-type: disc;
}
.listin {
  list-style-position: inside;
}
#position-relative {
  border: 2px solid #333;
  padding: 50px 20px 10px 20px;
}
#position-absolute {
  position: absolute;
  background: blue; 
  background: #0760A2;
  text-align: center;
  color: #fff;
  width: 200px;
  padding: 10px 0;
  top: 0;
  left: 0;
}
.relatively {
  position: relative;
}
#bluebox {
  font-size: 48px; 
  line-height: 48px; 
  padding: 25px 50px; 
  background: #102195; 
  float: left; 
  color: #fff; 
  position: relative;
  margin-left: 5px;
}
#redbox {
  font-size: 48px; 
  line-height: 48px; 
  padding: 25px 50px; 
  background: #A31D00; 
  float: left; 
  color: #fff; 
  position: relative;
}
#yellowbox {
  height: 50px; 
  width: 50px; 
  background: #D2E20D; 
  position: relative; 
  z-index: 2;
}
#orangebox {
  height: 50px; 
  width: 50px; 
  background: #C6560C; 
  position: relative; 
  z-index: 1;
}