/* CSS Document */
body{
background-color:#C0C0C0;
}

#pageWrapper{
background-color:none;
}

#centerPane{
}

#home{
}

#home #centerPane{
border:none;
}

#homeIntro, #homeNews, #home #centerPane .box, #home #rightPane .box{
border:#ccc 1px solid;
}

#home #centerPane .box{
background-color:#e3e3e3;
}

#home #rightPane .box{
margin-bottom:5px;
}


