/* REDEFINE TAGS */
body {
	padding: 0px;
	margin: 0px;
}
body, td {
	font: 12px Verdana, Arial, sans-serif;
	color: black;
}
a, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* DIVs */
#body {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 5px solid red;
	border-right: 5px solid red;
	width: 1000px;
	text-align: center;
}
#body #header {}
#body #header #logo {
	text-align: left;
	padding: 10px;
}
#body #header #top_nav {
	padding: 10px;
	background: url(I/degrade.gif) repeat-x;
	height: 34px;
	font-weight: bold;
}
#body #main {
	border-bottom: 1px solid #999999;
}
#body #main #cc {
	padding: 10px;
	border-top: 1px solid #999999;
	text-align: center;
}
#body #main #book_monopoly {
	font: 8px;
	text-align: center;
}
#body #footer {
	clear: both;
	padding: 10px;
}

/* TABLE CELLS */
#td_promo {
	width: 200px;
	border-right: 1px solid #999999;
}
#td_main {
	width: 800px;
}

/* SPECIFIC CLASSES */
#top_nav a:hover {
	color: red;
	text-decoration: none;
}
#main a, #main a:visited {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#main .links {
	padding: 5px;
}
#footer .dorifor {
	color: #999999;
}
