body {
	margin: 0px;
	padding: 0px;
	background: #004477 url(../images/skates.jpg) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

p, ul, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

h1, h2, h3 {
	color: #004477;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #004477;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

a {
	color: black;
}

#medals {
	position: absolute;
	top: 100px;
	left: 700px;
	width: 175px;
	height: 400px;
	background: url(../images/medals.jpg);
}

#links {
	position: absolute; 
	top: 178px; 
	left: 0; 
	width: 160px;
	font-size: 14px; 
	z-index: 100;
}

#links a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif; 
	padding: 5px 10px; 
	margin: 0 0 1px; 
	border-width: 0; 
	text-decoration: none; 
	color: white; 
	background: #777;
	border-right: 5px solid white;
}

#links a:hover {
	color: black; 
	background: #AAA;
	border-right: 5px solid #777;
}
 
#links a span {
	display: none;
}

#links a:hover span {
	display: block;
	position: absolute; 
	top: 160px; 
	left: 0; 
	width: 125px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	color: white; 
	background: #004477;
	font-size: 10px; 
	text-align: center;
}

#header {
	position: absolute;
	top: 20px;
	left: 155px;
	width: 600px;
	height: 158px;
	border: solid 5px white;
	margin: 0 auto;
    background: url(../images/header.jpg) no-repeat;
}

#container {
	position: absolute; 
	top: 173px; 
	left: 155px; 
	width: 600px;
	color: black;
}

#content {
	width: 600px;
	background: #DDD;
	float: left;
	border: solid 5px white;
	margin-bottom: 10px;
}

#content p, h1, h2, h3 {
	padding-left: 10px;
	padding-right: 10px;
}

#content .small {
	font-size: 10px;
}

#sidebar {
	float: right;
	margin-left: 5px;
	width: 220px;
	background: #AAA;
	border-left: solid 3px white;
	border-bottom: solid 3px white;
}

.pdf_icon {
	margin-right: 5px;
	width: 17px;
	height: 17px;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: #AAA;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#footer a {
	color: #AAA;
}

#footer .left_icon {
	float: left;
}

#footer .right_icon {
	float: right;
}