/* Page */

/* sets the width of the page to be 798 pixels.  Uses a leftside image that continues down the page */

#page {
	width: 798px;
	margin: 0 auto;
}

/* Sidebar */

/* indicates that the sidebar is left aligned and 152 pixels wide */
#sidebar {
	float: right;
	width: 0px;
}

#sticky-box {
	padding-top: 10px;
}

#sidebar #nav-personal .content { padding-left: 0px;}
.profile
{
	padding-left: 38px;
	padding-top: 7px;
}

/* Content pane */

#contentpane {
	float: left;
	width: 798px;
}

#navigator ul.secondary_set {
    float: right;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-right: 0px;
    font-size: 12px;
}

#navigator .secondary_set li {
      float: left;
      display: block;
      margin: 0px 5px 0px 0px;
}

#navigator .secondary_set li a {
      text-transform: lowercase;  
      color: #666666;
}

#navigator .secondary_set li a:hover {
      color: black;
      text-decoration: underline;
}