body {
	overflow: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
}

#placeholder {

}

#main {
	background-image:url(../images/mainBg.gif);
	background-repeat:repeat-y;
}

#top {
	height:41px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#header {
	height:44px;
	background-image:url(../images/topSwoosh.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#content {
	
}

#footer {
	height:41px;
	background-image:url(../images/footerSwoosh.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#bottom {
	height:9px;
	background-image:url(../images/footerLine.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#welcomehead {
	height:33px;
	font-family:Arial;
	font-size:16px;
	line-height: 18px;
	color:#FFFFFF;
	font-style:italic;
	background-image:url(../images/titleBg.gif);
	background-repeat:repeat-x;
	
}

#welcometext {
	color: #1A171B;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}
