﻿.outer {
	width: 660px;
	height: 100px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
.head-col {
	width: 40.90909090909091%;
	height: auto;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	vertical-align: middle;
	text-align: center;
}
.text-col {
	width: 45.454545454545453%;
	height: auto;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
.image-col {
	width: 43.333333333333335%;
	height: 85px;
	float: right;
}
.text {
	width: 53.33333333333333%;
	height: auto;
	float: left;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 160%;
}
.thumb {
	width: 100%;
	float: left;
}






@media screen and (max-width:640px)
{
	.outer {
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width:600px)
{

}

@media screen and (max-width:568px)
{
	.text {
	    font-size: 12px;
	    line-height: 154%;
	}
}

@media screen and (max-width:480px)
{
	.head-col {
	    width: 100%;
	}
	.text-col {
    width: 62%;
    height: auto;
    float: left;
    margin-left: 20%;
}
}

@media screen and (max-width:360px)
{

	.text-col {
	    width: 91%;
	    height: auto;
	    float: left;
	    margin-left: 5%;
	}
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	.head-col img{
		width:98%;
		line-height:111%;
	}
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{

	.text-col {
	    width: 94%;
	}

}

