/* CSS Document */

@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-thin.eot');
  src: url('font/raleway-thin.eot?#iefix') format('embedded-opentype'), url('font/raleway-thin.woff') format('woff'), url('font/raleway-thin.ttf') format('truetype'), url('font/raleway-thin.svg#ralewaythin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-extralight.eot');
  src: url('font/raleway-extralight.eot?#iefix') format('embedded-opentype'), url('font/raleway-extralight.woff') format('woff'), url('font/raleway-extralight.ttf') format('truetype'), url('font/raleway-extralight.svg#ralewayextralight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-light.eot');
  src: url('font/raleway-light.eot?#iefix') format('embedded-opentype'), url('font/raleway-light.woff') format('woff'), url('font/raleway-light.ttf') format('truetype'), url('font/raleway-light.svg#ralewaylight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-regular.eot');
  src: url('font/raleway-regular.eot?#iefix') format('embedded-opentype'), url('font/raleway-regular.woff') format('woff'), url('font/raleway-regular.ttf') format('truetype'), url('font/raleway-regular.svg#ralewayregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-medium.eot');
  src: url('font/raleway-medium.eot?#iefix') format('embedded-opentype'), url('font/raleway-medium.woff') format('woff'), url('font/raleway-medium.ttf') format('truetype'), url('font/raleway-medium.svg#ralewaymedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-semibold.eot');
  src: url('font/raleway-semibold.eot?#iefix') format('embedded-opentype'), url('font/raleway-semibold.woff') format('woff'), url('font/raleway-semibold.ttf') format('truetype'), url('font/raleway-semibold.svg#ralewaysemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-bold.eot');
  src: url('font/raleway-bold.eot?#iefix') format('embedded-opentype'), url('font/raleway-bold.woff') format('woff'), url('font/raleway-bold.ttf') format('truetype'), url('font/raleway-bold.svg#ralewaybold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-extrabold.eot');
  src: url('font/raleway-extrabold.eot?#iefix') format('embedded-opentype'), url('font/raleway-extrabold.woff') format('woff'), url('font/raleway-extrabold.ttf') format('truetype'), url('font/raleway-extrabold.svg#ralewayextrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Webfont";
  src: url('font/raleway-heavy.eot');
  src: url('font/raleway-heavy.eot?#iefix') format('embedded-opentype'), url('font/raleway-heavy.woff') format('woff'), url('font/raleway-heavy.ttf') format('truetype'), url('font/raleway-heavy.svg#ralewayheavy') format('svg');
  font-weight: 900;
  font-style: normal;
}


body {
	font-family: "Raleway Webfont", Helvetica, Arial, "sans-serif";
}

h1 {
	font-weight: 100;
	font-size: 3em;
}

h2 {
	font-weight: 300;
	font-size: 2em;
}

.center {
	align-content: center;
	text-align: center;
}

.container {
	position: relative;
	width: 960px;
	margin: auto;
	padding: 0px;
}

.footer {
	float:left;
	width: 960px;
	padding: 20px 10px;
	font-size: 0.8em;
}


.leftColumn {
	width: 550px;
	float: left;
}

.rightColumn {
	width: 300px;
	float: right;
}