@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/masterBGgrad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
#bgContainer {
	background-image: url(../_images/centerBGgrad.jpg);
	height: 932px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#headerBox {
	float: right;
	height: 35px;
	width: 360px;
	margin-top: 240px;
	text-align: left;
	clear: right;
	margin-right: 60px;
}
#chongBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #D9D9D9;
	float: right;
	height: 33px;
	width: 360px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.2em;
	clear: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFAF;
}
#spryBox {
	height: 20px;
	width: 725px;
	margin-left: 50px;
	float: left;
}
#spryBox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

