body {
	background-color: #EEEEEE;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



#wrapper {
	width: 950px;
	background-color:#FFFFFF;
	height: 190px;
	margin-top: 10px;	
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header{
	width: 950px;
	height: inherit;
}

#logo{
	width: 505px;
	height: 200px;
	float: left;
	background-color:#FFFFFF;
	background-image:url(carssaleimg/carssale.jpg);
}

#logoright{
	width: 445px;
	height: 200px;
	float: right;
	background-color:#FFFFFF;
}

#menu {
	background-color:#DA251E;
	height: 50px;
	width: 950px;
	line-height: 50px;
	text-transform: uppercase;
	color:#FFFFFF;
}
			
			#menu ul {
				list-style-type: none;
				margin: 0;
				padding-left: 40px;
			}
			
			#menu ul li {
				display: block;
				float: left;
			}
			
			#menu ul li a {
				display: block;
				padding: 0 10px 0 10px;
				text-decoration: none;
				color:#FFFFFF;
				font-size: 15px;
				letter-spacing: -1px; 
			}
			
			#menu ul li a:hover {
				color:#FFFFFF;
				background-color:#FF0000;
			}

#content{
	width: 950px;
	height:auto;
	background-color:#FFFFFF;
	clear: both;
}

#leftcol{
	width: 200px;
	height: auto;
	background-color:#CCCCCC;
	float: left;
	border-top: 2px solid #FFFFFF;
}

#rightcol{
	width: 746px;
	background-color:#FFFFFF;
	float: right; 
	border-top: 2px solid #FFFFFF;
	height: auto;
}

#searchbar{
	width: 200px;
	height: 60px;
	padding-top: 10px;
	background-image:url(carssaleimg/carsearch.jpg);
	background-repeat:no-repeat;
	cursor: pointer;
}

#newsticker {
	width: 740px;
	height: 22px;
	float: right;
	background-color: #EEEEEE;
	border-top: 2px solid #FFFFFF;
}

#navigationside{
	width: 160px;
	height: 48px;	
	text-align:right; 
	background-image:url(carssaleimg/buttons/carsselect1.jpg);
	background-repeat:no-repeat;
	float: right;
	color:#FFFFFF;
	font-size:14px;
}

#navigationside:hover{
	width: 160px;
	height: 48px;	
	text-align:right; 
	background-image: url(carssaleimg/buttons/carsselect2.jpg);
	background-repeat:no-repeat;
	float: right;
	color:#FFFFFF;
	font-size:14px;
}

#quicksearch{
	width: 200px;
	height:auto;
}

#footer{
	width: 950px;
	height:44px;
	background-color:#999999;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(../img/downgreen.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #DA0000;
}



#container3 {
    float:left;
    width:100%;
    background:green;
    overflow:hidden;
    position:relative;
}

#container2 {
    float:left;
    width:100%;
    background:yellow;
    position:relative;
    right:30%;
}
#container1 {
    float:left;
    width:100%;
    background:red;
    position:relative;
    right:40%;
}
#col1 {
    float:left;
    width:26%;
    position:relative;
    left:72%;
    overflow:hidden;
}
#col2 {
    float:left;
    width:36%;
    position:relative;
    left:76%;
    overflow:hidden;
}
#col3 {
    float:left;
    width:26%;
    position:relative;
    left:80%;
    overflow:hidden;
}

