﻿
#header_wrapper
{
    float: left;
    width: 983px;
    margin:0px;
}

#header
{
    margin: 0 auto;
    padding: 0;
    width: 983px;
    text-align:left;
    float:left;
    background-color:#a2b66d;
}

#bottom_right
{
    float: right;
    width: 223px;
    margin-top: 30px; 
    padding: 0;
}

#header .logo
{
    float: left;
    width: 210px;
    margin:0px;
    height:130px;
    text-align: center;
}

#header .logo img
{
    border:none;
}

#header .signup
{
    text-align:right;
}

#header .signup .signupform
{
    text-align:left;
    float:right;
    border: solid 1px #ccc;
    background:#e7e7e7;
}


#header .top
{
    float: left;
    width: 773px;
    margin:0px;
    height:65px;
}

#header .bottom
{
    float: left;
    width: 540px;
    margin:0px;
    height:65px;
}

#header .signup
{ 
    float: left;
    width: 100px;
    margin:0px;
    height:65px;
}



