body{
    background-color: #000000;
    text-align:center;
}
#header{
    height:228px;
    background: #b00105 url('../images/header.jpg') no-repeat center;
}

#content_wrapper{
    background: #b00105 url('../images/background.jpg') no-repeat center;
    height:475px;
}

#body_div{
    width:1024px;
    height:725;
    margin:0 auto;
    text-align:left;
}
#logo{
    cursor: pointer;
}
#slogan{
    color:white; 
    font-size:3em; 
    margin-left:75px;
    font-family: Palatino Linotype;
}
.small_slogan{
    font-size:.75em; 
}
#menu{
    float:right;
    font-size: 1.10em;
    font-family:  Palatino Linotype;
    font-weight: bold;
    margin: -4px 0 0 0;
}
#menu span{padding-right:20px;}

a{
    text-decoration: none;
    color:#000000;
}
a:hover{
    color:#FFFFFF;
}

#left_div{
    float:left;
    height:100%;
    width:30%;
    background: url('../images/Bracket.png') no-repeat right; 
}

#left_title{
    color:#FFFFFF;
    font-size:2em;
    text-align:left;
    position: relative; 
    top: 46%;
    padding-left:10px;
    font-family:Palatino Linotype;
    float:left;
    width:100%;
}
#right_content{
    float:right;
    width:65%;
    height:76%;
    position: relative; 
    top: 10%;
    margin-right: 20px;
    padding-left: 20px;
}
#content_header{
    color:#FFFFFF;
    font-size: 1.5em;
    margin: 10px 20px 20px 10px;
    font-weight: bold;
    font-family:Palatino Linotype;
}

#content{
    margin: 10px;    
    font-family:Arial;
}

#contact_form{
    float:right; 
    background-color: #000; 
    margin-left: 30px;
    padding:10px;
    width:300px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.input_label{
    color:#FFFFFF;
    font-size:1em;
}
.input{
    background-color:#727272;
    border:none;
    width:290px;
    height:25px;
}
.text_area{
    background-color:#727272;
    border:none;
    width:290px;
}
#form_title{
    font-size: 2em;
    color: #FFFFFF;
}
.error{
    background-color:darksalmon;
    border-color:red;
    border-style: dashed;
}