body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align:center;
	font-size:12pt;
	}
#page {
	border:1px solid #000;
	width:750px;
	background-image:url(/images/paw_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#fff;
	}
#top_menu {
	width:750px;
	text-align:left;
	background-color:#000;
	border-bottom:1px solid #999;
	color:#fff;
	font-size:9pt;
	height:20px;
	}
#top_menu a {
	color:#fff;
	}
#top_menu a:hover {
	color:#F99;
	}
#left_content {
	display:block;
	visibility:visible;
	float:left;
	width:150px;
	height:100%;
	text-align:center;
	border-right:1px solid #eee;
	}
#main_content {
	float:left;
	width:590px;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	}
#right_content {
	display:block;
	visibility:visible;
	float:left;
	width:160px;
	height:100%;
	text-align:center;
	border-left:1px solid #eee;
	font-weight:bold;
	background-image:url(images/promo-bg.gif);
	background-repeat:repeat-x;
	}
.menu_items {
	text-align:left;
	padding-left:15px;
	font-size:11px;
	margin-bottom:10px;
	font-weight:bold;
	}
.indent {
	text-indent: -1em; 
	margin-left: 1em;
	}
a {
	color:#666;
	}
a:hover {
	color:#3380cc;
	}
#foot {
	clear:both;
	font-size:8pt;
	text-align:left;
	padding-left:4px;
	}
table.right {
	float:right;
	margin:8px;
	margin-top:19px;
	}
.right {
	text-align:center;
	font-size:10pt;
	}
.red {
	color:#f00;
	font-size:12pt;
	font-weight:bold;
	}
.blue {
	color:#006;
	font-size:10pt;
	font-weight:bold;
	}