#mainbody {
	width:822px;
	margin:0;
	padding:0;
	text-align:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#container {
	width:822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
}
#header {
	float:left;
	margin: 0 auto;
	border: 1px solid #697177;
	width:822px;
	padding:0;  /* 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. */
}
#mainContent {
	width:100%;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	border:0px solid #ffffff;
	float:left;
	margin:0;
	padding:0;
	
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:100%;
	float:left;
}
#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 */
	width:100%;
}

#topcontact {
	position:relative;
	text-align:right;
	width:822px;
	height:23px;
	margin:0;
	padding:0;
}

#home_logo {
	position:relative;
	width:100%;
 height:110px  float:left;
}
#home_topright_img {
	position:relative;
	width:481px;
	height:110px;
	float:left;
}
#menuarea {
	position:relative;
	width:100%;
	height:272px;
	float:left;
}
#menutop {
	width:170px;
	height:28px;
	
}
#menubottom {
	width:170px;
	height:39px;
	
}
#menucon{
width:170px;
height:176px;
margin-left:-1px;
	
	}
#mymenu{
width:170px;
float:left;
}

#menuleft {
	width:41px;
	height:272px;
	float:left;
}
#menuright {
	height:272px;
	width:611px;
	float:left;
}
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 50px; /* since this element is floated, a width must be given */
	height:100%;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 52px; /* since this element is floated, a width must be given */
	height:100%;
}
#sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
 #homebody {
	width:720px;
	text-align:center;
	float:left;
        background-color: #0e2231;
        background-image: url(../images/sce/homebody-bg.jpg);
        background-repeat: repeat-x;
}
#indoorbox {
	width:100%;
	height:auto;
	float:left;
	padding-top: 20px;
	background:url(http://www.oakvillehomeleisure.ca/images/sce/productbox_rpt.jpg) repeat-x top;
}
#outdoorbox {
	width:338px;
	height:259px;
	float:left;
	padding-top: 25px;
	background:url(http://www.oakvillehomeleisure.ca/images/sce/images/sce/productbox_rpt.jpg) repeat-x top;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#dividingbody {
	text-align:center;
	float:left;
	width:48px;
}
#productmain{
float:left;
width:690px;

}
#clearbox
{
width:8px;
float:left;
height:180px;
}
#productbox {

width:auto;
background:url(http://www.voloper.com/projects/opensites3/jason4/oakville_home_leisure_2325/images/sce/productbox_rpt.jpg) top repeat-x;
height:180px;
border: 1px solid;
}
#borderbox{
background:url(http://www.voloper.com/projects/opensites3/jason4/oakville_home_leisure_2325/images/sce/productbox_borderline.gif) top no-repeat;
float:left;
width:1px;
height:180px;
}
#clear {
width:100%;
float:left;
line-height:30px;
}

TABLE {
BORDER-COLLAPSE: COLLAPSE;
}
