*  {
margin: 0px;
padding: 0px;
}

body {
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
background: #faeded url('images/background.png') top repeat-x;
}

#master { width: 842px;
height: 700px;
margin: 0 auto;}

#header {
width: 842px;
height: 237px;
background-image: url('images/header.png');
}

#body{ width: 767px;
margin-left: 38px;
min-height: 500px;
float: left;
background-color: #ffffff;}



#footer {
clear: both;
margin-left: 20px;
width: 808px;
height: 48px;
background-image: url('images/footer.png');
}

#content {width: 750px;
margin-left: 8px;
height: 100px;
}

/*.logos {
width: 162px;
height: 62px;
float: left;
margin-left: 10px;
margin-top: 10px;
}*/

.tablelogos {
border: 0px;
margin-left: 10px;
margin-top: 20px;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
}

#left {
width: 410px;
float: left;
}

#right {
width: 250px;
float: right;
}

h2 {color: red;
margin-left: 10px;
margin-top: 20px;
font-size: 18px;}

p {margin-top: 10px; margin-left: 10px;font-weight: bold;}

.table_form {
margin-top: 10px;
margin-left: 10px; border: none;
font-size: 10px;
}

tr {border: none;}
td {border: none;}

textarea {
width: 300px;border: 1px solid grey;
}

input{width: 300px; border: 1px solid grey;}

 img{border: 1px solid grey;}
 
.links {margin-left:80px;font-weight: bold;font-size: 13px; color: #ffffff; text-decoration: none;
 margin-top: 215px; float: left;}
 a:hover {color: red;}
 
 ul {margin-left: 30px;margin-top: 10px;}


