@charset "utf-8";
/* STYLESHEETS FOR THE CONTAINERS */

/* BOX FOR THE WHOLE CONTENT */

.frame_box{
	width: 880px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;	
	}

/* MAIN CONTAINERS */

.blog_frame{
	width:880px;
	height: auto;
	}

/* FRAME FOR THE DIFFERENT CONTENT CONTAINER */
.content_box{
	width: 880px;
	height: auto;
	}

/* 10px SPACE LEFT AND RIGHT SIDE */
.space_left_right{
	width: 10px;
	float: left;
	}

/* SHADOW LEFT AND RIGHT */
.shadow_left_right{
	width: 40px;
	float: left;
	}

/* CORNER PART 10px X 10px */
.container_white_corner{ 
	width: 10px;
	float: left;
	}

/* 3 COLUMNS CONTAINER WITH HYPHEN */
.three_col_container{
	width: 252px;
	float: left;
	}

.three_col_container_white_part{ /* CONTAINER 10px FOR WHITE BACKGROUND WITH CORNER */
	width: 242px;
	float: left;
	}

.three_col_hyphen_left{
	width: 5px;
	float: left;
	border-right: 2px solid #f8d29c;
	}

.three_col_hyphen_right{
	width: 5px;
	float: left;
	}

/* 1 COLUMNS CONTAINER */
.one_col_container{
	width: 780px;
	float: left;
	}

.one_col_container_white_part{
	width: 760px;
	float: left;
	}

/* ROUND CORNERS AND SHADOW PART */
.round_corners{ /* OUTER SHADOW PART */
	width: 50px;
	height: 10px;
	float: left;
	}

.round_corners_middle{
	width: 780px;
	height: 10px;
	float: left;
	}

.round_corners_shadow_part{
	width: 880px;
	height: 5px;
	}

.round_corners_shadow_part_long{
	width: 880px;
	height: 15px;
	}

/* FOOTERPART */
.copyright_part{
	width: auto;
	height: auto;
	text-align: center;
	}

.newsletter_box{
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: right;
	}
