/* CSS Document */

body {
top-margin: 0px;
background: #660000;
text-align: center;
margin-left: auto;
margin-right: auto;

font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #000000;
}

td {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #000000;
}

h2 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #660000;
}

a {
text-decoration: underline;
color: #DD0000;
}

.container {
width: 577px;
background: #FFFFFF;
text-align: left;
}

.menu {
width: 175px;
float: left;
}

.content {
float: left;
background: #FFFFFF url(images/sub_bg_01.jpg) no-repeat top left;
width: 402px;
text-align: center;
}

.inner_content {
width: 332px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

.footer {
width: 100%;
background: #FFFFFF url(images/sub_banner_03.jpg) no-repeat bottom left;
text-align: center;
clear: both;
}