﻿/* CSS layout */
body {
	background-image: url('file:///C:/Users/rbecker.NYSDOS/Documents/My Web Sites/speedskating/images/arctile.jpg');
	background-repeat: repeat;
}
#masthead {
	border-width: 1px;
	border-color: #FFCC66;
	position: relative;
	width: 100%;
	height: 120px;
	border-bottom-style: solid;
}
#top_left {
	width: 120px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#header {
	margin-left: 130px;
	height: 110px;
}
#header img {
	padding: 30px 21px 10px 18px;
}
#container {
	position: relative;
	width: 100%;
	height: 600px;
}
#left_col {
	border-width: 1px;
	border-color: #FFCC66;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-style: solid;
}
#left_col img {
	border-width: 0px;
}
#page_content {
	padding: 10px;
	margin-left: 163px;
	list-style-image: url('images/arcbul1a.gif');
	font-family: Arial, Helvetica, sans-serif;
}
#page_content h1 {
	color: #0066FF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#page_content h2 {
	color: #0066FF;
	text-align: center;
}
#page_content h3 {
	color: #0066FF;
}
#page_content hr {
	color: #FFCC66;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	width: 100%;
}
