@charset "utf-8";
#boxx {
	width: 980px;
}
body {
	margin: 0px;
	padding: 0px;
}
#sidebar {
	float: left;
	width: 800px;
}
#main {
}

div.box {background-color:#ffffff; background:repeat-x bottom url(../images/box.gif)}
div.box_tl {background:no-repeat top left url(../images/box_ls.gif); height:5px; font-size:0px}
div.box_tr {background:no-repeat top right url(../images/box_rs.gif); height:5px; font-size:0px}
div.box_t {background:repeat-x top url(../images/box_d.gif); height:5px; margin:0 5px; font-size:0px}
div.box_bl {background:no-repeat bottom left url(../images/box_ls.gif); height:5px; font-size:0px}
div.box_br {background:no-repeat bottom right url(../images/box_rs.gif); height:5px; font-size:0px}
div.box_b {background:repeat-x bottom url(../images/box_d.gif); height:5px; margin:0 5px; font-size:0px}
div.box_content {padding:0 10px; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB}
div.box_editContent {padding:0 10px; line-height:28px; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB}
div.box_line {border-top:1px solid #BBB; height:0px; font-size:0px; line-height:0px}

#footer {
	clear:both;
	background-color: #f7f7f7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: e6e6e3;
	border-bottom-color: e6e6e3;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 780px;
}
