@charset "utf-8";

html {font-size: 9pt}
@media all and (min-resolution: 115dpi) {
    html {font-size: 8pt} 
}
body{
	font-family: arial, helvetica, sans-serif, verdana, geneva, lucida;
	text-align: justify;
	line-height: 140%;
	vertical-align: top;
	color: #555555;

}

#Menu {
	position: relative;
	left: 2px;
	top: 2px;
	height: 48px;
	width: 988px;
}

#header {
  scrollbar-track-color:expression(
  this.runtimeStyle.scrollbarTrackColor = "#fff",
  ((screen.deviceXDPI/screen.logicalXDPI) == 1) ? (document.body.style.fontSize = 1/(screen.logicalYDPI/96) +'em') : false
  );
}

.note img:hover {
	border-color: #FF9900;
}

h1 {
	font-family: arial, helvetica, sans-serif, verdana, geneva, lucida;
	font-weight: bold;
	font-size: 140%;
	color: #444444;
}

#time {
	margin-left: 110px;
	width: 50px;
	font-size: 72%;
	font-weight: bolder;
	line-height: normal;
	color: #a1a1a1;
}

#wrap1 {
	position: relative;
	top: 14px;
	width: 334px;
	height: 140px;
	margin-left: 326px;
}

#wrap2 {
	position: relative;
	top: 1px;
	width: 260px;
	height: 240px;
}

#wrap3 {
	position: relative;
	top: 50px;
	width: 350px;
	height: 500px;
}

#wrap4 {
	position: relative;
	top: 100px;
	width: 300px;
	height: 500px;
}

#wrap5 {
	position: relative;
	top: 10px;
	width: 230px;
	height: 300px;
}

#wrap6 {
	position: relative;
	top: 120px;
	left: 120px; 
	width: 464px;
	height: 92px;
	text-align: right;
	border: 1px solid #890000; 
}

#wrap7h {
	position: relative;
	top: 74px;
	margin-left: 45px;
}

#comments {
	position: relative;
	top: 100px;
	left: 10px; 
	width: 550px;
	height: 400px;
	border: 1px solid #890000; 

}
#lastposts {
	position: relative;
	top: 20px;
	left: 10px; 
	width: 550px;
	height: 200px;
	border: 1px solid #890000; 
}

.scroll-wrap{
	width: 430px;
	margin: 90px 20px 0 20px;
}
.scroll-pane{
	top: 100; 
	width: 440px;
	height: 520px;
	padding: 0 0 0 10px;
	overflow: hidden
}

#wrap7b {
	position: relative;
	top:10px;
	width: 474px;

}

#wrap8 {
	position: relative;
	top: 40px;
	margin-left: 6px;
	width: 380px;
	height: 450px;
}

#emf {
	color: #000099;
}

.scrn_btn {
	margin: 0px 0 0;
	padding: 0;
}


a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}






