a:link
{
	font-family: arial, helvetica, sans-serif; font-size: 90%; font-weight: bold; text-decoration: none;
	color: #252525;
}

a:hover
{
	/* font-family: arial, helvetica, sans-serif; font-size: 80%; font-weight: bold; */
	color: #c5c5c5;
}

.mainmenuitem
{
	font-family: arial, helvetica, sans-serif; font-size: 100%; 
	color: #252525;
	
}

a.bodylink:link
{
	font-family: arial, helvetica, sans-serif; font-size: 80%; font-weight: bold;
	color: #252525;
}

a.bodylink:visited
{
		font-family: arial, helvetica, sans-serif; font-size: 80%; font-weight: bold;
	color: #252525;
}

a.bodylink:hover
{
		font-family: arial, helvetica, sans-serif; font-size: 80%; font-weight: bold;
	color: #c5c5c5;
}

#splash {
  width: 800px;
  height: 389px;
}


.image {
    overflow: hidden;
    position: relative;
    float: left;
}

.image .cover, .image .cover img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}