﻿*   { margin: 0;
    padding: 0;
    font-family: Arial;}
    
body 
{
    background: #fff url(../images/background.jpg) no-repeat scroll top right;
    text-align: right;}

#page
{
    position: relative;
    width: 790px;
    height: 590px;
    margin-top: 177px;
    margin-right: 162px;
    margin-left: auto;
    text-align: left;
/*    border: solid 1px #c00;*/
    }
    
/* Navigation including all tabs and Coffee Cup
==============================================*/    

#nav    
{
    position: absolute;
    top: -1.5em;
    left: 177px;
    list-style: none;
    }    

#nav li {float: left;
    margin-right: 40px;}    

#nav a
{
    font-size: 11pt;
    color: #733;
    font-weight: bold;
    text-decoration: none;}  

#tabs
{
    float: left;
    width:33px;
    height: 100%;
    list-style:none;
/*    border: solid 1px #c00;   */
    }     

#tabs li    
{
    width: 33px;
    
    }

#tabs a
{
    display: block;
    text-indent: -800em;
    text-decoration: none;
    width: 33px;
    line-height:0;
    }   

*html #tabs li
{
    margin-bottom: -9px;}

#tabContact     {   background: transparent url(../images/tabContact.gif) no-repeat;   }    
#tabContact a   {   height:135px;  }    
#tabPast     {   background: transparent url(../images/tabPast.gif) no-repeat;  }    
#tabPast a   {   height:133px;  }    
#tabDesigner     {   background: transparent url(../images/tabDesigner.gif) no-repeat;  }    
#tabDesigner a   {   height:177px;  }    

#support
{
    position:absolute;
    top: -108px;
    right: -162px;}

#myProjects     /* Nor sure whether this is CMS-driven or not */
{
    position: absolute;
    bottom: 162px;
    right: -51px;    }        
#myProjects img
{
    border: none 0 #fff;}
    
/* CMS-driven Content 
====================*/    
#cmsContent
{
    text-align: left;}


    