html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#fff url(../img/body_bg.gif) repeat-x;
	font-family:arial, verdana, helvetica;
}

#wrap {
	margin:0 auto;
	width:900px;
}

#container {
	background:#fff url(../img/hockey.jpg) no-repeat;
	margin:30px 0 30px 0;
	padding-bottom:50px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

ul.navigation {
	background: #000 url(../img/bg_nav.gif) repeat-x;
	margin:0 20px 0 30px;
	float:left;
	padding:30px 0 0 0;
	width: 150px;
}

ul.navigation li {
	border-top:1px solid #333333;
	font-weight:bold;
	display:block;
}

ul.navigation li:hover,
ul.navigation li.active {
	background:#505050;
	display:block;
}

ul.navigation li a {
	color:#fff;
	text-decoration:none;
	font-size:0.75em;
	display:block;
	padding:10px;
}

ul.navigation li a:hover {
	color:#fff;
	text-decoration:none;
	font-size:0.75em;
	background:#505050;
	display:block;
}

.content {
	float:left;
	width:440px;
	margin:240px 0 0 0;
}

.links {
	float:right;
	width:190px;
	margin:240px 10px 0 0;
}

.links ul  {
	float:left;
	display:block;
	width:188px;
	border:1px solid #e0e0e0;
}

.links li  {
	display:block;
	border-bottom:1px solid #e0e0e0;
}

.links li a  {
	display:block;
	padding:10px;
	color:#666;
	font-size:0.8em;
	text-decoration:none;
}

.links li a:hover  {
	display:block;
	background:#f2f2f2;
}

/*Typography ^*/

#sitename {
	color:#fff;
	font-size:2.5em;
	line-height:55px;
	margin:45px 0 0 0;
	display:block;
}

h1 {
	margin:0 0 20px 0;
	font-size:2.0em;
}

h2 {
	margin:0 0 10px 0;
	font-size:1.2em;
}

.links h4 {
	background:url(../img/links_bg.gif) no-repeat;
	color:#666;
	padding:0 0 0 10px;
	line-height:35px;
	font-size:0.8em;
}


p {
	font-size:0.8em;
	color:#666;
	line-height:1.4em;
	margin: 0 0 20px 0;
}

.footer p {
	color:#9c9c9c;
	text-align:center;
}

.footer a {
	color:#949393;
}



