@charset "UTF-8";
@import url(blogie.css); 
@import url("blogfirefox.css") all;

 
#content_wrapper{

	background-position: top center;
	background-repeat: repeat-y;
	background-color: #fff;
	height: 500px;

}
.content_box{

padding-top: 60px;

}
.top_txt{

}

.menu_blog a{
	background-image: url(../images/menu_blogb.jpg);
}
.img_margin{
	margin-top: -6px;
}
#header_menu{
	margin-top: -6px;
		height: 52px;
}

#head_menu ul li a{
	padding-left: 10px;
	margin-right: 28px;
	color: White;
	text-decoration: none;
	font-size: 12px;
}

#head_menu ul li a:hover{
	color: Red;
	text-decoration: underline;
}