html,body {
	height: 100%;
}

body {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	background-color:White;
	color:#6c2300;
}

#Container {
   position: relative;
   width: 712px;
	 min-height:490px;
	 padding: 0 0 4px 0;
	 margin-top: 0;
   margin-bottom: 0;
	 margin-left: auto; 
   margin-right: auto;
   text-align: left;
	 background-color:transparent;
	 color:#6c2300;

}


#Content{
  float:left;
  width: 408px;
  padding:0 0 0 0;
  margin: 6px 4px 2px 0;
	background-color:transparent;

}

#Navcol{
  float:left;
  width: 284px;
	padding:0 0 0 0;
  margin: 0 0 0 0;
}

#Footer{
  width: 680px;
  height : 20px;
	text-align:right;
	font-size:75%;
  padding:0 0 0 0;
  margin: 0 0 0 0;
}

img.floatLeft { 
    float: left;
    margin: 4px; 
}
img.floatRight { 
    float: right;
    margin: 4px; 
}

div.Product{
  float:left;
	text-align:center;
	margin: 0 2px 0 2px;
}


p{
 margin: 4px 0 0 6px;
 padding: 0 0 0 0;
 text-align: justify;
}

br{
  line-height:50%;
}

h1 {
 text-align:center;
 font-size: 180%;
 font-weight: bold;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

h2 {
 font-size: 115%;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}


input, select, option {
  color:#6c2300;
}

a:link {
color:#6c2300;
}

a:visited {
color: #6b5700;
}

a:hover {
color:#970000;
}

.info{
  font-size:75%;
}

td {
  text-align:left;
	font-size:75%;
}

td.copy{
  text-align:justify;
}

th {
  text-align:center;
	font-weight:normal;
	font-size:75%;
}