
body {
    margin: 10 auto auto auto;
    background-color: #000000;
    color: #CCCCCC;
    font-family: Tahoma;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}

h1{
    
}
h2{
    color: #CCCCCC;
    font-size: 18px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    padding-bottom: 10px;
    padding-top: 10px;
    letter-spacing: 1px;
    clear: both;
    
    margin-top:20px;
    
}


input {
    border: 1px solid #000000;
    width: 150px;
}


img{
    border-style: none;

}

b{
    color: #CCCCCC;

}


a, a:hover{
    color:#FFFFFF;
}
a{
    text-decoration: none;
    background-color: #000000;
}
a:hover{
    text-decoration:underline;
}




div#container {
    width: 940px;
    margin-left: auto;
    margin-right: auto; /*background-image: url('../images/bg_sq_2.jpg');*/;
    background-repeat: no-repeat;
    background-position: left bottom;
}


/*                HEADING                   */

div#header {
    background-position: right;
    padding: 10px;
    width: 940px;
    height: 256px;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url('../images/bg_sq_1.jpg');*/
    background-repeat: no-repeat;
}

div#keithlyon {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 33px;
    float: left;
    margin-left: auto;
    position: relative;
    top: 62px;
    height: 40px;
    width: 270px;
    text-align: center;
    vertical-align: top;
}

div#photography {
    font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: -1px;
    float: left;
    position: relative;
    left: -269px;
    top: 109px;
    height: 40px;
    width: 270px;
    text-align: center;
    vertical-align: top;
}

div#page_header {
    position: relative;
    top: 51px;
    left: 283px;
    height: 44px;
    width: 431px;
    color: #CCCCCC;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

/*                NAVIGATION                   */

#main_navigation {
    list-style-type: none;
    position: relative;
    top: -110px;
    left: 10x;
    width: 200px;
    letter-spacing: 2px;
    line-height: 30px;
}

#main_navigation li {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin-right: 20px;
    text-align: right;
}
#main_navigation a {
    color: #CCCCCC;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing:2px;
    font-size: 12px;
    font-weight: bold;
}
#main_navigation a:hover {
    text-decoration: none;
    background-color: #CCCCCC;
    color: #000000;
}





/*                BODY                   */

div#main_body {
    width: 540px;
    overflow: visible;
    position: relative;
    top: -390px;
    left: 256px;
}



div#flash_gallery {
    top: -26px;
    position: absolute;
    width: 926px;
    height: 560px;
    left: -220px;
    background-color: #000000;
    display: block;
}


/*                FOOTER                   */

div#footer {
    font-size: 10px;
    color: #868686;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: auto;
}

div#footer a{
    text-decoration: none;
    color: #868686;
}
div#footer a:hover{
    text-decoration: underline; 
}



/*              CLASSES           */

.Important{
    color:Red;
}

.flash_background{
    position: relative;
    height: 299px;
    width: 530px;
}




.image_right, .image_left, .image_right_noborder {  
    position: relative;
    text-align:center;
}

.image_right {
    margin: 0px 0px 10px 10px;
    float: right;
    
}
.image_left {
    margin: 0 10px 10px 0;
    float: left;
    clear:left;
}
.image_right_noborder {
    border-style: none;
    margin: 0px 0px 10px 10px;
    float: right;
}

.text_right{
    float:right;
}


.flash_gallery_button {
    border: 1px #FFFFFF solid;
    background-color: #FF0000;
    color: #FFFFFF;
    text-transform: uppercase;
    float: right;
    position: relative;
    top: 32px;
    left: -13px;
    padding: 2px 5px 2px 5px;
}

.flash_gallery_button:hover {
    color: #000000;
    text-decoration: none;
}


.picture_border{
    border: 1px #CCCCCC solid;
    padding: 8px;
    background-color:#000000;
    background-position: center;
    background-repeat: no-repeat;
    
}

/*              CONTACT PAGE            */


div#ContactBox {
    float: right;
    clear: both;
    position: relative;
    top: -373px;
    left: -6px;
    width: 436px;
    height: 373px;
}

div#ContactTextBox{
    position: relative;
    top: 25px;
    left: 80px;
    line-height: 32px;
    letter-spacing: 1px;
    width: 352px;
}


div#ContactTextBox label{
    margin-right: 10px;
    float: left;
    width: 100px;
    clear: left;
}

.ContactTextBox{
    border: 1px solid #000000;
    margin: 10px 0 0 0;
    width: 200px;
}




.validation{
    color:#FFFFFF;
    font-size:14;
}

