/*

add this style sheet to create a
TWO COLUMN // CENTER-LEFT
page layout

*/


#left{
float:left;
width:20%;
padding-left:32px;
background-image:url(/images/leftbg.png);
background-repeat:no-repeat;
background-position:right top;
}

#right{
display:none;
}

#center {
margin-left:auto;
margin-right:55px;
width:650px;
border:0px gray solid;
}
