/* main styles */
html
{
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial;
	color: #000;
}
body
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
img
{
	border: none;
}


/* headings */
h1
{
	display: block;
	width: 650px;
	height: 113px;
	text-indent: -2000px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 0 20px 0;
	background: transparent url("gmc_2008.jpg") no-repeat;
}
h2
{
	display: block;
	width: 300px;
	text-align: center;
	color: #999;
	font-size: 300%;
	font-weight: normal;
	margin: 10px 0 10px;
}

a#welcome
{
	display: block;
	width: 800px;
	margin: 0 auto;
}

/* tables */
table th
{
	text-align: left;
	padding: 0 1em 0 2em;
	font-weight: normal;
}

table a
{
	display: block;
	width: 300px;
	padding: 5px;
	border: 2px solid #fff;
}

/* all months table */
table#all a
{
	text-decoration: none;
	color: #999;
	font-size: 300%;
	text-align: center;
}
table#all a:hover
{
	border: 2px solid #999;
}

/* jumping tables */
table#jumping a
{
	display: block;
	height: 300px;
	width: 300px;
	text-indent: -2000px;
	overflow: hidden;
	margin: 5px;
	padding: 0;
}
table#jumping a:hover
{
	background-position: -300px 0;
}

table#normal img
{
	margin: 7px;
}

