body {
    font: 80%/1.3 Arial,Helvetica,Geneva;
    background: #ffffff;
    margin-left: 20px;
}

body.header {
    background: white url(/navbars/images/navheader_bg.jpg) repeat-x fixed;
    margin: 0;
    padding: 0;
}

#container {
    width: 530px
}

a img {
    border-width: 0;
}

a:link {
    color: #996600;
}
a:visited {
    color: #999966;
}
a:hover {
    color: #cc9933;
}
a:active {
    color: #CCCC99;
}

h1.note {
    background-image: url(/Images/header-bg-note.gif);
    background-repeat: no-repeat;
    color: olive;
    
    line-height: 1;
    width: 550px;
    height: 36px;
    padding: 12px 0 0 12px;
    
    font-family: trebuchet ms, arial, serif;
    font-size: 22px;
    font-style: normal;
    
    letter-spacing: 0.2em;
    margin-bottom: 0;
}


h1#h_gallery {
	background-image: url(/Images/header-bg-note-710.gif);
    width: 710px;
}

h2 {
    font-size: 1.5em;
    color: sienna;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 1.3em;
    color: black;
    margin-top: 0;
}

h4 {
    font-size: 1.2em;
    color: sienna;
    margin-top: 0;
}

table.columns.two td {
    vertical-align: top;
    width: 48%;
    padding: 0 2% 0 0;
}

table.columns.three td {
    vertical-align: top;
    width: 31%;
    padding: 0 2% 0 0;
}

table.columns.four td {
    vertical-align: top;
    width: 23%;
    padding: 0 2% 0 0;
}

.spacer {
    height: 10px;
}

.spacer.h25 {
    height: 25px;
}

.spacer.h50 {
    height: 50px;
}

.spacer.h100 {
    height: 100px;
}

.attribution {
    color: #666633;
}

ul.circles {
    color: sienna; 
}

ul.circles.purple {
    color: purple; 
}

#head_home_link {
    color: black;
    font: bold 10px helvetica, arial, sans-serif;
    
    display: block;
    position: absolute;
    top: 22px;
    left: 720px;
}