#main 
{
width: 920px;
margin: 0 auto;
padding: 10px;
background-color: #ffffff;
}

#header {
background: none;
position: relative;

}

#content {border: 0px solid red;}
#content .col-1 {width: 200px; border: 0px solid blue;}
#content .col-2 {width: 693px; margin-top: 10px; margin-left: 20px; border: 0px solid green;}

/* BEGIN COMPARISON TABLE STYLING */
/* Styling the Shopping Cart table */
#compare {border: solid 1px #B6CCBE; width: 100%;}
#compare {font-size:.9em;}
#compare th 
{
    background: url(/resource/images/sprite.png) repeat-x 0px 0px;
    border: 1px solid #989898;
    color: #000;
    padding: 4px 5px;
    vertical-align: bottom;
	margin: 0;
	height: 20px;
	white-space: nowrap;
    text-align: left;
}
#compare td 
{
    padding: 5px 10px 5px 10px;
    border: solid 1px #B6CCBE;
    text-align: left;
    font-weight: normal;
}
#compare caption
{
    padding: .5em;
    color: #444;
    font-weight: bold;
}
