@charset "utf-8";
/* CSS Document */

.header
{
	background-image:url(img/header_bg.gif); background-repeat:repeat-x;
	height:299px;
	
}

.header_r
{
	background-image:url(img/header_r.gif);
	height:299px;
	width:416px;
	float:right;
	
}

.header_l
{
	background-image:url(img/header_l.gif);
	height:299px;
	width:534px;
	float:left;
	
}

.footer
{
	background-image:url(img/footer_bg.gif); background-repeat:repeat-x;
	height:126px;
	
}	

.footer_r
{
	background-image:url(img/footer_r.gif);
	height:126px;
	width:556px;
	float:right;
	
}

.footer_l
{
	background-image:url(img/footer_l.gif);
	height:126px;
	width:174px;
	float:left;
	
}

#login
{
	background: url(img/login.gif) no-repeat;
	width:278px;
	height:166px;
	position:absolute;
	top: 41px;
	left: 251px;

}

.login_username
{
	background: url(img/login_but.gif) no-repeat;
	position: absolute;
	top: 53px;
	left: 101px;
	width:93px;
	height: 25px;
	border: 0px;

}

.passlogin
{
	background: url(img/login_but.gif) no-repeat;
	position: absolute;
	top:88px;
	left:98px;
	width:93px;
	height:25px;
	border:0px;
}

.remember
{
	position: absolute;
	top:123px;
	right:16px;
	width:15px;
	height:15px;
}

.login_but
{
	position: absolute;
	top: 123px;
	left: 59px;
	width:57px;
	height: 22px;
}

#login2
{
	background: url(img/lb.png);
	background-repeat:repeat-x;
	width:287px;
	height:105px;
	position:absolute;
	top: 49px;
	left: 259px;
}

.wb
{
	background: url(img/lb.png);
	background-repeat:repeat-x;
	position: absolute;
	width:287px;
	height:105px;
	position:absolute;
	top: 79px;
	left: 0px;
}

.h-bg 
{
    background-image:url('img/h_bg.gif'); height:142px; background-repeat:repeat;
}
.h-r 
{
    background-image:url('img/h_r.gif'); height:142px; width:585px; background-repeat:no-repeat; float:right;
}
.h-l 
{
    background-image:url('img/h_l.gif'); height:142px; width:63px; background-repeat:no-repeat; float:left;
}
.b-bg 
{
    background-color:#decda4;
    text-align:justify;
}
.b-r
{
    background:transparent url('img/bg_r.gif') repeat-y right;
}
.b-l 
{
    background:transparent url('img/bg_l.gif') repeat-y left; padding-right:20px; padding-left:25px;
}
.f-bg 
{
    background-image:url('img/f_bg.gif'); height:77px; background-repeat:repeat;
}

.f-r 
{
    background-image:url('img/f_r.gif'); height:77px; width:50px; background-repeat:no-repeat; float:right;
}
.f-l 
{
    background-image:url('img/f_l.gif'); height:77px; width:258px; background-repeat:no-repeat; float:left;
}  