/* CSS Document */
body
{
background-image:url(bg.gif);
background-repeat:repeat;
}
table.main
{
width:956px;
}
td.main
{
text-align: -moz-center;
padding:4px;
background-color:#949494;
}
td.content
{
background-color:#221F1F;
text-align: -moz-center;
}
td.footer
{
background-image:url(footer_bg.gif);
background-repeat:repeat-x;
height:29px;
}
td.content_head
{
background-image:url(content_header_bg.gif);
background-repeat:repeat-x;
height:60px;
background-color:#221F1F;
}
td.content_box_header
{
background-image:url(content_box_header_bg.gif);
background-repeat:repeat-x;
height:14px;
text-align: -moz-center;
vertical-align:middle;
}
td.content_box_footer
{
background-image:url(content_box_footer_bg.gif);
background-repeat:repeat-x;
height:4px;
}
td.content_box_center
{
background-color:#292727;
padding:25px;
}
td.left_shadow
{
background-image:url(left_shadow.gif);
background-repeat:repeat-y;
background-position:right;
}
td.right_shadow
{
background-image:url(right_shadow.gif);
background-repeat:repeat-y;
background-position:left;
}
p.small
{
font-family:Arial,Helvetica,sans-serif,Verdana;
font-size:11px;
}
td.menu
{
background-image:url(menu_bg.gif);
background-repeat:repeat-x;
height:42px;
}
td.menu_divider
{
background-image:url(divider.gif);
background-repeat:no-repeat;
background-position:center;
width:30px;
}
#contact_us
{
background-image:url(contact_us_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
}
#about_us
{
background-image:url(about_us_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
}
#home
{
background-image:url(home_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
}
#site_map
{
background-image:url(site_map_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
}
p.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#bababa;
line-height:160%;
}
p.bigtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#F4D631;
line-height:160%;
}
a:link, a:visited
{
color:#F4D631;
text-decoration:none;
font-weight:bold;
}
a:active
{
color:#f00;
text-decoration:none;
font-weight:bold;
}
a:hover
{
color:#f00;
text-decoration:none;
font-weight:bold;
}
input
{
font-size:12px;
border-left:1px solid #2E2E2E;
border-top:1px solid #2E2E2E;
border-right:1px solid #2E2E2E;
border-bottom:1px solid #2E2E2E;
background-color:#CCCCCC;
}
