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

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

/* @group wrapper */

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

/* @end */

/* @group Header */

#header {
	position: relative;
	height:103px;
	background:#fff url(images/banner3.jpg) no-repeat center top
}

/* My Comment */

/* @end */

/* @group Content */

#content {
display: inline;  /* End IE hack */
float: left;
width: 530px;
margin-left: 210px;
padding: 15;
 background: #fff
}

/* @end */

/* @group bottom_menu */

#bottom_menu H1 {

  font-size: 1em;
  color: #006;
  letter-spacing: 1px;
  font-variant: small-caps;
}

/* @end */


/* @group Left Sidebar */

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

/* @group paragraphs */

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

p a {
  font-size: 1em;
}

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

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

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

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

a:hover {
  color: red;
}


/* @end */

/* @group h1,2,3 */

H1 {
  font-size: 1em;
  color: #006;
  font-variant: small-caps;
}

H2 {
  font-size: 1em;
  color: #006;
  font-variant: small-caps;
}

H3 {
  font-size: 1em;
  color: #006;
  font-variant: small-caps;
  margin-bottom: -10px;
}

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

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

/* @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: 140px;
			color: #FFF;
			background-color: #006;
			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: 155px;
  }

#navcontainer a:hover
		{
			color: #fff;
			background-color: #900;
			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 footer */

#footer {
width: 530px;
margin-left: 210px;
padding: 15;
clear:  both;
background-color: #fff;
}


/* @end */
