body {
	margin: 0px;
	padding: 0;
	background-image: url("../images/layout/bckgrnd_page.jpg");
	background-repeat: repeat-x;
	background-color: #97A7A2;
}

TABLE{ 
	border-collapse: collapse;

}


#header-table {
	border-width: 6px 6px 0px 6px;
	border-style: solid;
	border-color: #869691;	
	margin-top: 20px;

	}
	
		

#header{

	width: 300px;
	height: 50px;
	background: #800000;
	border-bottom: solid 1px;
	border-bottom-color: #ffffff;
	vertical-align: middle;
	text-align:center;


}

#header-nav-area{
	
	
	background: #800000;
	border-bottom: solid 1px;
	border-bottom-color: #ffffff;
	vertical-align: middle;
	text-align:center;
}

#header-nav a:link, #header-nav a:visited, #header-nav a:active

{
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff; 
	margin: 5;
	padding: 0;

}


#header-nav a:hover {

	background: #97A7A2;
	border: red solid 1px;
	border-color: #ffffff;


	}


  /*---------------------------------  Middle content area --------------------*/

#main-content {

background-color: #869691;
	margin-top: 10px;
border-width: 6px 6px 3px 6px;
	border-style: solid;
	border-color: #869691;	

}

#main-content-base {

background-color: #869691;

	margin-top: 4px;
	border: 6px;
	border-color: #869691;
	border-style: solid;
	



}

#left {
background-color: #c4ba9a;
border: 0px;
padding: 10px;



}

#right {
background-color: #c4ba9a;

padding: 10px;
border: 0px;

}


#footer {
background-color: #869691;

	margin-top: 10px;
	border: 0px;
border-bottom: 1px #ffffff;
	border-style: solid;
	}
	
#discount {
vertical-align: bottom;
	}
/*-------  Table for price sheet ------*/


#pricesheet {
background-color: #c4ba9a;
border: 0px;
}

#pricesheet tr {

}

#pricesheet td {
padding: 10px;
border-bottom: 1px solid #ffffff;
}
	
