/*-----------------------------------------------------------------------------
version:	1.0
author:		John Anderson
email:		janderson@soaringpenguin.co.uk
website:	http://www.soaringpenguin.co.uk/
date:		2008 September 23
client:         North American Actors Association
URL:            www.naaa.org.uk
page:           home


Copyright 2008 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
        #column1 p,
        #column2 p
        {
            line-height: 20px;
            margin-top: 10px;
        }
        #column1 a,
        #column2 a
        {
            color: #e2001a;
            text-decoration: none;
        }
        #column1 a:hover,
        #column2 a:hover
        {
            text-decoration: underline;
        }
        #content h2 {
            margin-left: 40px;
        }
        
        

/* =Structural
-----------------------------------------------------------------------------*/
    body {
        background: #e6eaf0 url(../img/bodybg2.jpg) repeat-x;
    }
        #header {
            height: 255px;
            width: 985px;
            background: #001434 url(../img/bannerhome.jpg) no-repeat;
        }
            #content #column1 {
                float: left;
                width: 405px;
                margin-left: 40px;
                display: inline;
            }
            #content #column2 {
                float: left;
                width: 405px;
                margin-left: 135px;
                display: inline;
            }



/* =Secondary Content
-----------------------------------------------------------------------------*/
    #actorimages {
        float: right;
        margin-top: 153px;
    }
        #actorimages img {
            margin-left: 45px;
        }
