@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: #E8FFAB;
  background-color: #475B2A;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#columnMain {
 color: #ffffff;
 background-color: #475B2A;
 padding: 10px;
 font-family: Verdana;
 font-size: 10pt;
 text-align:left;
}

.title
{
 	font-size: 11pt;
 	font-weight: bold;
	color: #C9A34F;
	text-align: center;
}

.title2
{
 	font-size: 11pt;
 	font-weight: normal;
	color: #C9A34F;
	text-align: left;
}

.style1
{
 	font-size: 12pt;
 	font-weight: bold;
	color: #c9a34f;
}
