/* CSS Document */



/*______________________page structure__________________________________*/


.outerwrapper {
margin:0 auto;
width:800px;
height:auto;
text-align:left;
background-color:#243e3d;
border:2px solid #6e776e;
}
* html .outerwrapper {   /*** IE5.x/win box model fix ***/
width:802px;
wid\th:800px;
}

.header {
float:left;
width:670px;
height:128px;
background-image:url(../images/header.jpg);
background-position:right;
background-repeat:no-repeat; 
vertical-align:top;
border-bottom:2px solid #dcdcdc;

}




.content {
float:right;
width:600px;
height:100%;
background-color:#243e3d;
color:#f0edf4;
padding:2px 8px 2px 8px;


}

.leftcol {
float:left;
text-align:left;
width:130px;
height:450px;
background-color:#243e3d;
vertical-align:top;
padding:0 0 0 0;
background-image:url(../images/linkbarLEFT2.JPG);
background-position:0px 0px;
background-repeat:repeat;
}
* html .header {   /*** IE5.x/win box model fix ***/
width:672px;
wid\th:672px;
margin-right:-3px;

}
* html .leftcol {   /*** IE5.x/win box model fix ***/
margin-right:-3px;
}

.content img {
padding:4px 4px 4px 12px;
}
