body {
	margin: 5px; /* 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: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #033333;
	background-attachment: fixed;
	background-image: url(images/bg_plus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
                				
.oneColFixCtrHdr #container {
	width: 840px;
	text-align: left;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	padding: 0 5px 0 5px;
}
.oneColFixCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #09F;
	border-radius: 6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: left;
}

.oneColFixCtrHdr #footer {
	text-align: center;
	color: #828282;
	text-decoration: none;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}
#Menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #333;
	border: 1px dotted #09F;
		border-radius: 6;
		-webkit-border-radius: 6px;
-moz-border-radius: 6px 6px 0px 0px
}
#Menu a:link {
	text-decoration: none;color: #0FF;}
#Menu a:visited {
	text-decoration: none;color: #0FF;}
#Menu a:active  {
	text-decoration: underline overline;color: White;}
#Menu a:hover {
	text-decoration: underline overline;color: White;}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	color: #009;
	line-height: 90%;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #009;
}
.bullets {
	font-size: 16px;
	color: #006;
	list-style-type: square;
	list-style-position: inside;
	font-weight: bold;
	font-variant: normal;
	line-height: 150%;
}
.teasit {
	font-size: 16px;
	color: #009;
	font-weight: bold;
	border-top-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EEE;
}
.picta {
	border: thin dotted #FFF;
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	width: 215px;
	left: 568px;
	top: 600px;
	height: 125px;
	text-align: center;
	background-color: #F5F5F5;
	float: right;
	text-shadow: 0px 2px 2px #888; /*x,y,blur colour */
	padding: 5px;
	border-radius: 6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	filter: blur(add=add, direction=135, strength=2)
}
ul.specs {
	font-size: 14px;
	list-style-type: square;
	list-style-position: inside;
	width: 550px;
}
ul.specs li {
	margin: 10px;
	display: list-item;
	list-style: square;
	line-height: 150%;
}
ul.instruct {
	font-size: 14px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 16px;
	width: 640px;
}
ul.instruct li {
	margin: 20px;
	list-style: decimal;
}
ol.notes {
	font-size: 14px;
	line-height: 110%;
	width: 350px;
	list-style: decimal inside;
}
ol.notes li {
	margin: 20px;
	padding: 0;
	display: list-item;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.headerB {
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.img_rgt {
	float: right;
	margin: 10px;
}
.img_rgt_bd {
	float: right;
	margin: 10px;
	border: 1px solid #999;
}
.imgcap {
	font-size: 14px;
	color: #039;
	background-color: #F8F8F8;
	display: block;
	padding: 2px;
}
.pictcell {
	border: 1px dotted #09C;
}
.textrun {
	line-height: 110%;
	display: block;
	width: 550px;
}
#slogan {
float: right;
	color: #0FF;
	font-style: italic;
	font-weight: bold;
	width: 400px;
	padding: 15px;
}
table.demo{
	border: thin dotted #CCC;	
}
	
#mainContent p {
	text-align: left;
}
#endyear {
	text-align: center;
	font-weight: bold;
	border: thin dotted #900;
	color: #900;
	font-size: 18px;
	padding: 5px;
	background: #FFC;
}
#endyear p {
	font-size: 16px;
	color: #000;
	text-align: center;
}
#price_bull {
	border: medium solid #369;
	padding: 10px;
}
