html, body{
	margin: 0px;
	width: 100%;
	}
a{
	color: #f2d3a4;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
	
/* MASTER & CONTAINERS */
#master{
	background: #551314 url(../images/bgtile02.jpg);
	color: #f2d3a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
#mContainer{
	width: 800px;
	min-height: 685px;
	margin: 50px auto;
	}
#mHeader{
	height: 147px;
	background: url(../images/header.gif) top left no-repeat;
	border: #000 1pt solid;
	}
#mMenu{
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
	}
#mMenu li{
	display: block;
	float: left;
	padding: 5px 10px;
	}
#mBody{
	width: 100%;
	min-height: 503px;
	background: #000;
	color: #f2d3a4;
	}
#content{
	width: 100%;
	padding: 10px;
	display: table;
	}
#mFooter{
	padding: 10px;
	text-align: center;
	clear: both;
	}
	
/* CONTENT */
#productTable{
	margin: auto;
	}
#productTable a{
	font-style: italic;
	font-weight: bold;
	}
#productTable td{
	padding: 10px;
	}
#right{
	width: 200px;
	min-height: 400px;
	float: right;
	margin: auto 10px auto 20px;
	}
#right p{
	font-style: italic;
	}
.highlight{
	color: #FF0000
	}
.productSummary{
	display: block;
	margin: 15px 0px;
	}
.productSummary a{
	font-weight: bold;
	font-style: italic;
	}