/*
Theme Name: The Great Saltair
Theme URI: http://saltair.com/
Description: Built for The Great Saltair 
Version: 1
Author: Joe Harkins <jharkins@bitstormtech.com>
Author URI: http://bitstormtech.com/
Tags: Great Saltair!
*/

a {
    color: #be65bd;
}


#main_container {
    margin: 0 auto;
    width: 760px;
    text-align: left;
    background-color: #fff;
}

#header {
}

#home_container {
    margin: 0 auto;
    width: 734px;
    text-align: left;
}

body {
    font-family: Verdana, Arial, sans-serif;
    color: #fff;
    background-color: black;
	text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 0;
	}

#header {
    width: 760px;
    height: 217px;


    position: relative;
    background: black url(images/header_background.jpg) no-repeat top center;
}

#navigation {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 20px 0 30px 0;
    text-align: center;
}

#navigation li {
    float: left; 
    padding: 4px;
    color: #8e9e5c;
}

#navigation li a {
    display: block;
    color: #8e9e5c;
    text-decoration: none;
    font-size: 15px;
}

#navigation li a:hover {
    color: #ffeb58;
}


