img.justifyleft{
	float:left;
	margin:0 20px 20px 0;
}
img.justifyright{
	float:right;
	margin:0 0 20px 20px;
}
p.justifyleft,
th.justifyleft,
td.justifyleft{
	text-align:left;
}
p.justifyright,
th.justifyright,
td.justifyright{
	text-align:right;
}
h2{
text-align:center;
height:100px;
}
#main section{
width:940px;
margin:0 auto;
line-height:1.8em;
}

#sidebanner li{
margin:0 0 10px 0;
}
#sidebanner li img{
display:block;
}

#side{
width:220px;
float:right;
}
#side ul{
list-style:none;
}
#sidenav{
border-top:1px solid #cccccc;
margin:0 0 40px 0;
}
.more_pro{
padding:40px 20px;
}
.more_pro a{
text-align:center;
border-radius:5px;
display:block;
color:#fff;
line-height:50px;
font-size:20px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7400+0,ff7400+100;Orange+Flat */
background: #ff7400; /* Old browsers */
background: -moz-linear-gradient(top, #ff7400 0%, #ff7400 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff7400 0%,#ff7400 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff7400 0%,#ff7400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */
}