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

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

#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 #0000cc;
  
}

img.photo_border {
  border: 2px #009 solid;
}

/* @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.4em;
  color: #990000;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 3px;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: -5px;
}

H2 {
  font-size: 1.2em;
  color: #000066;
  font-style: normal;
  font-weight:100;
  letter-spacing: 2px;
  text-align: center; 
}

H3 {
  font-size: .9em;
  color: #000066;
  font-style: normal;
  font-weight:100;
  letter-spacing: 2px;
  text-align: center; 
}

H4 {
  font-size: 1.1em;
  color: #990000;
  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: -760px;
  }
  
/* hack to move right for IE */
 * html #left_sidebar {
 margin-left: -742px;
  }
  
/* @end */

/* @group navcontainer */

#navcontainer { margin-left: 5px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 5px 5px 10px;
width: 120px;
color: #ff9;
background-color: #903;
text-decoration: none;
border-top: 1px solid #ffc;
border-left: 1px solid #ffc;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: normal;
font-size: 12px;
background-image: url(images/button_over.gif);
background-repeat: no-repeat;
font-style: normal;
}

/* IE hack button wider*/
 * html #navcontainer a 
 {
width: 135px;
  }

#navcontainer a:hover
{
color: #ff9;
background-color: #ff9;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #ffc;
border-right: 1px solid #ffc;
font-weight: normal;
background-image: url(images/button.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
/* @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 */