body { 
	padding:0px; margin: 0px;
	/*background-image: url("imgs/wood_background.jpg");*/
	background-color: #333;
	background-position: 0px 0px;
	}
img { 
	behavior: url("pngbehavior.htc"); 
	border:none;
	}
	
#pageBackground {
	position:absolute; left:0px; top:0px;
	width: 100%; height:629px;
	background-image: url("imgs/paperPage2.gif");
	background-repeat: repeat-x;
	background-position: 0px 15px;
}
#pageContent {
	width: 797px; height:533px;
	z-index: 10;
}
#pageBorderOuter {
	width: 800px; height:535px;
	padding: 3px;
	z-index: 100;
	margin-left: 60px;
}
#pageBorderInner {
	width: 900px; height:533px;
	overflow:hidden;
	padding-left: 0px;
}
#menu {
	position:absolute; left:0px; top:34px;
	background: url(imgs/menu_background.png);
	background-repeat: no-repeat;
	width: 273px; height: 575px;
	padding:2px;
	visibility: hidden;
}
#menuBorderInner {
	width: 598px; height: 398px;
	border: 1px solid #666;
}
#menuContent {
	width: 218px; height: 490px;
	margin: 14px 0px 0px 10px;
	padding: 8px;
	border: 3px double #ccc;
}
#advert {
	position: absolute; top: 58px; left:60px;
	width: 850px;
	visibility: visible;
	border-bottom: 1px dotted #666;
}
#subLinks {
	position: absolute; bottom: 28px; left:25px;
}
#menuCloseButton {
	position: absolute; bottom: 15px; right:-21px;
}
#menuOpenButton {
	position: absolute; top: 585px; left:60px;
	width: 850px;
	visibility: visible;
	border-top: 1px dotted #666;
	}
.tabMiddle {
	font-family: Courier New, Courier, TT; font-size: 11px; 
	line-height: 16px; margin-bottom: -1px; margin-right: 20px;
	text-align: center;
	letter-spacing: -1px;
}
.tabMiddle a {
	text-decoration: none;
	color: #black;
}
.tabMiddle a:hover {
	text-decoration: none;
	color: red;
}
.tab {
	display:block;
	height: 20px;
}
.blackBar {
	font-family: Georgia, Serif; font-size: 15px;	
	font-size:11px; line-height:13px;
	display:block;
	margin-bottom: -2px;
	text-align:center;
}
p.subTextLinks {
	font-family: Courier New, Courier, TT; font-size: 15px;	
	text-decoration:none; border-bottom: 1px dotted 333;
}
.mItem { height:13px; display:block; }
.mItem a {
	font-family: Courier New, Courier, TT; font-size: 15px;	
	font-size:11px; line-height:13px;
	margin: 0px 3px 3px 1px; color: #black;
	text-decoration:none; border-bottom: 1px dotted black; 
	}
.mItem a:hover { text-decoration:none; border-bottom: 1px solid red; }
.mItem a:visited { text-decoration: line-through; }

a { color: black; }
a:visited { color: black; }

a.menuSubLink { font: Courier New, Courier, TT;  margin: 0px 3px 3px 1px; color: black; font-size:11px; text-decoration:none; }
a.menuSubLink:active { font: Courier New, Courier, TT; }
a.menuSubLink:hover { color: red; }
a.menuSubLink:visited { color: black; }

a .imgTab { background-color: white; }
a .imgTab:Hover { background-color: yellow; }


