This is very awkward but cant seem to see the boarder for the main window. I see top left and bottom but no the right side boarder. Here is my stylesheet code for that section:
#mainWrapper {
margin-top: 0px;
margin-right: auto;
margin-left: 104px;
margin-bottom: auto;
padding: 0;
background-color: #fff;
border: 1px solid #000;
text-align: left;
width: 82%; /*90%;*/
vertical-align: top;
}
/*EOF Main Wrapper*/
I`ve used the dev tools but cant seem to get it fixed.
much thanks


If someone can point me in the right direction i would appreciate that.

