/* CSS Document */
body
{
margin:0;
padding:0;
font-size:11px;
color:#FFFFFF;
background-color:#A3473A;
background-repeat:repeat-y;
background-position:center;
background-image:url(../images/body_bg.jpg);
font-family:Arial, Helvetica, sans-serif;
}
#ultra_container
{
width:935px;
min-height: 100%;
height: auto !important;
height: 100%;
margin-left:auto;
margin-right:auto;
}
#container
{
float:left;
width:935px;
}
#container_bg
{
float:left;
width:935px;
background-position: 17px top;
background-repeat:repeat-y;
background-image:url(../images/container_bg_new.jpg);
}
#header_1
{
height:93px;
width:935px;
background-repeat:no-repeat;
background-position:top center;
background-image:url(../images/header_1.jpg);
}
#header_2
{
width:935px;
height:106px;
background-position: 17px top;
background-image:url(../images/header_2.jpg);
background-repeat:no-repeat;
}
#box
{
float:left;
width:96px;
height:50px;
}
#middle
{
float:left;
height:auto;
width:746px;
background-position:bottom;
background-repeat:no-repeat;
background-image: url(../images/bottom_content_no_lines.jpg);
}
#horiz_nav
{
float:left;
height:30px;
width:746px;
color:#FFFFFF;
padding-top:14px;
text-align:center;
background-image:url(../images/nav_horiz.jpg);
background-repeat:no-repeat;
}
#horiz_nav a
{
padding-left:18px;
padding-right:18px;
}
#left_nav
{
float:left;
width:139px;
padding-top:10px;
padding-left:10px;
background-repeat:no-repeat;
background-image:url(../images/left_nav.jpg);
}
#center_content
{
float:left;
width:434px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
background-repeat:no-repeat;
background-image:url(../images/content_bg.jpg);
}
#right_nav
{
float:left;
width:140px;
height:255px;
background-repeat:no-repeat;
background-image:url(../images/right_nav.jpg);
background-position:top;
}

#right_nav_inside
{
float:left;
width:120px;
height:255px;
padding-left:10px;
padding-right:10px;
background-repeat:no-repeat;
background-image:url(../images/right_nav.jpg);
background-position:top;
}

#footer-wrapper
{
height:67px;
width:935px;
margin-left:auto;
margin-right:auto;
}
#footer
{
float:left;
height:67px;
width:935px;
background-position: 13px;
background-repeat:no-repeat;
background-image:url(../images/footer.jpg);
}

/* Left Nav */
.left_li
{
padding: 0;
margin: 0 0 10px;
list-style: none;
list-style-image:none;
}
.left_li li
{
margin-left:0;
line-height:12px;
list-style: none;
padding-left:10px;
background-repeat: no-repeat;
background-position: 0px 3px;
background-image: url(../images/arrow_menuleft.gif);
}