/* CSS Document */
/* Layer Declaration */
#headerLayer {
	position:absolute;
	width:100%;
	height:32px;
	z-index:2;
	left: 0px;
	top: 25px;
}
/* Link Coloring / Style */
img {
	border: none !important;
}
Body {
	background-image: url(../images/splash/bg/winter_bg_2.jpg);
	background-position: top, center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #303030;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
A:link {
	color: #CCCCCC;
	}
A:active{
	color: #CCCCCC;
	}
A:visited{
	color: #CCCCCC;
	}
	
/* Text / Layout Elements */

/* Contact Info for Splash Page */
.Title {
	font-size: 14px;
	font-weight: bold;
}
.smallTitle {
	font-size: 12px;
}
.smallText {
	font-size: 10px;
}
.address {
	font-size: 10px;
}
.advert{
	font-size: 10px;
	color: #999999;
}
.email {
	font-size: 12px;
}
.phone {
	font-size: 12px;
}
.fax {
	font-size: 10px;
}
.drivingDir{
	font-size: 10px;
}
/* Copyright */
.copyright {
	font-size: 12px;
}
.designedBy {
	font-size: 10px;
}
