
html, body {
  padding: 0; margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #ffffff; 
  background: url('../images/bg_slice_01.gif') repeat-x #703e01; 
  text-align: justify;
  list-style-image : url("../images/bullet-01.gif");
  line-height: 20px;
  height:100%;
}
a {
	color: #e6dcae;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #fee570;
	text-decoration: underline;
}

#footer { text-align: center; background: url('../images/bottombar_01.jpg') no-repeat; height:70px; font-weight:bold; font-size: 10px; }
#footer a { color: #ffffff; text-decoration:none; font-weight:bold; }
#footer a:hover { color:#bc9c59; text-decoration: underline; }

.pipe1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0bec1;
}

.headerOne { color:#b19353; font-size:12px; font-weight:bold;}

.headerTwo { color:#f8d350; font-size:11px; font-weight:bold;}

.leftalign { text-align: left;}