/* red */

#page_bg {
background: #2f0302;
}

div#container {
background: #2a0509 url(../images/red/bkg_05.png) repeat-x left bottom;
}

div#header {
background: url(../images/red/bkg_02.png) repeat-x;
}

div#header_sx {
background: url(../images/red/bkg_01.png) no-repeat left top;
}

div#header_dx {
background: url(../images/red/bkg_03.png) no-repeat right top;
}

div#footer_outer {
background: #fff url(../images/red/bkg_19.png) repeat-x left top;
}

div#footer_sx { 
background: url(../images/red/bkg_18.png) no-repeat left top;
}

div#footer_dx { 
background: url(../images/red/bkg_20.png) no-repeat right top;
}

#fontsize p a.larger {
background: url(../images/red/larger.png) no-repeat;
}
#fontsize p a.smaller {
background: url(../images/red/smaller.png) no-repeat;
}
#fontsize p a.reset {
background: url(../images/red/reset.png) no-repeat;
}
#fontsize p a.larger:hover,
#fontsize p a.larger:active,
#fontsize p a.larger:focus {
background: url(../images/red/larger_up.png) no-repeat;
}
#fontsize p a.smaller:hover,
#fontsize p a.smaller:active,
#fontsize p a.smaller:focus {
background: url(../images/red/smaller_up.png) no-repeat;
}
#fontsize p a.reset:hover,
#fontsize p a.reset:active,
#fontsize p a.reset:focus {
background: url(../images/red/reset_up.png) no-repeat;
}
