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


.blog_top {
	background-image:url(../i/content/blog_top.png);
	background-repeat: no-repeat;
	height:71px;
	border:0px solid #ffffff;
}

.blog_middle {
	background-image:url(../i/content/blog_mid.png);
	background-repeat: repeat-y;
	padding:0 20px 20px 0;
}
.blog_bottom {
	background-image:url(../i/content/blog_bottom.png);
	background-repeat: no-repeat;
	height:40px;
}


.sidebar_top {
	background-image:url(../i/content/sidebar_top.png);
	background-repeat: no-repeat;
	height:71px;
	border:0px solid #ffffff;
}

.sidebar_middle {
	background-image:url(../i/content/sidebar_mid.png);
	background-repeat: repeat-y;
	padding:0px;
	border:0px solid #ffffff;
}
.sidebar_bottom {
	background-image:url(../i/content/sidebar_bottom.png);
	background-repeat: no-repeat;
	height:40px;
}

#triple_col {
	width:864px;
	height:100%;
	padding-top:0px;
}

#col1 {
	/*float: left;*/
	width:216px;
	/*margin:0 36px 10px 36px;*/
	/*margin:0 36px 10px 36px;*/
	padding-bottom: 28px;
	background-image:url(../i/BG_sample_prod.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border:0px solid #ffffff;
}


#col2 {
	/*float: left;*/
	width:216px;
	
	/*margin:0 500px 10px 324px;*/
	padding-bottom: 28px;
	background-image:url(../i/BG_sample_prod.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border:0px solid #ffffff;
}

#col3 {
	/*float: left;*/
	width:216px;
	/*margin:0 36px 10px 36px;*/
	/*margin:0 36px 10px 36px;*/
	padding-bottom: 28px;
	background-image:url(../i/BG_sample_prod.png);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#col1 div.image, #col2 div.image, #col3 div.image {}
#col1 div.text, #col2 div.text, #col3 div.text {}

#double_col {
	width:864px;
	height:auto;
	clear:both;
	float:left;
	
}

#col_blog {
	width:504px;
	/*margin:0px 36px;*/
	border:0px solid #ffffff;
	float:left;
}

#col_side {
	width:216px;
	/*margin:2px 36px 0 36px;*/
	/*margin-right:36px;*/
	float:left;
	padding:0px;
}

