/* CSS Document */

body {
margin: auto auto;
font-family: Georgia, "Times New Roman", Times, serif;
color: #ffffff;
}

table {
width: 684px;
}

div {
background-color: #000000; 
width: 684px;
}

.textDiv{
color: #ffffff;
background-image:url(blackBox.gif);
height: 390px;
}

.padding {
width: 580px;
padding-left: 60px;
padding-right: 20px;
}

.header {
background-image: url(header.gif);
repeat: no-repeat;
height: 239px;
}

h2 {
font-size: 28px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 100;
color: #CC0000;
text-align: right;
padding-right: 40px;
position: relative;
top: 170px;
}

.bottom {
background-image: url(bottomBox.gif);
repeat: no-repeat;
height: 220px;
}

h3 {
font-size: 16px;
color: #CC0000;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: right;
padding-right: 60px;
}

a {
color: #ffffff;
}