  /*
  ** Copyright (c) 2010 - Triangle Micro Solutions, Inc.
  **
  ** Style sheet for www.TriangleMicro.com
  */
  
  html,body{margin:0;padding:0}
  body{
    font: 76% arial,sans-serif;
    text-align:center;
    background-attachment:fixed}
  
  div#header h1{
    height:110px;
    line-height:40px;
    margin:0;
    padding-left:10px;
    background: #99CCFF;
    font-family:Arial;
    font-style:italic;
    font-size:16.0pt;}
  
  div#header{
    background:#99CCFF;
    height:120px;
    width:800px;
    position: fixed;
    top:0;
    text-align:right;}
  
  div#container{
    text-align:left;
    top:120px;
    width:800px;
    margin:0 auto;
    margin-top:110px}

  div#content{
    float:right;
    width:590px;
    margin-top:12px;}
    
  div#content p{
    line-height:1.4}
  
  div#navigation{
    background:#0066CC;
    width:200px;
    top:120px;
    position: fixed;
    float:left;
    height:2000px}
  
  div#footer{
    clear:both;
    width:100%;
    text-align: center;
    background: #333;
    color: #FFF;
    float:right;
    width:600px;}
    
  div#footer p{
    margin:0;padding:5px 10px}
  
  a.menu:link,
  a.menu:visited{              
    display:block;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#0066CC;
    width:180px;
    text-align:left;
    padding:4px;
    text-decoration:none;
    font-family: Arial;
    font-size:16.0pt; }
    
  a.menu:hover {
    background-color:#00FFFF;
    color:black;}        

  a.menu:active {
    background-color:#33CCFF;
    color:black;}

