body
{
	font-size: 12px;
	font-family: "Courier New", Courier, "Times New Roman", monospace ;
	background: url("/img/bg.png") repeat;
	padding-top: 10px;
}

a { text-decoration: none; color: #FFFFFF; }
a:hover { color: #af5a2c; }

#right_top a { text-decoration: none; color: #af5a2c; }
#right_top a:hover { color: #000000; }

div#site_container
{
	margin: 0 auto;
	width: 950px;
}

    div#header
    {
        height: 315px;
        background: url("/img/header.png") no-repeat;
    }
        div#header div#announcement
        {
            position:relative;
            top: 10px;
            left: 85px;
        }
        

    div#site_content
    {
    	width: 830px;
    	margin: 0 auto;
    	
    	color: #d9b59b;
    	border: 1px solid #472a13;
    	border-top: none;
    	border-bottom: none;
    	background: url("/img/bg_trans.png") repeat;
    }


        div#site_content div.column div.content_wrapper
        {
            padding-bottom: 40px;
            width: 100%;
        }
            div#site_content div.column div.content_wrapper div.content
            {
                clear: both;
            }    


        /*****LEFT COLUMN****/
        div#site_content div.column#left
        {
        	float:left;
        	width: 260px;
        	height: 100%;
            
        	padding: 5px 40px 10px 40px;
        }
                div#site_content div.column#left div.content_wrapper div.content#booking
                {
                   line-height: 1.2em;
                }



        /*****RIGHT COLUMN****/

        div#site_content div.column#right
        {
            clear: right;
            float: right;
            
            height: 100%;

        	width: 410px;
        	padding: 5px 40px 10px 40px;
        }   

        div#site_content div.column p
        {
            font-size: 1.02em;
        	letter-spacing: 0.01em;
        	line-height: 16px;
        	text-align: justify;
        	margin-bottom: 16px;
        }

        div#site_content div.column div.link_more
        {
            clear: both;
            width: 100%;
            padding-top: 3px;

            font-size: 0.9em;
            text-align: right;
        }


        /****LOGOS****/

        div#site_content div.column div.spacer
        {
            clear: both;
            width: 100%;
            height: 15px;
            margin-bottom: 5px;
            position:relative;
        }

            div#site_content div.column div.spacer span.logo
            {
                float: right;
                display:block;
                background: url("/img/logos.png") no-repeat;
                position:absolute;
                bottom: 0%;
                right: 0%;
            }

                div#site_content div.column div.spacer span.logo#flickr
                {
                	background-position: 0px 0px;
                	height: 12px;
                	width: 34px;
                }

                div#site_content div.column div.spacer span.logo#bandcamp
                {
                	background-position: 0px -17px;
                	height: 12px;
                	width: 38px;
                }

                div#site_content div.column div.spacer span.logo#youtube
                {
                	background-position: 0px -35px;
                	height: 15px;
                	width: 38px;
                }

                
                
    div#site_content div#footer
    {
    	clear: both;

    	text-align: center;
    }

        div#site_content div#footer div#links
        {
            width: 460px;
            margin: 0 auto;
            height: 50px;
        }
            div#site_content div#footer div#links span.logo
            {
                background: url("/img/logos.png") no-repeat;
                display:block;
                float: left;
                margin: 0 15px 15px 15px;
                position: relative;
            }
        
            div#site_content div#footer div#links span.logo#bandcamp
            {
            	background-position: 0 -54px;
            	height: 18px;
            	width: 115px;
                top: 1px;
            }

            div#site_content div#footer div#links span.logo#youtube
            {
            	background-position: 0px -165px;
            	height: 29px;
            	width: 60px;
            	top: -3px;
            }

            div#site_content div#footer div#links span.logo#flickr
            {
            	background-position: 0px -123px;
            	height: 21px;
            	width: 50px;
            }

           div#site_content div#footer div#links span.logo#myspace
            {
            	background-position: 0px -76px;
            	height: 19px;
            	width: 107px;
            }


        div#site_content div#footer div#copy
        {
            position: relative;
            bottom: 10px;
        	font-size: 0.8em;
        }

h1, h2, h3
{
  font-family: "Courier New", Courier, "Times New Roman", monospace;
}

    h1.section_title
    {
        color: #af5a2c;
        font-weight:normal;
        
        font-size: 1.4em;
        letter-spacing: 0.1em;
        padding: 15px 0 2px 0;
    }

    h2
    {
        color: #000000;
        font-weight:normal;
        text-align: center;

        font-size: 1.3em;

        padding-top: 10px;
    }