body {
    font: 100% arial, sans-serif;
    padding: 4px; 
}

#page {
    border: 1px solid #ccc;
    width: 780px;
}

#top {
    overflow: auto;
    margin: 0 4px;
}

#name {
    float: left;
    margin-left: 10px;
    /*border: 1px solid red;*/
    font-size: 3em;
}

#nav {
    float: right;
    /*border: 1px solid black;*/
    margin-top: .75em;
    margin-right: 1em;
    font-size: 130%
}

#nav li {
    display: inline;
    margin: 0 .5em;
}

#mid {
    clear: both;
    overflow: auto;
    margin: 1em 4px;
    /*border: 1px solid red;*/
}

#left {
    float: left;
}

.c #left {
    /*border: 1px solid blue;*/
    width: 300px
}

.g #left {
    width: 200px;
}

.g #left table {
    width: 100%;    
}

.g #left table td {
    text-align: center;
    padding: 3px;
}

#content {
}

.index #content {
    text-align: center;
}


.c #content {
    margin-left: 300px;
    /*border: 1px solid yellow;*/   
}

.c #content p {
    margin-bottom: 1em;    
}

.g #content {
    margin-left: 220px;
}

#bot {
    font-size: 70%;
    padding: 4px;
    border-top: 1px solid #ccc;
}

/* generic */

h3 {
    margin: 1em 0;    
    font-weight: bold;
    font-size: 1.2em;
}


/* link colours */

:link, :visited, :link:active, :visited:active {
    color: green;
}

:link:focus, :visited:focus {
    color: yellow;
    text-decoration: none;
}

:link:hover, :visited:hover {
    color: orange;
}