body {
	color: #2b2b2b;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	line-height: 20px;
	text-align: left;
	margin: 10px;
	padding: 0px;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
	color: #666;
	text-align: left;
}
h1 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	background: #3C78B4;
	border: 0px solid silver;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 2px 2px 20px 1px #333;
	-moz-box-shadow: 2px 2px 20px 1px #333;
	box-shadow: 2px 2px 20px 1px #333;
}
.images {
	/* Add border and shadow to product pictures - an IMAGE property */
	border: -6px solid grey;
	margin-top: 5px;
	-webkit-box-shadow: 2px 2px 10px 2px #666;
	-moz-box-shadow: 2px 2px 10px 2px #666;
	box-shadow: 2px 2px 10px 2px #666;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-khtml-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}
#content {
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	border:2px black solid;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 12px 0px 7px 0px;
}
