﻿/*photoptix.css*/
body{
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica;
    color: white;
}
h2{
    font-size: 20px;
    font-style: italic;
    color: #a03033;
    width: 300px;
}
#header{
    width: 100%;
    height: 200px;
    background: url(../images/header_background.jpg) no-repeat;
    background-color: #c6b5a6;
    border-bottom: 3px solid #a03033;
}
#content{
    position: absolute;
    width: 800px;
    height: 500px;    
    top: 50px;
    left: 50%;
    margin-left: -405px;
    border: 3px solid #a03033;
    z-index: 1;
}
#content p{
    padding-top: 100px;
    _padding-top: 80px;
    padding-left: 30px;
    width: 400px;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    cursor: default;
}

#content p a{
    color: white;
    font-size: 18px;
}

#camera{
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/canon.png) right top no-repeat;
    width: 450px;
    height: 404px;
}
#logo{
    position: relative;
    top: 85px;
    left: 5px;
    width: 286px;
    height: 58px;
    background: url(../images/logo.png) no-repeat;
    cursor: pointer;
}
#slogen{
    position: relative;
    width: 100px;
    _padding-top: 20px;
    top: 80px;
    left: 138px;
    color: white;
}
#link{
    position: absolute;
    padding-top: 20px;
    top: 340px;
    left: 60px;
    font-size: 20px;
    font-weight: bold;
    _font-style: italic;
    color: #a03033;
}
#link a{
    color: #a03033;
}
#link w{
    color: white;
}
#email{
    position: absolute;
    font-size: 18px;
    bottom: 30px;
    left: 30px;
}
#email a{
    color: white;
}
#phone{
    position: absolute;
    bottom: 24px;
    right: 30px;
    font-size: 36px;
    font-weight: bold;
    }
#powered{
    margin-right: 2px;
    text-align: right;
    float: right;
    z-index: 9999;
    cursor: pointer;
}
#powered a{
    color: white;
    z-index: 9999;
}
#powered h3{
    font-size: 10px;
    margin-top: 2px;
}
#footer{
    width: 110px;
    background-color: black;
    font-size: 12px;
    margin-left: 20px;
    text-align: center;
    position: absolute;
    margin-top: 174px;
}
#footer h1{
    margin: 0;
    padding: 0;
    font-size: 12px;
}