body {
	font-family: Arial;
	font-size: 12px;
	background: #FFFFFF;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	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 */
	font-size: 13px;
	color: #555555;
}




/* ------------------------------- HEADER -----------------------------*/

.oneColFixCtrHdr #header {
	background: none; 
	padding: 0 3px 0 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0 0 0 -610px; /* 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: 1px 0 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
}
.oneColFixCtrHdr h2 {
	margin: 5px; /* 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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #C60;
	font-size: 20px;
	border-bottom: 1px dashed #0057AE
}
.oneColFixCtrHdr h3 {
	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: 0 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}
.oneColFixCtrHdr  p {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}




/* ------------------------------- MENU -----------------------------*/

.oneColFixCtrHdr #header #nav {
	width: 950px;
	height: 52px;
	clear: both;
	margin: auto;
	background-image: url(nav-bg.gif);
}
.oneColFixCtrHdr #header #nav #menulinks {
	height:52px;	
}
.oneColFixCtrHdr #header #nav #menulinks tr td {
	padding: 0 8px 0 8px;
	border-right: 1px inset #A8C4F7;
}
.oneColFixCtrHdr #header #nav #menulinks tr td a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}




/* ------------------------------- CONTAINER -----------------------------*/

.oneColFixCtrHdr #container {
	width: 950px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




/* ------------------------------- CONTENT -----------------------------*/

.oneColFixCtrHdr #container  #content {
	float:left;
	width:619px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #container  #content #header {
	margin: 10px 0 10px 0;
}
.oneColFixCtrHdr #container  #content #header a img {
	border-width: 0px;
}
.oneColFixCtrHdr #container  #content p a img {
	border-width: 0px;
	margin: 0 0 0 55px;
}
.oneColFixCtrHdr #container  #content #productsheader {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(subheader.jpg);
	background-repeat: repeat;
	margin: 10px 0 10px 0;
	text-align: center;
}
.oneColFixCtrHdr #container  #content #productsheader td {
	height: 32px;
	vertical-align: middle;
}
.oneColFixCtrHdr #container  #content #products td {
	height: 32px;
	vertical-align: middle;
	text-align: center;
	background-color: #E9E9E9;
	border-top: 1px inset #C4C4C4;
}
.oneColFixCtrHdr #container  #content #products #price {
	color:#219803;
	font-size:12px;
}

/*                                       Websites 1*/
.oneColFixCtrHdr #container  #content #websites {
	margin: 10px 20px 10px 20px;
	border-bottom: 1px solid #DDD;	
	border-top: 1px solid #DDD;
}
.oneColFixCtrHdr #container  #content #websites td {
	width: 325px;
	line-height: 18px;
}
.oneColFixCtrHdr #container  #content #websites #weblink1 a {
	font-weight:bold;
	font-size:16px;
	color:#09F;
}
.oneColFixCtrHdr #container  #content #websites #weblink2 a {
	font-weight:bold;
	color:#09F;
}
.oneColFixCtrHdr #container  #content #websites #weblink2 a img{
	border-width: 0px;
	margin: 0 0 0 40px;
}

/*                                       Websites 2*/
.oneColFixCtrHdr #container  #content #websites2 {
	margin: 10px 20px 10px 40px;
	border-bottom: 1px solid #DDD;	
	border-top: 1px solid #DDD;
}
.oneColFixCtrHdr #container  #content #websites2 td {
	width: 525px;
	line-height: 18px;
}
.oneColFixCtrHdr #container  #content #websites2 #weblink1 a {
	font-weight:bold;
	font-size:16px;
	color:#09F;
}

/*                                       Extra 2*/
.oneColFixCtrHdr #container  #content #extra1 {
	float: left;
	margin: 30px 0 0 20px;
	width: 270px;
}
.oneColFixCtrHdr #container  #content #extra1 #header {
	font-size: 24px;
	padding: 0 0 10px 0;
}
.oneColFixCtrHdr #container  #content #extra1 ul {
	background-image: url(list.gif);
	background-repeat: repeat-x;
	margin:0 0 0 0;
}
.oneColFixCtrHdr #container  #content #extra1 ul a {
	text-decoration: none;
	font-size: 12px;
	color: #010A6B;
}
.oneColFixCtrHdr #container  #content #extra2 {
	float: right;
	margin: 30px 0 0 20px;
	width: 280px;
}
.oneColFixCtrHdr #container  #content #extra2 #header {
	font-size: 24px;
	padding: 0 0 10px 0;
}
.oneColFixCtrHdr #container  #content #extra2 ul {
	background-image: url(list.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}
.oneColFixCtrHdr #container  #content #extra2 ul a {
	text-decoration: none;
	font-size: 12px;
	color: #010A6B;
}


/* ------------------------------- SIDEBAR -----------------------------*/
.oneColFixCtrHdr #container  #sidebar {
	background: #FFFFFF;	
}
.oneColFixCtrHdr #container #sidebar #header {
	font-size: 24px;
	padding: 10px 0 0 0;
}
.oneColFixCtrHdr #container  #sidebar #products {
	float:right;
	width:331px;
	background-color: #FFFFFF;
	background-image: url(product-review-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
.oneColFixCtrHdr #container  #sidebar #products #top {
	padding: 10px 0 0 0;
	background: #FFFFFF;	
}
.oneColFixCtrHdr #container  #sidebar #products h2 {
	font-size: 24px;
	font-weight: normal;
	color: #6C4B00;
	padding: 0;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #CDCA9F;
	width: 292px;
}
.oneColFixCtrHdr #container  #sidebar #products h3 {
	font-size: 20px;
	font-weight: normal;
	color: #6C4B00;
	padding: 0;
	margin: 0 0 16px 0;
	width: 292px;
	text-decoration: underline;
}
.oneColFixCtrHdr #container  #sidebar #products ul li a {
	text-decoration: none;
	color: #555555;
}
.oneColFixCtrHdr #container  #sidebar #products ul li a:hover {
	text-decoration: underline;
	color: #555555;
}
.oneColFixCtrHdr #container  #sidebar #products #bottom {
	padding: 0px 0 10px 0;
	background: #FFFFFF;	
}
.oneColFixCtrHdr #container  #sidebar #recommendation {
	float:right;
	width:331px;
	background-color: #FFFFFF;
	background-image: url(recommendation-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
.oneColFixCtrHdr #container  #sidebar #recommendation #top {
	padding: 10px 0 0px 0;
	background: #FFFFFF;	
}
.oneColFixCtrHdr #container  #sidebar #recommendation h2 {
	font-size: 22px;
	font-weight: normal;
	color: #00598C;
	padding: 0;
	margin: 0 0 0 10px;
	width: 292px;
	text-align: left;
}
.oneColFixCtrHdr #container  #sidebar #recommendation h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #0063CF;
	border-bottom: 1px solid #A4B4BF;
	padding: 0;
	margin: 0 0 0 10px;
	width: 292px;
	text-align: right;
}
.oneColFixCtrHdr #container  #sidebar #recommendation a img {
	padding: 5px 0 0 23px;
	border-width: 0px;
}
.oneColFixCtrHdr #container  #sidebar #recommendation p {
	margin: 5px 10px 0 0;
	background-image: url(recommendation-bg.gif);
	
}
.oneColFixCtrHdr #container  #sidebar #recommendation #bottom {
	padding: 0px 0 10px 0;
	background: #FFFFFF;	
}
.oneColFixCtrHdr #container  #sidebar #success {
	float:right;
	width:331px;
	background-color: #FFFFFF;
	background-image: url(recommendation-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
.oneColFixCtrHdr #container  #sidebar #success #top {
	padding: 10px 0 0px 0;
	background: #FFFFFF;	
}
.oneColFixCtrHdr #container  #sidebar #success h2 {
	font-size: 24px;
	font-weight: normal;
	color: #00598C;
	padding: 0;
	margin: 0 0 0 10px;
	width: 292px;
	text-align: left;
}
.oneColFixCtrHdr #container  #sidebar #success h3 {
	font-size: 24px;
	font-weight: normal;
	color: #00598C;
	padding: 0;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #A4B4BF;
	width: 292px;
	text-align: right;
}
.oneColFixCtrHdr #container  #sidebar #success a img {
	padding: 5px 0 0 23px;
	border-width: 0px;
	
}
.oneColFixCtrHdr #container  #sidebar #success p {
	margin: 5px 10px 0 0;
	background-image: url(recommendation-bg.gif);
}
.oneColFixCtrHdr #container  #sidebar #success #bottom {
	padding: 0px 0 10px 0;
	background: #FFFFFF;	
}




/* ------------------------------- FOOTER -----------------------------*/

.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	height: 40px;
	width: 950px;
	float: left;s
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
