@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-position: center top;
	text-align: center;
}
#menu {
	text-align: center;
	padding-top: 15px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
.greyline {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 5px;
}

h1, h2, h3, h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}
h1 {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}


.oneColFixCtrHdr #mainContent {

	background: #FFFFFF;
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
.oneColFixCtrHdr  #footer {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 #footer a { 
 text-decoration:none;
 }
 
a {
	color: #000000;
}
#player {
	width: 310px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	margin-top: 30px;
}

#ProdTable  td   {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}
#ProdTable h3, #ProdTable h2 {
	padding-top: 25px;
}
h3 {
	font-size: 1.3em;
}
.quote {
	font-style: italic;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
