﻿body 
{
    color: White;
    background: #333333;
    height: 100%;
    font-size: 10pt;
    font-family: Verdana;
}

img
{
    border: 0px;
}

a
{
    color: White;   
}


#header
{
    width: 1000px;
    height: 150px;
    margin: auto;
    
}

#content
{
    width: 1000px;
    height: 600px;
    margin: auto;
    border: 5px Solid Black;
    background: url('../Images/bg-gradient.png');
}

#menu
{
 margin-left: 0px;   
 font-size: 12pt;
}

#menu > span
{
    padding: 5px;
    margin: 5px 0px 5px 40px;
}

#menu > span:hover
{
    cursor: pointer;
    color: #DDDDDD;
}

#tabAbout
{
    text-align: center;   
}

#tabPortfolio
{
    text-align: left;
    margin-top: 50px;
    margin-left: 155px;
    height: 400px;
    width: 750px;
}

#jude
{
    width: 500px;
    height: 375px;
    margin: 10px auto 0px auto;   
    border: 2px Solid White;
}

.work
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border: 2px Solid White;
    display: inline-block;
    height: 425px;
}

#left
{
    position:relative;
    height: 100%;
    display: inline-block;
    margin: auto 0 auto 0;
    bottom: 200px;
    cursor: pointer;
}

#right
{
    position:relative;
    height: 100%;
    display: inline-block;
    margin: auto 0 auto 0;
    bottom: 200px;
    cursor: pointer;
}

#ulPricing
{
     list-style-type: none;
}

#pricing-container
{
    margin-top: 200px;
    text-align: center;
}

#twitter
{
    float: right;
    vertical-align: middle;
}
