body {
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
    color:#333;
}

/* header */

#header {
    padding: 20px;
    background: #333;
}


#header h1 {
    padding: 0;
    margin: 0;
    color: #ccc;
    font-family: Georgia, serif;
    font-weight:normal;
    font-size: 180%;
}

/* navigation */

#nav,#subnav,#fakenav {
    font-family: Verdana, Arial, sans-serif;
    float:left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #fff;
    font-size: small;
    border-bottom: 1px solid #999;
}

#nav {
    background: #ccc;
}

#subnav,#fakenav {
    background: #5F9EA0;
}

#nav li, #subnav li{ 
    float: left;
    margin: 0;
    padding: 0;
}

#nav a, #subnav a, #fakenav li {
    float: left;
    display: block;
    padding: 6px 30px 6px 5px;
    text-decoration: none;
    font-size: 90%;
}

#nav a {
    color: #666;
}
#subnav a {
    color: #534;
}

#nav a{
    background: #ccc url(nav_slant.gif) no-repeat top right;
    font-weight: bold;
}

#subnav a{
    background: #5F9EA0;
    font-weight: bold;
}

#nav .nav-1,#subnav .nav-1 {
    padding-left: 20px;
}

#nav a:hover, #subnav a:hover, #nav .selected a{
    color:black;
}

/* columns */

.colwrapper {
    position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;        /* width of whole page */
    overflow:hidden;   /* This chops off any overhanging divs */
    background-color:white;
    border-top: 2px inset #dbd;
}

.imagecol {
    float:left;
    width:200px;
    position:relative;
    right:200px;
    top:25px;
    height:535px;
}
.imagecol img {
    width:200px;
    height:500px;
}
.colright {
    float:left;
    width:200%;
    position:relative;
    left:200px;
    background:#fff;
    font-family: Verdana, Arial, sans-serif;
    font-size:small;
    }
.col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.col1 {
    margin:1em 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
    padding-right:3em;
}

.col1 h1 {
font-size:150%;
color: #022;
}
.col1 h2 {
font-size:120%;
color: #022;
}


/* other */

span.caption {
    display:block;
    font-size:90%;
    color:#666;
    margin-top:0; padding-top:0;
}

p.noskip {
    margin:0;
}