    /* Primary layout */

body    {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000000;
    background: #ffffff;
    font: small verdana, helvetica, arial, sans-serif;
    }

img        {
    margin: 0;
    padding: 0;
    border: 0;
    }

img.logo    {
    position: absolute;
    left: 250px;
    top: 30px;
    }


    /* Layout */

#site_title    {
    margin: 0;
    padding: 0;
    border: 0;
    width: 509px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    }

#main    {
    padding: 0;
    border: 0;
    width: 500px;
    position: absolute;
    left: 250px;
    top: 140px;
    text-align: left;
    }

#main_articles    {
    padding: 0;
    border: 0;
    width: 500px;
    position: absolute;
    left: 270px;
    top: 140px;
    text-align: center;
    }

#main_photography    {
    padding: 0;
    border: 0;
    width: 600px;
    position: absolute;
    left: 205px;
    top: 140px;
    text-align: left;
    }

#preview    {
    padding: 0;
    border: 0;
    width: 700px;
    position: absolute;
    left: 150px;
    top: 180px;
    text-align: left;
    }

#thumbs    {
    padding: 0;
    border: 0;
    width: 800px;
    position: absolute;
    left: 10px;
    top: 100px;
    text-align: center;
    }



    /* Navigation */

#navrow    {
    margin: 0;
    padding: 0;
    border: 0;
    width: 500px;
    position: absolute;
    left: 230px;
 /*   top: 130px; */
    top: 80px; 
    text-align: center;
    }

    
    /* Links */

a.navrowbutton:link {
    font-size: 15px;
    font-weight : bold;
    text-decoration : none;
    color: #f9031b;
    background: transparent;
    }

a.lowbandwidth:link {
    font-size: 12px;
    font-weight : bold;
    text-decoration : none;
    color: #f9031b;
    background: transparent;
    }

a:link {
    font-size: 12px;
    font-weight : bold;
    text-decoration : none;
    color: #120a0a;
    background: transparent;
    }

a.navrowbutton:visited {
    font-size: 15px;
    font-weight : bold;
    text-decoration : none;
    color: #f9031b;
    background: transparent;
    }

a:visited {
    font-size: 12px;
    font-weight : bold;
    text-decoration : none;
    color: #120a0a;
    background: transparent;
    }

a:hover {
    font-size: 12px;
    font-weight : bold;
    text-decoration : none;
    color: #a59898;
    background: transparent;
    }

a:active {
    font-size: 12px;
    font-weight : bold;
    text-decoration : none;
    color: #120a0a;
    background: transparent;
    }


    /* Typography */

#main p {
    line-height: 150%;
    margin: 0;
    }

#navbar p {
    line-height: 150%; 
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight : bold;
    color: #000000;
    }
    
#navrow p {
    line-height: 150%; 
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight : bold;
    color: #000000;
    }

.publisher    {
    width: 450px;
    padding: 0 0 10px 0;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    }

.first_paragraph    {
    font-size: 13px;
    font-style: normal;
    font-weight : bold;
    color: #000000;
    }

.caption   {
    font-size: 11px;
    font-style: normal;
    font-weight : normal;
    color: #000000;
    }

.image_clare	{
    float: left;
    margin: 0px 25px 0px 0px;
/* top, right, bottom, left */
    }

.image_right	{
    float: right;
    margin: 0 0 25px 35px;
/* top, right, bottom, left */
    }

.image_left	{
    float: left;
    margin: 0 25px 15px 0;
    }

.image_center	{
    float: center;
    margin: 0 25px 15px 0;
    }

.coloured_text  {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #336600;
    }

.footer    {
    padding: 50px 0 20px 0;
    font-size: x-small;
    color: #999999;
    }
        
h2, h3, h4, h5    {
    margin: 10px 0 10px 0;
    padding: 0;
    }

ul li {
    line-height: 160%;
    list-style: circle outside;
    margin: 0;
    }
