﻿body
{
    margin: 0px auto;
    background: #ffffff url(/images/stray-media-web-site-design-saginaw-michigan-background.jpg) repeat-x;
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 14px;
    color: #000000;
    line-height: 2em;
}

input, textarea, select
{
    font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #414141;
    border: 1px solid #000000;
    padding: 3px;
    width: 100%;
}

a
{
    color: #005078;
}

.button
{
    background: #000000;
    color: #ffffff;
}

#PageWrapper
{
    margin: 0px auto;
    background: #ffffff url(/images/stray-media-web-site-design-saginaw-michigan.jpg) repeat-x;
    background-repeat: repeat-x;
    width: 960px;
}

#PageTop
{
    height: 443px;
}

#PageBottom
{
    width: 900px;
    margin: 0px auto;
}

#our_Works_Container_Title, #Contact_Form_Title
{
    height: 60px;
    width: 900px;
}

#our_Works_Container_Title
{
    background: #000000 url(/images/stray-media-our-works.jpg) no-repeat;
}

#Our_Works_Section
{
    margin:15px 30px;
}
.our_Works_Container, .our_Works_Container_End
{
    margin:0px 30px 15px 0px;
    float:left;
    width:260px;
}

.our_Works_Container_End
{
    margin-right:0px;
}

.our_Works_Container_Title a
{
    text-decoration:none;
    text-transform:lowercase;
    color:#000000;
    XXfont-weight:bold;
}

.our_Works_Container_Title a:hover{text-decoration:underline;}

.our_Works_Thumbnail
{
    width:260px;
    height:170px;
}



#Contact_Form_Title
{
    background: #000000 url(/images/stray-media-lets-talk.jpg) no-repeat;
}

#Contact_Form
{
    float: left;
    position: relative;
    XXheight: 450px;
    margin: 0px 30px 0px 30px;
}


#Contact_Form_Left
{
    width: 400px;
    float: left;
}
#Contact_Form_Right
{
    width: 400px;
    float: left;
}

#Contact_Form table
{
    margin: 0px 20px 20px 20px;
    width: 100%;
}

#Contact_Form table td
{
    padding: 2px;
    vertical-align: top;
}

#Thank_You_Message
{
    height: 200px;
    margin: 15px;
}

#Copyright_Bar
{
    background: #000000;
}
#Copyright_Bar div
{
    padding: 10px 0px;
    color: #ffffff;
    font-weight: normal;
    font-size: 10px;
    width: 900px;
    margin: 0px auto;
}

.errorMessage
{
    color: #FF0000;
}

.clear
{
    clear: both;
}

