/* CSS Document */

.header_bg
{
        background: url("../images/bg_header.gif") repeat-x top left;
}

.bg
{
        background: url("../images/bg.gif") repeat top left;
}

.top_menu
{
        background: url("../images/menu_top.gif") no-repeat top left;
}

.bottom_menu
{
        background: url("../images/menu_bottom.gif") no-repeat top left;
}

.center_menu
{
        background: url("../images/bg_menu.gif") repeat-y top left;
		}


.main_top_bg
{
        background: url("../images/main_top_bg.gif") repeat-x bottom left;
}
.main_left_bg
{
        background: url("../images/main_left_bg.gif") repeat-y top left;
}
.main_right_bg
{
        background: url("../images/main_right_bg.gif") repeat-y top left;
}
.main_right_bg1
{
        background: url("../images/main_right_bg1.gif") repeat-y top left;
}
.main_bottom_bg
{
        background: url("../images/main_bottom_bg.gif") repeat-x top left;
}
.main_bottom_bg1
{
        background: url("../images/main_bottom_bg1.gif") repeat-x top left;
}
.main_bg
{
	
	background: url('../images/main_bg.gif');

}

A:link {COLOR:#660000; TEXT-DECORATION:none; font-weight: bolder; text-decoration: underline;}
A:visited {COLOR:#5C2314; TEXT-DECORATION:none; font-weight: bolder; text-decoration: underline;}
A:active {COLOR:#5C2314; TEXT-DECORATION:none; font-weight: bolder; text-decoration: underline;}
A:hover {COLOR:#5C2314; TEXT-DECORATION:underline; font-weight: bolder; text-decoration: underline;} 

h3 {
COLOR:#660000;
text-align:center;
}