body {
        width: 100%;
        text-align: center;
        font-family: Arial;
        font-size: small;
        color: #f5f5f5;
        background: #a1a46d;
}

/* Header */

#header {
        width: 900px;
        height: 200px;
        margin-right: auto;
        margin-left: auto;
        background : url(http://www.mehnditattoo.com/header900.jpg) no-repeat;
}

#header h1 {
        margin-right: auto;
        margin-left: auto;
        font-size: 50px;
        letter-spacing: -7px;

}

#header h2 {
        margin-right: auto;
        margin-left: auto;
        font-size: 18px;
        letter-spacing: -2px;

}

#header p {
        width: 866px;
        text-align: right;

}


a {
        color: #777e41;
        text-decoration: none;
}

a:hover {
        color: #a1a46d;
        text-decoration: underline;
}

a img {
        
        position:relative;
        border-color: #493759;
}

/* Content */

#content {
        width: 866px;
        margin-top: -18px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        text-align: center;
        background: #493759;
}

#main {
        width: 800px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
        background: #493759;
}

#colOne {
        float: left;
        width: 250px;
        text-align: left;
        background: #493759;
}

#colTwo {
        float: right;
        width: 550px;
        text-align: left;
        background: #493759;
}

#content h2 {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        background: #777e41;
}

#content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        color: #867ba9;
        text-align: left;
}

#content h4 {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 13px;
        font-weight: bold;
        color: #f5f5f5;
        background: gray;
}

#content h5 {
        margin-top: 0px;
        margin-bottom: 1px;
        font-size: small;
        font-weight: bold;
        color: #867ba9;
}

#content h6 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: small;
        font-weight: bold;
        color: #696969;
}

#content p {
        margin-top: -2px;
        margin-bottom: -2px;
}

hr.style1 {
    height: 0.5px;
    border: #867ba9 0.5px solid;
    color: #867ba9;
    background: #867ba9;
    }

hr.style2{
    height: 0.5px;
    border: #666666 0.5px solid;
    color: #666666;
    background: #666666;
    }

hr.style3 {
    height: 2px;
    border: #777e41 2px solid;
    color: #777e41;
    background: #777e41;
    }

#tooltip { 
    position:absolute;
    border:1px solid #777e41;
    background:#777e41;
    padding:2px 5px;
    color:#fffffff;
    display:none; 
    }

#preview {
    position:absolute;
    border:0px;
    padding:5px;
    display:none;
    color:#fff;
    }

#screenshot {
    position:absolute;
    border:0px;
    background:#4993759;
    padding:5px;
    display:none;
    color:#fff;
   }

/* Footer */

#footer {
        width: 900px;
        height: 40px;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        padding: 30px 0 0 0;
        font-size: 8px;
        background : url(http://www.mehnditattoo.com/footer900.jpg) no-repeat;
}
