@charset "utf-8";

#text
{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	color:#333;
}
#bold
{
	font-weight:bold;	
}

.materials_icon
{
	padding-left:30px;	
	background-image:url(../images/nav_button_materials2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#text li
{
	padding-left:25px;	
	background-image:url(../images/right_arrow_blue_20x20.jpg);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding-bottom:8px;
}

#text .blue_text
{
	color: #2E8BEA;	
}

#text .image_materials01
{
	float: right;	
	margin-left: 50px;

}


#text .image_materials02
{
	float: left;	
	margin-right:50px;
	margin-bottom: 30px;
}


#text .image_materials03
{
	float: right;	
	margin-left: 50px;
	clear: left;
	margin-bottom: 30px;
}


.clear_left_right
{
	clear:both;	
}

.clear_left
{
	clear:left;
}

.clear_right
{
	clear:right;
}

.materials_title
{
	font-size:28px;	
	padding-left:30px;
	margin-bottom:40px;
	color:#333;
}