﻿/* CSS layout */
#masthead {
}
#top_nav {
}
#container {
     position: relative;
     width: 100%;
}
#left_col {
     width: 200px;
     position: center;
     left: 35px;
     top: 0px;
}
#page_content {
     margin-left: 200px;
}
#footer {
}
