html,
body{
	height: 100%;
	width: 100%;
	background-color: white;
}
#bread_nav{
    height: 20px;
    font-size: 12px;
    margin: 0;
    padding-left: 40px;
    margin-bottom: 30px;
    padding-top: 20px;
}
#bread_nav span{
    line-height: 20px;
}
#top_img{
    width: 93%;
    margin: 0 auto;
    margin-bottom:30px;
}
#title{
    font-size: 18px;
    margin-left: 40px;
    padding-bottom: 3px;
}
#bottom_line{
    width: 100%;
    height: 2px;
    margin-bottom: 30px;
}
#bottom_linemain{
    height: 100%;
    width: 3%;
    background-color: #1F82FF;
    margin-left: 5%;
    font-weight: bold;
}
#contact_bottom{
    width: 93%;
    margin:0 auto;
    height: 250px;
    margin-bottom: 60px;
}
#contact_bottom_left{
    float: left;
    width: 46%;
    display: inline-block;
    margin-left: 30px;
}
#contact_bottom_right{
    float: right;
    display: inline-block;
    margin-right: 55px;
}