/* CSS Document */

.bannertop {
	background-image: url(../images/bannertop_img.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	height:53px;
	}
.bannertopplain {
	background-image: url(../images/bannertopplain_img.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	height:53px;
	}		
.bannerbot {
	background-image: url(../images/bannerbot_img.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	height:45px;
	}
.bannerbotplain {
	background-image: url(../images/bannerbotplain_img.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	height:45px;
	}		
.bannermiddle {
	background-image: url(../images/bannerbkg_img.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	height: 167px;
	}		
.rightside_middle {
	background-image: url(../images/layoutright_repeat.jpg);
	background-repeat:repeat-y;
	width: 56;
	}
.leftside {
	background-image: url(../images/leftside_repeat.jpg);
	background-repeat:repeat-y;
	}	
.content {
	background-image: url(../images/layouttop_img.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	padding: 20px 5px 20px 5px;
	line-height: 14px;
	}	
.toprightcorner {
	background-image: url(../images/toprightcorner_repeat.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
.rightside {
	background-image: url(../images/rightside_repeat.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color: #440116;
	}
.bottomrightcorner {
	background-image: url(../images/botred_img.jpg);
	background-position:left;
	background-repeat:repeat-x;
	}
.bottom {
	background-image: url(../images/layoutbottom_img.jpg);
	background-repeat:repeat-x;
	}
.navigation {
	background-image: url(../images/navbkg_img.jpg);
	background-repeat:no-repeat;
	width: 231px;
	height: 351px;
	padding:5px 50px 0px 0px;
	}				
	
.tblheader {
	background-image: url(../images/tblheader_img.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 40px;
	width: 200px;
	color:#FFFFFF;
	padding: 5px 0px 0px 25px;
	}
.tblbottom {
	background-image: url(../images/tblbottom_img.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}			
