body {
background-color:#550000;
}
table.main {
width:800px;
}
table.main td.left {
width:215px;
}
table.main td.left img {
margin-top:20px;
}
table.main td.content table.corners {
background-color:black;
width:100%;
height:100%;
}
table.corners td.topleft {
background-image: url('../images/corners/topleftcorner_red.jpg');
width:25px;
height:25px;
}
table.corners td.topright {
background-image: url('../images/corners/toprightcorner_red.jpg');
width:25px;
height:25px;
}
table.corners td.bottomleft {
background-image: url('../images/corners/bottomleftcorner_red.jpg');
height:25px;
width:25px;
}
table.corners td.bottomright {
background-image: url('../images/corners/bottomrightcorner_red.jpg');
height:25px;
width:25px;
}
table.main td.banner {
height:100px;
text-align:center;
}
table.main td.content td.banner h1 {
font-size:45px;
font-weight:normal;
margin-top:0px;
margin-bottom:20px;
color:#A0913B;
}
table.main td.content {
color:#D3BE55;
}
table.main td.content h1 {
font-size:14px;
margin-bottom:10px;
}
table.main td.content p {
margin:10px;
}
