/* At-Rules */
@charset "iso-8859-1";


/* THE HEADER */
#header {
	height: 150px; 
	background: #ffffff; 
	color: #333333;  
	text-align: center; 
	width: 100%;
	

}


/* THE LEFT NAVIGATION COLUMN */
#left {
	
	width: 160px;
	padding-left: 5px;		
	color: #333333;  
	float: left;
	
	
	
}



/* THE Middle CONTENT PANE */
#middle {
	text-align: left;
	min-width: 200px	
	padding-left: 15px;   
	padding-right:5px;
	padding-top: 15px;
	float: left;
	color: #333333;
	width: 50%;
	padding-left: 15px;
	position: relative;
	
}

#right {
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
	float: right;
	align: top;
clear: right;
}

	
/* THE FOOTER */
#footer {
	height: 20px;	
	text-align: center; 
	min-width: 100%;
	padding-top: 2px; 
	padding-bottom: 2px;
	font-size: x-small;
	clear: both;
	 
}


/*remove bullets from unordered list*/
#left  ul li {
	list-style-type: none;
}

#right  ul li {
	list-style-type: none;
}



html,div, h1, h2, h3, h4 {
	margin: 0;   
	padding: 0;   
	border-width: 0;
	font-family: Arial, Helvetica, San-Serif; 

}


body {
	margin: 0;   
	padding: 0;   
	border-width: 0;
	font-size: medium;
}



/*a separator for making rows (instead of using table format)*/

.separator {
	clear: both;	
	height: 1px;
}


table#price {
	white-space: normal;
	visibility: visible;
	position: relative;
	top: +50%;
	left: +50%;
	bottom: +50%;	right: +50%;
	margin: +2px;
	text-align: left;
}
