p, 
h2,
h3,
dl {
  margin: 1em; 
}

body {
  overflow-x: hidden;
}

h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 96%;
  height: 443px;
  margin: 0;
  padding: 0.5em 2%;
  font-size: 2em;
  text-align: right;
  background-image: url(images/gradient_large.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
  font-variant: normal;
}

#container {
  position: relative;
  width: 740px;
  left: 50%;
  top: 4em;
  margin-left: -370px;
}

#content {
  float: right;
  width: 600px;
  min-height: 105em;
}
* html #content {
  height: 105em;    /* IE6 min-height hack */
}
#content hr {
  width: 20%;
  margin-top: 1em;
  padding: 0;
}

dt {
  margin: 0.3em 0 0 2em;
  font-weight: bold;
}

pre, 
.pre_inline {
  font-family: 'Lucida Console', 'Courier New', Courier, Monospace;
  font-weight: bold;
}

li {
  margin-top: 0.5em;
}

hr
{
  clear: both;
  padding-top: 2em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aaa;
}

#menu
{
  position: absolute;
  top: 2em;
  left: -1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu a
{
  display: block;
  padding: 0 0.3em;
  line-height: 1.5em;
  width: 130px;
  background-color: #F2F2F2;
  border: 1px solid #aaa;
  text-decoration: none;
}
#menu li {
  margin: 2px;
}
#menu a:visited {
  color: #555;
}
#menu a:hover,
#menu_current a
{
  background-color: #99B3CC;
  color: #fff;
}

#menu_split {
  margin-bottom: 1em;
}

.links {
  width: 120px;
  position: absolute;
  left: -2.8em;
  text-align: center;
  list-style: none;
}
.links li {
	margin: 0.2em;
}
#promo_links {
  top: 21em;    /* for some reason IE shows this 1em higher than FF */
}
#brag_links {
  top: 24em;
}
li image {
	border: none;
}
#servint {
  padding-left: 37px;
  top: 74em;
}
#bgmm {
  padding-left: 40px;
  top: 84em;
}

#adsense {
  float: left;
  width: 120px;
  margin-top: 31em;
}

#brag_links span {
  margin-left: -1000em; 
}
#mashup_awards {
  display: block;
  width: 120px;
  height: 25px;
  background: url(http://mashupawards.com/img/badges/motd.gif) -38px -20px no-repeat;
}
#gcode_featured {
  display: block;
  width: 120px;
  height: 25px;
  background: url(images/google_code.png) 0px 2px no-repeat;
}


p.footer {
  margin: 0;
  padding: 0 0.5em 0.5em 0.5em;
	font-size: 0.8em;
  line-height: -1.5em;
}
#version {
  float: right;
  margin-top: -1.7em;
}
  

