body {
  text-align: center;
  background: #FAFAFA url('./img/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #cc1e20; text-decoration: none
}
A:visited {
	COLOR: #cc1e20; text-decoration: none
}
A:active {
	COLOR: #cc1e20; text-decoration: none
}
A:hover {
	COLOR: #000000; text-decoration: none
}

td A:link {
	COLOR: #000000; text-decoration: none
}
td A:visited {
	COLOR: #000000; text-decoration: none
}
td A:active {
	COLOR: #000000; text-decoration: none
}
td A:hover {
	COLOR: #cc1e20; text-decoration: none
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('./img/content_bg.jpg') top right repeat-y;
  border: 1px solid #404040;
}

#page_header {
  height: 120px;
  background: #cc1e20 url('./img/header.jpg') top right no-repeat;
  clear: both;
}

#page_header_trophy {
  height: 120px;
  background: #cc1e20 url('./img/header_trophy.jpg') top right no-repeat;
  clear: both;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('./img/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #cc1e20 url('./img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:11px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:9px;
  background: #cc1e20 url('./img/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: #cc1e20 url('./img/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#left_side {
  margin-top:5px;
  float: left;
  width:160px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #cc1e20;
  padding:4px;
  border: 1px solid #666666;
  background-color:#DDDDDD;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#right_side {
  float: right;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  line-height:16px;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #cc1e20;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #666666;
  clear:both;
}

#right_side h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #cc1e20;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #666666;
  clear:both;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #404040;
  line-height: 18px;
  padding-left:4px;
}

li {
  font-family: verdana, arial, sans-serif;
  font-size:11px;
  font-weight: bold;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F9F9F9;
  border:1px solid #666666;
  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: verdana, arial, sans-serif;
  font-size: 12px;
  color: #cc1e20;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 60px;
  background-color: #cc1e20;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(./img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  color: #666666;
  font-size: 11px;
  line-height:18px;
}
