* {
  margin: 0;
  padding: 0;
}
body {
  background: #e2e2e2 url(../images/bg_silver_noise.png) 0 0 repeat-x;
  color: #414141;
  font: 87%; 
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}
#outer.container {
  margin: 1em auto;
  padding: 1.8em;
  width: 65%;
  border: 2em solid #f1f1f1;
  min-width: 620px;
}

/* @group Header */

#site-name {
  margin-top: 1em;
  font-weight: normal;
}
#site-name a, #site-name a:visited {
  color: #414141;
  text-decoration: none;
}
#site-name strong {
  font-weight: bold;
}
/* @end */

#content {
  margin-top: 0.6em;
  font-size: 2em;
  color: #414141;
}

#content p, #content ul, #content ol {
  margin-bottom: 0.6em;
  line-height: 140%;
}

#content li {
	margin-left: 1em;
}

#content address {
	font-style: normal;
}

#content strong, #content a, #content a:hover, #content a:visited {
  color: #676767;
  text-decoration: none;
}

#content a, #content a:hover, #content a:visited {
  font-weight: bold;	
}
