
#site_content .Body {
   width: 65%;
}

.Column {
   width: 220px;
   float: left;
   margin-left: 10px;
   margin-top: 15px;
}

.Column label {
   display: block;
   font-weight: bold;
}

.Column input {
   display: block;
   margin-bottom: 10px;
   width: 190px;
}

.Column textarea {
   display: block;
   margin-bottom: 10px;
   width: 190px;
   height: 60px;
}

.Submit {
   width: 400px;
   text-align: center;
   margin-left: 10px;
}

.Contact {
   float: left;
   margin-left: 25px;
   background-color: #F2F0EA;
   border: solid 1px #CCCCCC;
   padding-bottom: 15px;
}

/*
#site_content p {
   width: 400px;
}

#site_content form input[type="text"] {
   width: 150px;
}






#site_content form textarea {
   width: 95%;
   height: 150px;
}

#site_content form table {
   width: 100%;
}
#site_content form {
   float: left;
   width: 50%;
   padding: 10px;
}

#site_content table tr td:first-child {
   width: 80px;
}

#site_content address {
   float: left;
   width: 25%;
   padding: 10px;
   font-style: normal;
   margin-left: 25px;
   background-color: #F2F0EA;
   border: solid 1px #CCCCCC;
}
#site_content address:first-line {
   font-weight: bold;
}
#site_content #details {
   float: left;
   width: auto;
   padding: 10px;
   
}
*/

#site_content h3 {
   margin-bottom: 0px;
}

