body {
	margin:0px 10px;
	background-color:#BDBDBD;
	background-image:url(/images/flashbg_grad.jpg);
	background-position:center;
}
#pagetop {
	width:800px;
	height:217px;
	background-image:url(/images/flashbg_head.jpg);
	background-repeat:no-repeat;
}
#pagecontent {
	width:800px;
	background-image:url(/images/flashbg_grad.jpg);
	background-repeat:repeat-y;
}
#pagebottom {
	width:800px;
	height:70px;
	background-image:url(/images/flashbg_foot.jpg);
	background-repeat:no-repeat;
}
h3.nav {
	color:#FFFF00;
}
a.nav {
	margin:0px 10px;
	color:#FFFF00;
	text-decoration:none;
}
a.nav:hover {
	color:#FFFF00;
	text-decoration:underline;
}
#title {
	position:relative;
	left:100px;
	background-color: transparent;
	text-decoration: none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	margin-bottom:10px;
}
#titleshadow {
	position: relative;
	color: #666666;
	font-weight:bolder;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#titletxt {
	position: absolute;
	color: #FF0000;
	font-weight:bold;
	top: -3px;
	left: -3px;
	z-index: 2;
}