	body {
		background-color: #000000;
		margin: 0px;
		padding: 0px;
	}
	#headerContainer {
		width:955px;
		margin-right: auto;
		margin-left: auto;
		height: 146px;
		background-image: url(graphics/bg_top.png);
		background-repeat: no-repeat;
	}
	#globalContainer {
		width:835px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(graphics/bg_main.gif);
		background-repeat: repeat-y;
		background-color: #000000;
		padding-right: 60px;
		padding-left: 60px;
		overflow: auto;
	}
	#leftPanelContainer {
		width:200px;
		float: left;
	}
	#logoContainer {
	width: 400px;
	height: 300px;
	float: none;
	left: 35%;
	position: absolute;
	}
	#logoContainerWide {
	width: 400px;
	height: 150px;
	left: 41%;
	position: absolute;
	z-index: 0;
	}
	#mainPanelContainer {
		position:relative;
		width:405px;
		float: left;
		height: auto;
	}
	#mainPanelContainerWide {
	width:635px;
	float: left;
	overflow: auto;
	}
	#mainTextContainer {
	width:353px;
	float: left;
	height: auto;
	font-family: Georgia, Tahoma, Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 25px;
	top: 0;
	background-color: #000000;
	border: 1px solid #333333;
	background-image: url(graphics/bg_lowlight.jpg);
	background-repeat: no-repeat;
	left: 30px;
	}
	#thumbContainer {
		float: left;
		width: 99px;
		margin-right: 13px;
		margin-top: 13px;
	}
	
	.paraGray {
		font-family: Georgia, Tahoma, Times, serif;
		font-size: 11px;
		line-height: 17px;
		color: #999999;
	}
.boxGray {
	background-color: #333333;
}
	.field {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		background-color: #000000;
		padding: 5px;
		border: 1px solid #666666;
		color: #CCCCCC;
		background-color:#1d1d1d;
	}
	
	#mainTextContainerWide {
	width:575px;
	float: left;
	font-family: Georgia, Tahoma, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	padding: 25px;
	top: 80px;
	background-color: #000000;
	border: 1px solid #333333;
	background-repeat: no-repeat;
	height: auto;
	overflow: auto;
	}
	#mainTextContainerWideNoBack {
	width:625px;
	float: left;
	font-family: Georgia, Tahoma, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	top: 80px;
	background-color: #000000;
	border: 1px solid #333333;
	height: auto;
	overflow: auto;
	}
	#frameTopContainer {
		float: left;
		background-image: url(graphics/bg_frame.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 405px;
		height: 30px;
	}
	#frameTopContainerWide {
		float: left;
		background-image: url(graphics/bg_frame.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 625px;
		height: 30px;
	}
	#footerContainer {
		width:955px;
		height: 55px;
		background-image: url(graphics/bg_footer.png);
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}
	#rightPanelContainer {
	width:230px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	overflow: auto;
	height: 600px;
	}
	#rightContentBox {
		width:210px;
		float: left;
		padding-left: 20px;
		padding-bottom: 20px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		overflow: auto;
	}
	#rightTextBox {
		width:210px;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 11px;
		line-height: 16px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		overflow: auto;
		padding-top: 20px;
		height: auto;
	}
	#rightFlashBox {
		width:210px;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 11px;
		line-height: 16px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		overflow: auto;
		height: auto;
	}
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #FCBC48;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCBC48;
	padding-bottom: 5px;
	}
	#nav-menu ul
	{
		list-style: none;
		margin: 0;
		position: relative;
		left: 35%;
	}
	a {
		color: #FFCC00;
		text-decoration: none;
	}
	#nav-menu li
	{
		float: left;
		margin-top: 0;
		margin-right: 0.15em;
		margin-bottom: 0;
		margin-left: 0.15em;
		position: relative;
	}
	
	#nav-menu li a
	{
		height: 2.3em;
		line-height: 2em;
		float: left;
		width: 9.5em;
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		position: relative;
		top: 30px;
	}
	#nav-menu li a:hover
	{
		height: 2.3em;
		line-height: 2em;
		float: left;
		width: 9.5em;
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		position: relative;
		top: 30px;
		background-color: #2C2C2C;
	}
	#footerMenuContainer {
		position:relative;
		width:430px;
		height: 55px;
		z-index: 1;
		overflow: visible;
		float: left;
		left: 245px;
	}
	#frameBottomContainer {
		float: left;
		background-image: url(graphics/bg_frame_btm.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 405px;
		height: 30px;
		overflow: auto;
	}
	#frameRightContainerTop {
	
		float: left;
		background-image: url(graphics/bg_frame_right.png);
		background-repeat: no-repeat;
		width: 230px;
		height: 30px;
	}
	#frameRightContainerBottom {
	
		float: left;
		background-image: url(graphics/bg_frame_right_btm.gif);
		background-repeat: no-repeat;
		width: 230px;
		height: 30px;
	}
	#frameBottomContainerWide {
		float: left;
		background-image: url(graphics/bg_frame_btm.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 625px;
		height: 30px;
	}
	h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 18px;
		color: #FCBC48;
		font-weight: bold;
	}
.iconContainer {
	float: left;
	margin-right: 10px;
}
.activityContainer {
	float: left;
	width: 340px;
	background-color: #0C0C0C;
	border: 1px solid #1F1F1F;
	padding: 5px;
	margin-bottom: 10px;
}
.activityContainer img {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}

	.button {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		background-color: #000000;
		padding: 7px;
		border: 1px solid #666666;
		color: #CCCCCC;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		text-decoration: none;
	}
	#headerBuybook {
		float: right;
		height: 34px;
		width: 129px;
		top: 65px;
		right: 110px;
		position: relative;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #F18F00;
		clear: both;
	}
	#headerBuybookWide {
		float: right;
		height: 34px;
		width: 129px;
		top: 65px;
		right: 60px;
		position: relative;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #F18F00;
		clear: both;
	}
	#npaperCutout {
		float: left;
		width: 293px;
		background-image: url(graphics/newspaper_cutout1.gif);
		background-repeat: no-repeat;
		height: 70px;
		font-family: "Times New Roman", Times, serif;
		color: #463612;
		font-weight: bold;
		font-size: 15px;
		line-height: 20px;
		font-style: normal;
		padding: 30px;
		margin-bottom: 10px;
	}
	#npaperCutout span {
		font-family: "Times New Roman", Times, serif;
		color: #000000;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		font-style: normal;
	}
	#npaperCutout a {
		color: #463612;
		text-decoration: none;
	}
	#npaperCutout a:hover {
		color: #463612;
		text-decoration: underline;
	}
	#npaperCutout2 {
		float: left;
		width: 293px;
		background-image: url(graphics/newspaper_cutout2.gif);
		background-repeat: no-repeat;
		height: 70px;
		font-family: "Times New Roman", Times, serif;
		color: #463612;
		font-weight: bold;
		font-size: 15px;
		line-height: 20px;
		font-style: normal;
		padding: 30px;
		margin-bottom: 10px;
	}
	#npaperCutout2 span {
		font-family: "Times New Roman", Times, serif;
		color: #000000;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		font-style: normal;
	}
	#npaperCutout2 a {
		color: #463612;
		text-decoration: none;
	}
	#npaperCutout2 a:hover {
		color: #463612;
		text-decoration: underline;
	}
	#npaperCutout3 {
		float: left;
		width: 293px;
		background-image: url(graphics/newspaper_cutout3.gif);
		background-repeat: no-repeat;
		height: 70px;
		font-family: "Times New Roman", Times, serif;
		color: #463612;
		font-weight: bold;
		font-size: 15px;
		line-height: 20px;
		font-style: normal;
		padding: 30px;
		margin-bottom: 10px;
	}
	#npaperCutout3 span {
		font-family: "Times New Roman", Times, serif;
		color: #000000;
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		font-style: normal;
	}
	#npaperCutout3 a {
		color: #463612;
		text-decoration: none;
	}
	#npaperCutout3 a:hover {
		color: #463612;
		text-decoration: underline;
	}
