@font-face {
	font-family: 'Lane';
	src: url('../fonts/LANENAR_-webfont.eot');
	src: local('☺'), url('../fonts/LANENAR_-webfont.woff') format('woff'), url('../fonts/LANENAR_-webfont.ttf') format('truetype'), url('../fonts/LANENAR_-webfont.svg#webfontwHQX4ydt') format('svg');
	font-weight: normal;
	font-style: normal;
}

.alignright { text-align: right; }
.center { text-align: center; }

body {
	background: #F2F2F2;
	padding: 40px 0;
	color: #808080;
	font-size: 11px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
}

#header .alignright img {
	margin-top: 25px;
}

#top {
	background-image: url(../images/bg_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	margin-top: -9px;
}

#middle {
	background-image: url(../images/bg_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 50px 0;
}

#bottom {
	background-image: url(../images/bg_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

h1 {
	font-size: 40px;
	color: #0071b5;
	font-family: Lane;
	line-height: 40px;
}

h2 {
	font-size: 25px;
	color: #0071b5;
	font-family: Lane;
	line-height: 25px;
	margin-bottom: 5px;
}

#nav {
	margin-top: 40px;
}

#nav ul {
	margin: 0;
	margin-left: 80px;
}

#nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 46px;
	background-image: url(../images/nav_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 46px;
	padding-left: 20px;
}

#nav a {
	background-image: url(../images/nav_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 46px;
	line-height: 55px;
	display: block;
	padding-right: 20px;
	color: #737373;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
}

#nav a:hover {
	color: #0071b5;
}

img {
	vertical-align: top;
}

p a {
	color: #666;
	text-decoration: none;
}

p a:hover {
	color: #0071B5;
}

.trophies .grid_3 {
	margin-bottom: 20px;
}

#middle li {
	margin-left: 1em;
}