body {
	text-align: center;
	margin-bottom:30px;
	color:#FFFFCC;
	background-color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
}

A:link {
	COLOR: #666666; text-decoration: none}
A:visited {
	COLOR: #666666; text-decoration: none
}
A:active {
	COLOR: #999999; text-decoration: none
}
A:hover {
	COLOR: #999999; text-decoration: none
}


#navcontainer A:link {
	COLOR: #FFFFCC; text-decoration: none}
#navcontainer A:visited {
	COLOR: #FFFFCC; text-decoration: none
}
#navcontainer A:active {
	COLOR: #FFFFFF; text-decoration: none
}
#navcontainer A:hover {
	COLOR: #FFFFFF; text-decoration: none
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	margin-top: 0px;
	padding-top: 6px;
	top: 0px;
	background-image: url(../img/leftbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#page_header {
	height: 65px;
	background-color:#663300;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}  


#menu_bar {
	height:50px;
	padding-left: 95px;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;
	color: #FFFFCC;
	float: left;
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	text-transform: uppercase;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 2px;
	background-color: transparent;
	color: #FFFFCC;
	text-decoration: none;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight:bold;
	text-transform: uppercase;
}

#navcontainer ul li p
{
	padding: 0.2em 1em;
	background-color: transparent;
	color: #FFFFCC;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight:bold;
	text-transform: uppercase;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
	background-color: #FFFFFF;
}

#left_side_wide {
	float:left;
	width:100%;
}

#left_side_text {
	float: left;
	margin-left: 95px;
	background-color:#FFFFCC;
	margin-top: 25px;
	width: 85%;
}

#left_side_text p {
	margin:10px 15px 10px 10px;
	font-family: "Trebuchet MS";
	font-size:14px;
	line-height:18px;
	color:#333333;
	padding-left: 10px;
}
  
#left_side_wide h3 {
	margin:10px 15px 10px 10px;
	font-family: "Trebuchet MS";
	font-size:16px;
	font-weight: bold;
	line-height:18px;
	color: #333333;
	padding-left: 10px;
}

#left_side_wide h5 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #663333;
}
  
#left_side_wide p {
	margin:10px 15px 10px 10px;
	font-family: "Trebuchet MS";
	font-size:14px;
	line-height:18px;
	color: #333333;
	padding-left: 10px;
}

#left_side {
  float:left;
  width:680px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #336666;
}

#left_side h5 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #663333;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #ffffcc;
  background-color: #336666;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #663333;
}

#page_footer {
	height: 5px;
	clear: both;
	padding-bottom: 15px;
}  

#page_footer A:link {
	COLOR: #ffffcc; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #ffffcc; text-decoration: underline
}
#page_footer A:active {
	COLOR: #ffffcc; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #ffffcc; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:16px;
  color: #ffffcc;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

.right {
	border: 5px solid #FFFFCC;
	float: right;
	margin-left: 10px;
}

.left {
	border: 5px solid #FFFFCC;
	float: left;
	padding: 0 10 0 0;
	margin-right: 10px;
}
  
 
 
