html,body {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
  font-family: Trebuchet MS, Arial, Sans-Serif;
  font-size: 12px;
  color:#62625f;
  background-image:url('img/body_background.jpg');
  background-repeat:repeat-x;
  background-color:#daedcf;
  text-align: center;
}

table{
  font-size:12px;
  width:100%;
  font-family: Trebuchet MS, Arial, Sans-Serif;
}

h1 {
	margin-top: 0px;
	border-bottom: 1px dotted #055979;
	padding-left: 5px;
	font-size: 20px;
	font-weight: normal;
	color: #055979;
	margin-bottom:5px;
	width:99%;
}



h3 {
  margin-top:0;
  font-size:16px;
  text-align:center;
  background-color: #496694;
  color:#fff;
}

.imgborder {
  border: 1px solid #62625f;
}
#container {
  position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:828px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
  
  background-image:url('img/content.jpg');
  background-repeat:repeat-y; 
  
}

#footer {
  bottom:0; /* stick to bottom */
}

#menu a {
  margin-left:13px;
  margin-right:13px;
  font-size:13px;
  text-decoration:none;
  text-transform: uppercase;
  color: #fff;
}

#menu a:hover{
  text-decoration:underline;
}	


#main {
  text-align: left;
  padding: 5px 20px 20px 20px;
  min-height:300px;
}

#main a{
  color:#055979;
  text-decoration:none;
}

#main a:hover{
  text-decoration:underline;
}	

#maintext {
  padding:5px;
}

.input {
  border: 1px solid #62625f;
}

.prod_table {
  border: 1px solid #d6d6d6;
  padding: 5px;
  background-color: #efefef;
}

.prod_table ul {
  margin-left: 25px;
}

.title{
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #055979;
}