a:link{
	color: #FFF;
	text-decoration: none;
	}
a:active{
	color: #CC0;
	text-decoration: none;
	}
a:visited{
	color: #CCC;
	text-decoration: none;
	}
a:hover{
	color: #CC0;
	text-decoration: underline;
	}

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#holder {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top1 {
	background-image: url(images/top1.jpg);
	position: absolute;
	height: 39px;
	width: 800px;
}
#top2 {
	background-image: url(images/top2.jpg);
	position: absolute;
	height: 237px;
	width: 800px;
	top: 39px;
}

#menu {
	height: 41px;
	width: 800px;
	top: 276px;
	position: absolute;
	background-color: #c41b1d;
	background-image: url(images/topcurve.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#inMenu {
	position:absolute;
	left:317px;
	width:483px;
	height:41px;
	z-index:1;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.footerText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.footerText a {
	color: #CF0;
}

.footerText a:hover {
	color: #FFF;
}

