html, body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #444;
  text-align: center; /* hack to centre wrapper in IE (see wrapper) */
  background-color: #006;
}

#wrapper_1 {
	
  width:  770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  background: url(images/white_internal.gif) repeat-y center;
  border: 1px solid #cc0000;
  
}

/* @group Content */

#content {
display: inline;  /* End IE hack */
float: left;  
width: 565px;
margin-left: 170px;
border-left: 1px solid #ccc;
padding: 12px;
}

/* @end */

/* @group paragraphs */

p, Li, Blockquote {
  font-size: .8em;
  line-height: 1.3em;
}

p a {
  font-size: 1em;
}

center p  a {
  font-size: 1em;
}

center a {
  font-size: .8em;
}

ul li li {
  font-size: 1em;
}

ul li a {
  font-size: 1em;
}


a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

H1 {
  font-size: 1.3em;
  color: #009;
  font-style: italic;
  letter-spacing: 3px;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: -5px;
}

H2 {
  font-size: 1.2em;
  color: #900;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center; 
}

H3 {
  font-size: 1em;
  color: #900;
  margin-bottom: 0px;
}

H4 {
  font-size: .9em;
  color: #900;
  margin-bottom: 0px;
}

/* hack to correct bottom being cut off for IE */
* html H3 {
  margin-bottom: 0px;
}



/* @end */

/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 170px;
 margin-left: -750px;
  }
  
/* hack to move right for IE */
 * html #left_sidebar {
 margin-left: -750px;
  }
  
/* @end */

/* @group bottommenu */

#bottommenu {
  clear: both;
}

/* @end */

/* @group footer */

#footer {
text-align: center;
font-size: .8em;
width: 565px;
margin-left: 170px;
border-left: 1px solid #ccc;
padding: 12px;
clear:  both;
}


/* @end */