/* CSS Document */
<!-- 
body  {
	font: 95% Arial, Helvetica, sans-serif;
	background: #999999 url(img/MainBack.jpg) ;
	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: #ffffff;
}
#header {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
	background: #999999 url(img/Header.png) no-repeat left top;
}



#containerindex { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(img/backcontent.jpg) ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1 {
	margin: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
}
 h2, h3 {
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.box {
margin: 10px; 
background: inherit;
color: #663300;
border: 1px solid #B7D6B4;
padding: 5px;
}

#sidebar1 {
	float: left; /*index menu */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:755px;
	margin-left: 0;
	margin-top: 0;
	margin-right:0; 
	padding: 15px 10px 15px 20px;	
}

#sidebar3 {
	float: right; 
	width: 300px; 
	height:2000px;
	background: #eeae15;
	padding: 15px 10px 15px 20px;
	font: 95% Arial, Sans-serif;
	color: #000000; 
	
}
#sidebar4 {
	float: left; /* CATEGORY PAGES */
	width: 59px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:1100px;
	margin-left: 0;
	margin-top: 0;
	margin-right:0; 
	padding: 15px 10px 15px 20px;
	background: url(img/strat.png);	
}
#mainContent {  
	width: 600px;
	margin-top: 50px;
	margin-left: 100px;
	padding: 0 20px 20px; 
	font: 100% Arial, Sans-serif;
	color: #000000; 
} 
#mainContentCategory { /*PLACEMENT OF BUTTONS */
	margin-top: 20px;
	margin-left: 20px;
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentListings { /* PLACEMENT OF LISTING OF ADS */
	margin-top: 30px;
	margin-left: 20px;
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.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;
	padding: 5px 5px 5px 5px;
}
.fltlft { /* this class can be used to float an element left in your 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
#vmenu {
	background: url(img/test.png);
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	height:33px;
}
#vmenu li {
	float: left;
	font: 115% Impact, Impact5, Charcoal6, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#vmenu a {
	background: #b00505;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:normal;
}
#vmenu a:hover {
	background: #0795b8 url(img/hover.gif%22) bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px; 
}  
a:link { 
	color: #C00;
	}
a:visited { 
	color: #666666;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #ffffff;
	}       
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
