/*

add this style sheet to create a
ONE COLUMN // CENTER-ONLY
page layout

*/


#left{
display:none;
}

#right{
display:none;
}

#center {
margin-left:55px;
margin-right:55px;
border:0px gray solid;
}
