#container
{
	background:url(images/static/bgcontent.png) repeat-y 50% 50% #e9ddc9;
}
#header
{
	background:url(images/static/header.gif) no-repeat;
}
#main_nav_container
{
	background:url(images/static/nav.jpg);
	background-repeat:no-repeat;
}
#footer
{
	background:transparent url("images/static/footer.jpg") top left no-repeat;
}
body#main_body
{
color:#fff;
background:#e9ddc9 url(images/static/extend.png) repeat-x;
}

#content_container h1
{
background:url("images/static/header1bg.gif") no-repeat;
}
#content_container h2
{
background:url("images/static/header2bg.gif") no-repeat;
}
th {
border:0px solid #000;
}
tr {
}
td {
border:0px solid #000;
text-align:center;
}
#content_container table
{
border-color:#23c4ff;
}
#content_container th
{
color:#23c4ff;
padding:3px 2px 3px 2px;
}

fieldset
{
border-color:#000;
background:url(images/static/fieldsetbg.gif);
background-color:#1e2a49;
}
legend
{
color:#FFF;
}
label
{
color:#ccc;
}
input
{
border-color:#23c4ff;
}
textarea
{
border-color:#FFF;
}
