HI all,

I have a partion on my site that is not positioned where I want it. This is
what I want. I want to have the navigational panel vertical (which it is) and
have it positioned on the left side of the page. As of right now it is
positioned to the right of the last piece of data I have in a different CSS
area. Below is my CSS document

/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0px;
padding: 0px;
border: 0px;
}
body {
font:"Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
background-color:#94602d;
}
#banner {
height:420px;
background:url(images/logo.jpg) no-repeat;
background-position: center;
}
#location {
height: 60px;
/*margin-left:245px;*/
background-position:center;
}
#location ul {
list-style:none;
margin-left:0px;
padding:0px;
}
#location li {
display:inline;
float:left;
margin-left:5px;
width:170px;
}
#leftcol {
float:left;
/*width:156px;*/
margin-top:60px;
margin-left:0px;
}
#content
{
margin-left:200px;
}

Thanks for the help

If anyone wants to know the way my page is layed out it is:
banner-location-leftcol-content