div
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    padding: 0;
}

body
{
    background: url(images/bg.jpg) no-repeat;
    background-color: #000;
    margin: 0px;
}

a
{
    color: #a71c1c;
    text-decoration: none;
}

a:hover
{
    color: #b92d2d;
}

img
{
    border: 0px;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul li
{
    color: #f5f5f5;
}

h1, h2
{
    font-family: arial, helvetica, sans serif;
    font-weight: lighter;
    color: #F3EC19;
    margin-top: 20px;
}

h3
{
    color: #48b4cf;
    font-family: georgia;
    font-weight: lighter;
    background: #000;
    padding: 3px;
}

td
{
    vertical-align: top;
}

#pageHead
{
    margin: 40px 0px 0px 0px;
}

#header
{
    width: 811px;
    height: 170px;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

#navigation
{
    height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 2px;
}

#navigation .item
{
    float: left;
    padding: 5px 15px 5px 15px;
    margin-right: 10px;
    border: 1px dotted red;
    background-color: #b7e4ef;
}

#navigation .item:hover
{
    background-color: #85becc;
}

#picture
{
    float: right;
    text-align: center;
    border: 1px solid #999;
}

#picture p
{
    margin: 2px 2px 2px 2px;
    font-family: arial;
    font-size: .8em;
}

#button
{
float: left;
    width: 150px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    text-align: center;
    background-color: #b7e4ef;
    border: 1px dotted red;
}

#button a
{
}

#button:hover
{
    background: #85becc;
}

#logo
{
    margin-left: 100px;
    margin-top: 80px;
}

#contentContainer
{
    height: auto;
    text-align: left;
    font-family: georgia;
    font-size: .8em;
    line-height: 1.5em;
    padding: 0px 50px 50px 50px;
    margin: 0px auto 0px;
    display: block;
}

#contentContainer p
{
    font-size: .8em;
}

#portfolioContainer
{
    margin-top: 20px;
}

#portfolio
{
    font-size: .8em;
    color: red;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#portfolio .image
{
    float: left;
}

p .image
{
    padding: 10px;
    color: red;
}


#rightContent
{
    width: 280;
}

#rightContent p
{
    font-family: georgia;
    color: #ccc;
    line-height: 2em;
    margin: 20px 20px 20px 0px;
}

#rightContent h2
{
    margin: 0px;
    color: #48b4cf;
    font-weight: lighter;
    border-bottom: 1px dotted red;
}

#leftContent
{
    width: 500px;
}

#leftContent p
{
    font-family: georgia;
    color: #ccc;
    line-height: 2em;
    margin: 20px 20px 20px 0px;
}

#rightContentContainer
{
}

#rightColumnTall
{
    margin-top: 20px;
    float: right;
    background: url('images/right-column-tall-bg.gif');
    padding: 20px;
    width: 261px;
    height: 512px;
}

#footerContainer
{
    clear: both;
    width: 720;
    margin-left: 100px;
    text-align: right;
    font-family: arial;
    font-size: .7em;
    color: #ba2e18;
    padding: 10px;
}

.smallText
{
    font-size: .6em;
}

#contactForm
{
    padding: 10px;
    width: 370px;
    border: 1px solid #999;
    color: #fff;
}

.linebreak
{
    clear: both;
}

div.row 
{
    clear: both;
    padding-top: 10px;
    color: #fff;
}

div.row span.label 
{
    float: left;
    width: 75px;
    text-align: right;
    color: #fff;
}

div.row span.formw 
{
    color: #fff;
    font-size: .7em;
    float: right;
    width: 260px;
    text-align: left;
} 

