#logo {
position:absolute;
top:30px;
left:50px;
z-index:50;
}

#topSpace {
position:absolute;
top: 0px;
background-color:#FFFFFF;
width:140px;
height:132px;
z-index:48;
}

#topbar {
background-color: white;
width:100%;
height:130px;
border-bottom: 2px solid black;
}

#sidewhite {
position:fixed;
float: left;
width:140px;
height:100%;
background-color:white;
border-right: 2px solid black;
}

#sidebar {
position:absolute;
width:140px;
}

#content {
margin: 70px 40px 10px 245px;
min-width: 300px;
}

#logoText img{
float:right;
margin-top:50px;
margin-right:40px;
}

body {
background-image: url(img/tartan.gif);
background-repeat: repeat;
margin: 0px 0px 0px 0px;
}