@charset "utf-8";
#bgleft {
	background:url('images/bg-left.gif');
	background-repeat:repeat-y;
	width:74px;
}

#bgright {
	background:url('images/bg-right.gif');
	background-repeat:repeat-y;
	width:54px;
}

#footer {
	background:url('images/footer.gif');
	background-repeat:no-repeat;
}
#body {
	text-align:center;
}

.separator {
	width:8px;
	background:url('images/separator.jpg');
	background-repeat:repeat-y;
}
.package {
	vertical-align:top;
	font-size:11px;
	font-family:Tahoma,Arial;
	line-height:160%;
	text-align:left;
}

.footernav {
	background: url('images/footernav.gif');
	background-repeat:no-repeat;
	width:710px;
	height:48px;
	padding-top:17px;
	font-size:11px;
	font-family:Tahoma,Arial;
}
.footerlink {
	color:black;
	text-decoration:none;
}
.bodytext {
	font-size:11px;
	font-family:Tahoma,Arial,Verdana;
	line-height:160%;
	text-align:left;
	width:536px;
	padding-left:15px;
}
body {
	background: url('images/bg.gif');
}

