body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../librarie/page_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #131313;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
img, img a, a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table, td, tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	float: left;
	height: 230px;
	width: 980px;
}
.content {
	background-attachment: scroll;
	background-image: url(../librarie/mainbg.png);
	background-repeat: repeat-y;
	float: left;
	width: 980px;
}
.main_bottom {
	float: left;
	height: 36px;
	width: 980px;
}
.footer {
	background-attachment: scroll;
	background-image: url(../librarie/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 67px;
	width: 980px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.footer a {
	color: #DAD7BE;
	text-decoration: none;
}
.footer a:hover {
	color: #DAD7BE;
	text-decoration: underline;
}
.main {
	float: left;
	width: 820px;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
}
#print {
	float:left;
	width:820px;
}
.tools {
	float:left;
	width:820px;
	margin-top:4px;
	padding-top:4px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
.tools a {
	color:#069;
	text-decoration:underline;
}
.tools a:hover {
	color:#C00;
	text-decoration:underline;
}
.m_input {
	background-color: #DAD7BE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAD7BE;
	border-right-color: #DAD7BE;
	border-bottom-color: #7B7D80;
	border-left-color: #DAD7BE;
	width: 250px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #036;
	font-size: 13px;
}
.m_input2 {
	background-color: #DAD7BE;
	width: 350px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #036;
	font-size: 13px;
	border: 1px dashed #7B7D80;
}
.m_bt {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	background-color: #C9C5A0;
	border: 1px solid #063;
	color: #063;
}
.main h1 {
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #036;
	font-size: 24px;
}
.main h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.main hr {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333;
	height: 1px;
	width: 99%;
}

