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

#pageWrapper{
background-color:#fff;
border-left:#333 1px solid;
border-top:#333 1px solid;
border-right:#333 1px solid;
}

#centerPane{
border-left:#333 1px solid;
border-right:#333 1px solid;
}

#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;
}

#footer{
border-top:#333 1px solid;
}

#footer a{
color:#333;
}
