body {
  text-align: center;
  background: #84993c url('./images/runner.jpg') top center repeat-x fixed;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #FF6600; text-decoration: none}
A:visited {
	COLOR: #FF6600; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #84993c; text-decoration: underline
}

#wrapper_main {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('./images/runner.gif') top repeat-x;
  border: 1px solid #33074C;
}

#header {
  height: 120px;
  background: #ABCD1B url('./images/header2.jpg') no-repeat right top;
  clear: both;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('./images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FFFFFF url('./images/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: arial, sans-serif;
  font-size:13px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #ABCD1B url('./images/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #ABCD1B url('./images/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#content {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_column {
	margin-top:5px;
	float: right;
	width:160px;
	background-color: #ECF1D5;
	padding: 0px;

}

#right_column h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	padding:5px;
	background-repeat: no-repeat;
	background-color: #2B3B0A;

}

#right_column p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 150%;
  padding-left:4px;
}

#left_column {
	float: left;
	width:540px;
	background-color: #FFFFFF;
	border:0px dashed #cccccc;
	background-image: url(images/cabg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#left_column h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 18px;
  color: #2b3b0a;
  padding:4px;
  clear:both;
}

#left_column h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 16px;
  color: #ABCD1B;
  padding:4px;
  clear:both;
}

#left_column p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: arial, sans-serif;
  font-size: 80%;
  color: #333333;
  line-height: 150%;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:200px;
  background-color: #F6FCEE;
  border:1px solid #99CC33;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: Trebuchet MS, arial, sans-serif;
  font-size: 12px;
  color: #FF6600;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #999933;
  line-height: 16px;
  margin-bottom:5px;
}

#footer {
	height: 100px;
	background-color: #84993c;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;

}

#footer p {
	padding-top:15px;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing:1px;
	padding-left: 15px;

}
#footer A:link {
	COLOR: #FFFFFF; text-decoration: none
	}
#spacer {
  height:70px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(./images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
