body {
	background: url(/images/back.jpg);
	margin-left: auto;
    margin-right: auto;
    max-width: 660px;
    padding-left: 5px;

}

@font-face {
  font-family: 'Raleway-Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(http://fonts.gstatic.com/s/raleway/v9/RJMlAoFXXQEzZoMSUteGWCZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway-Medium';
  font-style: normal;
  font-weight: 500;
  src: url(http://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T88DdSZkkecOE1hvV7ZHvhyU.ttf) format('truetype');}


h1 {
	font-family: 'Raleway-Medium', Arial;
	color: #FF0022;
	font-size: 24px;

}

h2 {
	font-family: 'Raleway-Medium', Arial;
	color: #FF0022;
	font-size: 20px;
}

h3 {
	color: #FF0022;
	font-family: 'Raleway-Medium', Arial, serif;
}

h4 {
	color: #FF0022;
	font-family: 'Raleway-Medium', Arial, serif;
}



p {
	font-family: 'Raleway-Thin', Arial;
	font-size: 16px;
	color: white;
	line-height: 1.5;
}


/* unvisited link */
a:link {
    color: #FFFFFF;
    text-decoration:  none;
}

/* visited link */
a:visited {
    color: #FFFFFF;
    text-decoration:  none;
}

/* mouse over link */
a:hover {
    color: #99D699;
    text-decoration:  none;
}

/* selected link */
a:active {
    color: #0000FF;
    text-decoration:  none;
}


.block {
	display: block;
	height: 44px;


}

.box1 {

	display: block;
	max-width: 320px;
	height: auto;
	padding: 5px;
	vertical-align: top;
	text-align: top;
	float: left;
	margin-left: auto;
    margin-right: auto;
}

.box2 {

	display: block;
	line-height: 1.5;
	max-width: 320px;
	height: auto;
	padding: 5px;
	vertical-align: top;
	text-align: top;
	float: left;
	margin-left: auto;
    margin-right: auto;
}











