﻿
	@charset "UTF-8";



@import url("reset.css");

body {
  font: normal 62.5%/1 sans-serif; 
  font-family:'Lucida Sans Unicode';
  background-color:#fff;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

del       { text-decoration: line-through; }
strong, b { font-weight: bold; }
em, i     { font-style: italic; }
li        { list-style: none; }

button, input[type="submit"], input[type="image"] {
  cursor: pointer;
}

@font-face {
	font-family: "Agency FB";
	src: local("Agency FB"), local("Agency FB"), url("AGENCYR.TTF") format("truetype");
}
	
.container {
	width:860px;
	padding:0 50px;
	margin:0 auto;
	}
.container > header {
	width:556px;
	}
section > header, section article {
	width:253px;
	margin-right:50px;
	float:left;
	}
section > article:last-child {
	margin-right:0;
	}

h1, h3 {
	font-family:'Agency FB';
	}
.container > header {
	text-align:center;
	padding:100px 0;
	color:#cccccc;
	}
.container > header:hover {
	color:#707070;
	}
.container > header h3 {
	text-shadow:1px 1px 1px #a5a5a5;
	}
.container > header h3, section > header h1 {
	color:#c50000;
	font-size:72px;
	}
section > header h1 {
	padding-top:72px;
	}

article header {
	color:#f2f2f2;
	font-size:72px;
	margin-bottom:10px;
	}
article header:hover {
	color:#cccccc;
	}
article ul li {
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#1e1e1e;
	}

article ul li a {
	color:#1e1e1e;
	border-bottom:1px solid #cccccc;
	}
article ul li a:hover {
	border-color:#1e1e1e;
	}
article img {
	margin-right:15px;
	margin-bottom:10px;
	}