body {
	background-color: #8a9dbe;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.all {
	margin: 10px auto;
	width: 97.5%; /* 312px / 320px */
}
.left{
	float: none;
	width: auto;
}
.block{
	margin: 1.273885350318471% auto;
	width: 100%;
	float: right;
}
.block img {
	float: left;
	width: 46.6887417218543%;
	margin: 1.273885350318471%;
	border: 1px solid #FFF;
}
h1 {
	background: none;
	margin: 0px;
}
h1 a {
	padding-top: 5px;
	height: 75px;
	display: block;
	border: 0;
}

h2{
	color: #fff;
	font-size: 1em;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #4A6BA0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	}
a {
	color: #F3F3F3;
	text-decoration: none;
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}
a:hover {
	color: #FFF;
	text-shadow: #000 0 1px 1px;
}

.text {
	width: 98.5%;
	text-align: center;
	margin: 10px auto;
	font-size: 1.1em;
	line-height: 1.1;
	padding: 1%;
	color: #fff!important;
	display: block;
	background: #4A6BA0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: none;
	clear: both;
}
.join {
	width: 98.5%;
	text-align: center;
	font-weight: bold;
	margin: 10px auto;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 1%;
	color: #fff!important;
	display: block;
	background: url("images/gradient31.png") #b40800 top left repeat-x;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear:both;
}
.clearfix{clear:both;}
@media only screen and (min-width: 480px) {
.block img {
	width: 22.86324786324786%;
	margin: .8547008547008547%; /* 4px / 468px */
}
}
@media only screen and (min-width: 768px) {
.left{
	float: left;
	width: 264px;
	}
.block{
	width: 63.84720327421555%;  /* 468px / 733px */
}
h1 {
	background: url("images/girls_left_bg.jpg") no-repeat;
}
h1 a {
	padding-top: 200px;
	height: 292px;
}
h2{
	font-size: 1.6em;
	line-height: 2.5em;
}
.text {
	width: 61.93%;
	clear: none;
	float: right;
	line-height: 1.2;
}
.join {
	width: 98.1%;
	}
}
@media only screen and (min-width: 992px) {
.all {
	width: 992px;
}
 .text {
	width: 98.1%;
	font-size: 1.4em;
	line-height: 1.3;
	text-align: center;
	float: right;
	float: none;
	clear: both;
}
.block {
	width: 690px
}
.block img {
	width: 160px;
	margin: 4px;
}

}
@media only screen and (min-width: 1920px) {
.all {
	width: 97.5%;
	}
.text {
	width: 78%;
	clear: none;
	float: right;
	line-height: 1.2;
}
.block{
	margin: 1.5% auto;
	width: 80.15%;
}
.block img {
	width: 11.577%;
	margin: .35%;
}
}