html,
body {
 background-color: #E9D9D9;
 color: #555555;
 font-family: Arial, sans-serif;
 font-size: 12px;
 margin: 0;
 padding: 0;
}
#header {
 width: 780px;
 height: 120px;
 border-top: 3px solid #FFF;
 border-left: 3px solid #FFF;
 border-right: 3px solid #FFF;
 background: #FFF url("img/header.jpg") top left no-repeat;
}
.table {
 width: 786px;
 height: auto;
}
.clear {
 clear: both;
}
.table_left {
 float: left;
 width: 180px;
 padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 background-color: #F92806;
 height: 477px;
 border-left: 3px solid #FFF;
 border-bottom: 3px solid #FFF;
}
.table_right {
 float: left;
 width: 530px;
 padding-top: 10px;
 padding-right: 25px;
 padding-left: 25px;
 height: 477px;
 background-color: #FFFFFF;
 border-bottom: 3px solid #F92806;
 border-right: 3px solid #F92806;
 text-align: justify;
}

a:link,
a:visited {
 color: #555555;
 text-decoration: none;
}
a:hover {
 color: #555555;
 text-decoration: underline;
}
a.leftnavi:link,
a.leftnavi:visited {
 display: block;
 width: 160px;
 height: 16px;
 background-color: #FFF;
 color: #F92806;
 text-decoration: none;
 padding-left: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
}
a.leftnavi:hover {
 display: block;
 width: 160px;
 height: 16px;
 background-color: #FFF;
 color: #F92806;
 text-decoration: none;
 padding-left: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
}


