@charset "utf-8";

/* ********** GENERAL ********** */

body {
	background-color: #e6f4fd;
	margin: 0px;
}
img {
	border: none;
}
#wrapper {
	background: url(images/splash0509_headtile.jpg) repeat-x top;
	width: 943px;
	margin: 0px auto 0px 0px;
}

/* ********** HEADER ********** */

#head {
	background: url(images/splash0509_headright.jpg) no-repeat right top;
	height: 106px;
}
#menu {
	float: right;
	margin-right: 1px;
	padding-top: 46px;
	text-align: center;
	width: 635px;
}

/* ********** CONTENT ********** */

#contenthead {
	background-image: url(images/splash0509_contenthead.jpg);
	height: 119px;
}
#content {
	background-image: url(images/splash0509_contentbg.jpg);
	height: 375px;
}
#flashwrap {
	float: left;
	text-align: right;
	width: 461px;
}
#contentright {
	float: right;
	width: 386px;
	padding-top: 300px;
}

/* ********** FOOTER ********** */

#footer {
	background-image: url(images/splash0509_foottile.jpg);
	height: 94px;
}
#footerright {
	background: url(images/splash0509_footright.jpg) no-repeat right;
	height: 94px;
	line-height: 94px;
	text-align: center;
}
.footertext {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
a.footertext:link, a.footertext:visited {
	color: #da6809;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.footertext:hover, a.footertext:active {
	color: #094f95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
	
