* {
 font-size: 100%;
}

body {
 font:75%/140% Arial, Helvetica, sans-serif;
 text-align:center;
 background: url(images/bg.gif) top left repeat-x;
 margin: 0;
 padding: 0;
}

div {
 margin:10px 0 10px 0;
 background:#c0c0c0;
}

#header {
 height: 100px;
 width: 770px;
 background: #efefef url(images/header.gif);
 margin: 0;
 padding: 0;
}

#header h1 {
 float: left;
 color: #fff;
 margin: 0;
 margin-top: 67px;
 padding-left: 20px;
}

ul {
 text-align: right;
 padding-right: 12px;
 list-style-type: none;
 margin: 0;
}

ul li {
 float: right;
 padding-right: 12px;
}

ul a {
 color: #fff;
 text-decoration: none;
}

ul a:hover {
 color: #fff;
 text-decoration: underline;
 text-style: bold;
}

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

#foot a:hover {
 color: #000000;
 text-decoration: underline;
}

#wrap {
 background:#efefef;
 width:770px;
 margin: 0 auto;
 text-align:left;
 border: #666666 1px solid;
}

#main-content{
 width:400px;
 display:inline;
 float:left;
 margin-left:185px;
 text-align: center;
}

#sub-content{
 width:175px;
 float:left;
 margin-left:10px;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 5px;
}

#left-content{
 width:175px;
 float:left;
 margin-left:-770px;
}

#foot{
 clear:both;
 background-color: #5f5f5f;
 height: 40px;
 margin: 0;
 text-align: center;
}

table {
 background-color: #c0c0c0;
 background-image: url("images/table_bg.gif");
 background-position: top left;
 background-repeat: repeat-x;
 width: 100%;
 margin-bottom: 20px;
 border: 0;
 border-bottom: #efefef 1px solid;
}

td {
 border: 0;
 padding: 5 5 5 5;
 font-size: 10px;
}

td.heading {
 font-weight: bold;
 text-align: center;
 height: 30px;
 color: #ffffff;
}

form {
 text-align: center;
}

p {
 padding-left: 5px;
 padding-right: 5px;
}
