body
{
 background-color:#000000;
 color:#000000;
}
table, tr, th, td, form, input
{
 margin:0px;
 border:0px solid red;
 border-collapse:collapse;
 padding:0px;
 text-align:left;
 vertical-align:top;
}
img
{
 margin:0px;
 border:0px;
 padding:0px;
}

table.bgTable
{
 background-color:#dcdcdc;
 background-image:url('page_gfx/background.png');
 background-repeat:repeat-x;
 width:100%;height:100%;
 text-align:center;
 margin:0px;
 border:0px;
 padding:0px;
}
table.mainTable
{
 width:800px;
}
table.aboutTable
{
 width:400px;
 text-align:center;
}

th.aboutHeaderCell
{
 padding:12;
 text-align:center;
}

td.logoCell
{
 background-image:url('page_gfx/logo.png');
 background-repeat:no-repeat;
 height:205px;
}
td.sideBarCell
{
 background-image:url('page_gfx/sidebar_bg.png');
 background-repeat:repeat-y;
 width:223px;
}
td.border0Cell
{
 background-image:url('page_gfx/border0.png');
 background-repeat:no-repeat;
 height:26px;
}
td.headingCell
{
 background-image:url('page_gfx/heading.png');
 background-repeat:no-repeat;
 height:96px;
}
td.border1Cell
{
 background-image:url('page_gfx/border1.png');
 background-repeat:no-repeat;
 height:33px;
}
td.border2Cell
{
 background-image:url('page_gfx/border2_bg.png');
 background-repeat:repeat-y;
 width:36px;
}
td.bodyCell
{
 background-color:#FFFFFF;
 background-image:url('page_gfx/body_bg.png');
 background-repeat:repeat-x;
 width:490px;
}
td.border3Cell
{
 background-image:url('page_gfx/border3_bg.png');
 background-repeat:repeat-y;
 width:51px;
}
td.bottomCell
{
 background-image:url('page_gfx/bottom.png');
 background-repeat:no-repeat;
 height:96px;
}

td.aboutCell
{
 padding:12;
}

img.thumbnail
{
 border:3px;
 border-style:double;
}

input.border
{
 border:1px;
}