@charset "UTF-8";

#header
{
	position: relative;
}

#homeLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 206px;
	z-index: 10000;
	cursor: pointer;
}

#slideshow
{
	position: absolute;
	left: 184px;
	top: 0px;
	z-index: 0;
	width: 753px;
	height: 104px;
	overflow: hidden;
}

#slideshow li
{
	list-style: none;
}

.red
{
	color: red;
}

.blue
{
	color: blue;
}

.center
{
	text-align: center;
}


/*a:link
{
	text-decoration: none;
	color: #007;
}

a:visited
{
	text-decoration: none;
	color: #008;
}*/


