body
{
	background-image: url("../img/background.jpg");
	height: 100%;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

h3
{
	color: #CA2727;
	margin-top: 0px;
}

#container
{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	color: #575353;
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 70px;
	width: 600px;
	text-align: left;
}

#log
{
	float: left;
	width: 360px;
	font-size: 70px;
	text-align: right;
}

#lg
{
	width: 70px;
	height: 60px;
	float: right;
}

.ard
{
	color: #CA2727;
}

.hlf
{
	color: #575353;
	width: 960px;
	margin: 20px;
	text-align: center;
}

.blk
{
	float: left;
	width: 50%;
}

.t1
{
	float: left;
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #CA2727;
	text-align: center;
}

.t1:hover
{
	background-color: #B91616;
}

.t2
{
	float: left;
	margin: 10px;
	width: 230px;
	height: 142px;
	background-color: #575353;
	text-align: center;
}

.t2:hover
{
	background-color: #464242;
}

.t3
{
	margin: 10px;
	width: 420px;
	height: 406px;
	background-color: #666666;
	text-align: justify;
	padding: 30px;
}

.cnt
{
	float: left;
	margin: 10px;
	width: 230px;
	height: 142px;
	font-size: 24px;
	background-color: #CA2727;
	text-align: center;
	line-height: 300%;
}

.fb
{
	float: left;
	margin: 10px;
	width: 230px;
	height: 142px;
	text-align: center;
	background-color: #4668b3;
}

.fb:hover
{
	background-color: #3557a2;
}

a.tls
{
	color: white;
	text-decoration: none;
}