    body {
      background-color: #000000;
      font: small Arial, Tahoma, Sans-serif;
      color: #C0C0C0;
      font-size: small;
    }
    
    a:link {
      color:#C0C0C0;
      text-decoration:none;
    }
    a:visited {
      color: #FFFFFF;
      text-decoration:none;
    }
    a:hover {
      color: #FFFFFF;
      text-decoration:underline;
    }
    
		ul {
      list-style:none;
      margin: 0;
      padding: 0;
    }

    li {
      margin:0;
      padding-top:0;
      padding-right:0;
      padding-bottom:.25em;
      padding-left:20px;
      text-indent:-10px;
      line-height:1.2em;
    }
		
    #canvas {
      position: relative;
      width: 900px;
      height: auto;
      left: 10px;
    }
    
    #header {
      width: 900px;
      height: 188px;
    }
    
    #content-wrapper {
			position: relative;
      width: 900px;
			top: 15px;
		}
		
    #sidebar {
			float: left;
      width: 150px;
			font-size: 90%;
			text-transform:lowercase;
    }
    
    #content {
			float:left;
      width: 750px;
    }
    
    #footer{
			clear:both;
      width: 900px;
      font-size: 80%;
		  vertical-align: top;
    }
		
		#footer_left{
			float: left;
		  width: 300px;
		  text-align: left;
		}
		
		#footer_center{
			float: left;
		  width: 300px;
		  text-align: center;
		}

		#footer_right{
			float: left;
		  width: 300px;
		  text-align: right;
		}
		
		#bottom_links{
			position:relative;
			top: 30px;
			clear:both;
      width: 900px;
      font-size: 75%;
			text-align: center;
		}
    
