/* CSS Document */
body {
background-image: url(bg.gif);
background-color: #333333;
}


#page 

{



background-x-position: center;

background-y-position: center;

background-repeat: repeat-y;

background-color: #ffffff;

border-top-width: 5px;

border-right-width: 5px;

border-bottom-width: 5px;

border-left-width: 5px;

border-top-style:solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #000000;

border-right-color:  #000000;

border-bottom-color: #000000;

border-left-color: #000000;

margin-top: -1px;

margin-bottom: 10px;

padding-left: 0px;

padding-right: 0px;

}


img    
{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: -moz-use-text-color;
    border-right-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
    border-left-color: -moz-use-text-color;
}

img#pageHeader {
    margin-top: -11px;
    margin-right: -2px;
    margin-bottom: -1px;
    margin-left: -2px;
	padding-top: 10px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
}
#leftColumn{
background-color: transparent;
}

