#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#sgs_main {
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  margin-bottom:auto;
  padding:0px;
  width:800px;
}

#sgs_topleft {
 float:left;
 width:249px;
}

#sgs_topright {
 margin: 0px;
 border: 0px;
 padding: 0px;
 float:left;
 width:551px;
}

#sgs_leftcol {
 float:left;
 width:249px;
 margin-bottom: 0px;
 padding-bottom: auto;
 border-bottom: auto;
 background: url(../images/sgs-botleft.png)
}

#sgs_content {
 margin: 0px;
 border: 0px;
 padding: 0px;
 float:left;
 width:551px;
 background: url(../images/sgs-botright.png)
}

body{
 margin: 0px;
 padding: 0px;
 border: 0px;
 font-family: verdana, arial, sans-serif;
}

a {
 text-decoration:  none;
 font-weight: bold;
 border: none;
}

a:hover {
 text-decoration:  underline; 
 border: none;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

.contentheading {
  font-size: 16px;
  font-weight: bold;
}

.small {
  font-size: 9px;
}

.createdate {
  font-size: 9px;
  color: #999999;
}

#leftcol {
  margin: 4px;
  border: 4px;
  padding: 4px;
  font-size: 12px;
}

#content {
  margin: 2px 10px 10px 10px;
  border: 2px 10px 10px 10px;
  padding: 2px 10px 10px 10px;
  font-size: 11px;
}

#footer {
  margin: 10px;
  border: 10px;
  padding: 10px;
  font-size: 11px;
}

