@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,500,600,700,800,900);

body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: repeat;
	font-family: 'Raleway', sans-serif;
	color:#FFFFFF;
}

h1 {
	margin-top:3.98765rem;
	font-weight:500;
}


h2 {
	font-weight:bold;
}

h3 {
	font-weight:100;
}

.BodyBoxesContainer {
	padding:0 2rem;
}
.BodyBoxesContainer a {
	color:#fff;
}
.BoxCenter {
	width: 50%;
	margin: 2rem auto;	
}
.BoxLeft, .BoxRight {
	background-attachment: fixed;
	background-image: url("boxbackground.png");
	background-repeat: repeat;
	text-align:center;
	width:48%;
}
.BoxLeft {
	float:left;
}

.BoxRight {
	float:right;
}


p.InfoBox {
	min-height:2rem;
}

.ActionBoxLeft {
	background-color:#CC3333;
}

.ActionBoxRight {
	background-color:#0C6;
}
a.ActionBoxLeft, a.ActionBoxRight {
	padding:1rem 2rem;
	font-weight:bold;
	display:block;
	position:relative;
}

