.box, .box *
{
	padding: 0;
	margin: 0;
	position: relative;
}

.box
{
	width: 100%;
	color: #000;
	background: #f9f9f9;
}

.box .t
{
	background: transparent url(../../../include/img/border/top.gif) scroll repeat-x top center;
}

.box .t_l
{
	background: transparent url(../../../include/img/bg/camel.gif) scroll no-repeat top left;
}

.box .t_r
{
	background: transparent url(../../../include/img/logo.gif) scroll no-repeat top right;
}

.box .l
{
	background: transparent url(../../../include/img/border/left.gif) scroll repeat-y center left;
}

.box .r
{
	background: transparent url(../../../include/img/border/right.gif) scroll repeat-y center right;
}

.box .b
{
	background: transparent url(../../../include/img/border/bottom.gif) scroll repeat-x bottom center;
}

.box .b_l
{
	background: transparent url(../../../include/img/border/left_edge.gif) scroll no-repeat bottom left;
}

.box .b_r
{
	background: transparent url(../../../include/img/border/right_edge.gif) scroll no-repeat bottom right;
}

.box .main
{
	padding-top: 195px;
	padding-left: 35px;
	padding-right: 52px;
	padding-bottom: 30px;

	min-height: 420px;
}


