
#container {
background : #ffefd8 ;
width: 300px;
text-align: center;
}

#leftcontainer {
background : #ffefd8 ;
width: 300px;
text-align: left;
}


body#main_body {
	color: #000000;
	// url(../images/pgbk.gif) repeat-x;
	width: 300px;
}

table {
	border-color: #cd9c64;
}

th {
	color: #ffffff;
	background-color:#cd9c64;
	padding: 3px 2px 3px 2px;
}

tr.odd {
	color: #000;
	background-color:#fffaf5;
	padding: 3px 2px 3px 2px;
}

tr.even {
	color: #000;
	background-color:#fff5eb;
	padding: 3px 2px 3px 2px;
}

#logo {
  z-index: 2;
  background: url(../images/header.gif) no-repeat;
  height: 85px;

}

a:link {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #D73600;
}

a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #D73600;
}

a:hover {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #D73600;
}

a:active {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
