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: #006600;
}

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

/* @group Content */

#content {
display: inline;  /* End IE hack */
float: left;  width: 560px;
margin-left: 180px;
background-color: #fff;
border-left: 1px solid #ccc;
padding: 10px;
}

/* @end */

/* @group paragraphs */

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

p a {
  font-size: 1em;
}

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

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

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

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


a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

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

H2 {
  font-size: 1.2em;
  color: #990000;
  font-style: italic;
  letter-spacing: 2px;
}

H3 {
  font-size: 1em;
  color: #006600;
  margin-bottom: -10px;
}

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

H4 {
  font-size: .8em;
  color: #660000;
}

/* @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: -732px;
  }
  
/* @end */

#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: #ffc;
			background-color: #900;
			text-decoration: none;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #333;
			border-right: 1px solid #333;
			font-weight: normal;
			font-size: 12px;
			background-image: url(images/button.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
	font-style: normal;
}

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

#navcontainer a:hover
		{
			color: #ff9;
			background-color: #000;
			text-decoration: none;
			border-top: 1px solid #333;
			border-left: 1px solid #333;
			border-bottom: 1px solid #fff;
			border-right: 1px solid #fff;
			font-weight: normal;
			background-image: url(images/button_over.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;
	margin-left: 170px;
	
border-left: 1px solid #ccc;
	width: 570px;
clear:  both;
background-color: #fff;
}


/* @end */