@import url('dinamic_styles.php');

.main_content {
	width: 100%;
	background: CFA9FF;
}

.header {
	padding-top: 8px;
	background: url('images/frame/header_bg.png') repeat-x left top;
}

#fonts {
	padding-top: 40px;
}

.tools {
	margin-top: 38px;
	margin-right: 100px;
	width: 180px;
	height: 23px;
}

#font {
	position: static;
	margin-right: 250px;
	margin-top: 50px;
}

.left_top {
	height: 52px;
	width: 500px;
	background: url('images/frame/left_top.png') no-repeat left top;
}

.right_top {
	height: 52px;
	width: 500px;
	background: url('images/frame/right_top.png') no-repeat right top;
}

.top {
	height: 52px;
	background: url('images/frame/top.png') repeat-x;
}

.left_bottom {
	height: 30px;
	width: 500px;
	background: url('images/frame/left_bottom.png') no-repeat left top;
}

.right_bottom {
	height: 30px;
	width: 500px;
	background: url('images/frame/right_bottom.png') no-repeat right top;
}

.bottom {
	height: 30px;
	background: url('images/frame/bottom.png') repeat-x top;
}

.left_one {
	height: 430px;
	width: 30px;
	background: url('images/frame/left_one.png') no-repeat right top;
}

.right_one {
	height: 430px;
	width: 30px;
	background: url('images/frame/right_one.png') no-repeat left top;
}

.left_second {
	height: 90px;
	width: 30px;
	background: url('images/frame/left_second.png') no-repeat right bottom;
}

.right_second {
	height: 90px;
	width: 30px;
	background: url('images/frame/right_second.png') no-repeat left bottom;
}

.left_one_bg, .left_half {
	background: url('images/frame/left.png') repeat-y right;
}

.right_one_bg, .right_half {
	background: url('images/frame/right.png') repeat-y left;
}


/*OPENSIDE*/
.l_z {
	height: 25px;
	width: 7px;
	background: url('images/openside/l_z.png') no-repeat;
}
.d_z {
	height: 25px;
	width: 7px;
	background: url('images/openside/d_z.png') no-repeat;
}
.l {
	width: 7px;
	background: url('images/openside/l.png') repeat-y;
}
.d {
	width: 7px;
	background: url('images/openside/d.png') repeat-y;
}
.l_s {
	height: 7px;
	width: 7px;
	background: url('images/openside/l_s.png') no-repeat;
}
.d_s {
	height: 7px;
	width: 7px;
	background: url('images/openside/d_s.png') no-repeat;
}
.s {
	height: 7px;
	background: url('images/openside/s.png') repeat-x;
}