@charset "utf-8";
/* CSS Document */

img {
	border:none;
	}
body {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	}
#banner_left {
	float:left;
	width:488px;
	height: 118px;
	}
#banner_right {
	float:right;
	width:311px;
	height:118px;
	margin-right:10px;
	}
.top_bar {
	clear:both;
	background-image:url(../images/layout/chat/images/top_bar.gif);
	height:33px;
	padding-top:3px;
	}
.t {
	background-image: url(../images/layout/chat/black_border2px.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
.b {
	background-image: url(../images/layout/chat/black_border2px.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	}
.l {
	background: url(../images/layout/chat/black_border2px.gif) 0 0 repeat-y;
	}
.r {
	background: url(../images/layout/chat/black_border2px.gif) 100% 0 repeat-y;
	}
.bl {
	background-image: url(../images/layout/chat/images/forum_bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
.br {
	background: url(../images/layout/chat/images/forum_br.gif) 100% 100% no-repeat;
	}
.tl {
	background: url(../images/layout/chat/images/forum_tl.gif) 0 0 no-repeat;
	}
.tr {
	background: url(../images/layout/chat/images/forum_tr.gif) 100% 0 no-repeat; padding:10px;
	} 