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: #990000 url(images/background_2.gif) repeat-x fixed;
}

#wrapper_1 {
	
  width:  750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
    background: #fff;
border: solid #c66;
border-width: 0px 2px 2px 2px;
  
}

/* hack to correct width for IE */
 * html #wrapper_1 {
  width:  750px;
  }

#wrapper_2 {


}


/* @group h1,2,3 */

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

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

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

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

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

/* @end */

img.photo_border {    
 display: block;
 margin-left: auto;
 margin-right: auto;
 border: 2px #900 solid;
}

/* @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;
}

td p, li  {
  font-size: .85em;
  line-height: 1.3em;
}

a:hover {
  color: red;
}


/* @end */


/* @group right_column */

#right_column {
display: inline;  /* End IE hack */
float: left;  width: 765px;
margin-left: 214px;
}

/* @end */


.main_header{
width: 767px;
background-image:url(images/main_header.jpg);
height:130px;
border-top: 5px solid #000;
}

.main_header p {
  font-size: 1.3em;
  text-align: center;
  color: #ff0;
}

.green_txtlight{
font-family:Arial;
 font-size: .9em;
color:#ffc;
text-align:center;
}

.content li {
  font-size: .9em;
  line-height: 1.5em;
  color: #666;
}

.content {
width: 490px;
border-top: 5px solid #ffc;
  font-size: .9em;
  line-height: 1.5em;
  background: #cda;
}

/* @group Left Sidebar */

#left_sidebar {
display:inline;
  float: left; 
  width: 193px;
 margin-left: -975px;
 background-color: #ffcc66;
 border: 1px solid #000;
  }
  

/* @end */



/* @group navcontainer */
#navcontainer { margin-left: 0px; }

#navcontainer p {
	
  font-size: 1em;
  color: #cc0000;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

* html #navcontainer p {
	
  font-size: .9em;
  color: #cc0000;
  font-weight: bold;
}
	
	

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

#navcontainer li { margin: 0; }

#navcontainer a
		{
			display: block;
			padding: 5px 5px 5px 10px;
			width: 177px;
			color: #ffc;
			background-color: #060;
			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: 177px;
  }

#navcontainer a:hover
		{
			color: #ff9;
			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:  500px;
	clear:  both;
	text-align: center;
	font-size: .8em;
margin-left: 215px;
}


/* @end */