/*
	CSS for FixedEdge Master page
	By: Jason Douglas
	last edit: Jan 9, 2009
	
	NOTE: modifies styles.css
*/
.navcol
{
    width: 25px;
    padding-top: 9px;
    border-left: 1px solid #595c60;
    background-color: #FFFFFF;
}
.maincol
{
    width: 938px;
}
.adcol
{
    width: 25px;
    padding-top: 9px;
    border-left: 0px;
    border-right: 1px solid #595c60;
}
.navcol_bot
{
    height: 23px;
    background-color: #FFFFFF;
    background-image: url(../images/layout3/left_bar_bottom_left_white.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-left: 1px solid #595c60;
}
.adcol_bot
{
    height: 23px;
    background-image: url(../images/layout3/right_bar_bottom_short.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    border-right: 1px solid #595c60;
    border-left: 0px;
}
