<style>
			html, body, input, select, textarea, textbox, button, table, td, th, div {
			    color: #3A3E45;
			    font-family: Arial,sans-serif;
			    font-size: 11px;
 
			}
			
			body {
				text-align: left;

			}
			
						div#header, div#container {
                                width: auto;
				margin: auto;
				margin-top: 10px;
				text-align: left;


			}
			div#banner{
width: auto;
				margin: auto;
				margin-top: 10px;
}
			table#products {
				background-color:#CCCCCC
				border-radius: 10px;
				margin-top: 10px;
table width="100%";
			}


			
			td.product {
width: 33%; 
				padding: 20px;
				vertical-align: top;
border:3px none rgb(238, 238, 238);
border-radius: 10px 10px 10px 10px;
background-color:#FFFFFF;

			}
			
			td.product a {
				display: block;
				float: right;
			}

			td.product h2 {
				color: #385799;
			    font-size: 12px;
			
			}
                   #mainNav {
                    height: 25px;
                    background: #385799;
                   }

#mainNav ul {
  background: #385799;
 }
	
		</style>