	body { background-color: black; font-family: verdana, arial, sans-serif; 
	}

	p, input, h1, h2, h3, h4, h5, h6, h7 { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

	#container {
		width: 814px; height: 729px;
		margin-left: auto; margin-right: auto;
	}
	
	#titleArea {
		position: relative;
		left: -7px;
		margin-bottom: 8px;
		width: 814px; height: 114px;
		padding-bottom: 5px;
		border-bottom: 1px solid silver;
	}

	#mainTitle {
		width: 542px; height: 114px;
		background-image: url(../images/mainTitle.jpg);
	}

	#tonyWelcome {
		position: absolute;
		bottom: 0px; right: 45px;
		padding: 0px 0px 5px 0px; 
		width: 198px; height: 114px;
		background-image: url(../images/tonyWelcome.jpg);
	
	}

	#staticArea {
		width: 120px; height: 550px;
		margin-right: 10px;
		float: left;
	}

	#mainContent {
		width: 360px; height: 550px;
		margin-left: 12px; margin-right: 10px;
		float: left;
	}

	#sideBar {
		width: 265px; height: 550px;
		margin-left: 10px;
		float: left;
		background-color: #333;
		padding: 3px 0px 0px 10px;
		border-top: 1px solid silver;
		border-left: 1px dotted silver;
		border-bottom: 1px solid silver;
		overflow: auto;
	}

	.stdLink:link { color: steelblue; }
	.stdLink:visited { color: steelblue; }
	.stdLink:hover { color: red; }
	.stdLink:active { color: yellow; }

	/* ------------------------ Static Content ---------------------- */

	#smallAds {
		margin-top: 15px;
	}

	#bodog {
		width: 120px;
		height: 60px;
		margin: 0px 0px 8px 0px;
	}

	#cakePoker {
		width: 120px;
		height: 60px;
		margin: 0px 0px 8px 0px;
	}

	#vegas247 {
		width: 120px;
		height: 90px;
		margin: 0px 0px 8px 0px;
		overflow: hidden;
	}

	
	#fullTilt {
		width: 120px;
		height: 60px;
		margin: 0px 0px 8px 0px;
	}

	.sideBarTitle {
		font-family: verdana, sans-serif;
		font-size: 19px;
		margin: 0px 0px 5px 0px;
		text-align: left;
		color: #FF9933;
	}

	.sideBarTitle2 {
		font-family: verdana, sans-serif;
		font-size: 17px;
		margin: 0px 24px 5px 0px;
		text-align: right;
		color: #FF9933;
	}


	/* ---------------------- Sidebar Content ---------------------- */

	.announcementTitle {
		font-size: 13px;
		color: #FF9933;
		font-family: verdana, sans-serif; 
		text-align: right;
		margin: 0px 12px 2px 0px;
	}

	.announcementItem {
		font-size: 11px;
		color: silver;
		font-family: verdana, sans-serif;
		text-align: justify;
		margin-right: 12px;
		margin-bottom: 16px;

	}

	#newsBox {
		overflow: auto;
		height: 518px;
	}

	/* ---------------------- MAILING LIST JOIN ---------------------- */
	#mljTiny {
		margin-top: 25px;
	}

	#mljText { 
		color: silver; 
		font-size: 10px; 
		margin-top: -15px;
	}

	#mljEmail {
		float: left;
		width: 82px;
		margin-top: 6px;
		font-size: 10px;
		border: 1px inset #354BC6;
		color: silver;
		background-color: black !important; /* In contrast to the every-other-language-convention of "!" meaning "not", in css it means "very". */
		background-image: none;
	}

	#mljSubmit {
		float: right;
		width: 31px; height: 15px;
		margin-right: 2px; margin-top: 6px;
		padding-bottom: 2px;
		font-size: 12px;
		background-color: #FF9933;
		color: black;
		border: 1px outset #FF9933;
	}

	/* --------------------------- FOOTER ---------------------------- */

	#footer {
		position: relative;
		margin-top: 10px; margin-left: -7px;
	}

	#footerBar {
		width: 814px; height: 1px;
		border-top: 1px solid silver;
	}

	#littleLogo {
		position: absolute;
		bottom: -5px; left: 0px;
		width: 100px; height: 64px;
		background-image: url(../images/littleLogo.jpg);
	}

	#footerText {
		float: left;
		margin: 3px 0px 0px 0px;
		color: silver; font-size: 10px;	text-align: left;
		width: 400px;
	}

	#clearlyText {
		float: right;
		margin: 3px 7px 0px 0px;
		color: silver; font-size: 10px;	text-align: right;
		width: 400px;
	}

	#harrahsManagesWSOPVeryPoorly {
		width: 814px;
		color: #222;
		font-size: 9px;
		border-top: 1px solid #111;
		margin-bottom: 3px;
	}

	#clearlyLink:link { color: steelblue; }
	#clearlyLink:visited { color: steelblue; }
	#clearlyLink:hover { color: red; }
	#clearlyLink:active { color: yellow; }

	.clearMe { clear: both; }

	/* ------------------------- IE HACKS ----------------------- */
	* html #footer { margin-top: 45px; }
	* html #sideBar { border-left: 1px solid silver; }