@charset "utf-8";
/* CSS Document */

body {
  margin-top: 10px;
/*  padding-left: 50%; */
background:url('../images/bg.gif') repeat-x 0 0;
/*  width: 800px; */
}

#wrapper {
  margin:auto;
  text-align:center;
  width: 800px;
  
 	color: #ffffff;
 	background-color: #475B2A;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#columnLeft {
 float: left;
 display:inline;
 width: 515px;
/* color: #E8FFAB; */
 color: #ffffff;
 background-color: #475B2A;
 padding: 5px 15px 5px 15px;
 font-family: Verdana;
 font-size: 10pt;
 border-right: 5px solid #90BE41;
 text-align:left;
}

#columnRight {
 float: right;
 display:inline;
 width: 230px;
 color: #ffffff;
 background-color: #475B2A;
 padding: 5px 10px 5px 10px;
 font-family: Verdana;
 font-size: 10pt;
 text-align:left;
}

.orangeTitle
{
 	font-size: 9pt;
 	font-weight: bold;
	color: #C9A34F;
}

.yellowTitle
{
 	font-size: 9pt;
 	font-weight: bold;
	color: #C9A34F;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 5px;
}
