body {
    margin:0px;
    padding:0px;
    background:url(../images/bg.png) repeat-x top;
    font-size:13px;
    font-family:helvetica, arial, sans-serif;
}
#Main {
    width:1000px;
    margin:0 auto;
}
#MainLeft {
    width:25px;
    background:url(../images/leftShadow.png) top;
    height:415px;
    float:left;
}
#MainCenter {
    float:left;
    width:950px;
}
#MainRight {
    width:25px;
    background:url(../images/rightShadow.png) top;
    height:368px;
    float:left;    
}

#Title {
	display:none;
}

