body {
	position:relative;
	width: 800px;
	height: 550px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #505070;
	background-color: #302020;
	scrollbar-base-color: #C7C1BB;
}

#header {
	position: absolute;
	top: 10px;
	height: 95px;
	width: 800px;
	overflow: hidden;
}

#smenu {
	position: absolute;
	top: 105px;
	width: 170px;
	height: 420px;
	font-size: 11px;
	background-color: #fcf8f4;
}

#mainp {
	position: absolute;
	top: 105px;
	height: 380px;
	left: 170px;
	width: 420px;
	padding: 20px;
	background-color: #fcf8f4;
	overflow: auto;
}

#rmenu {
	position: absolute;
	top: 105px;
	right: 0px;
	width: 170px;
	height: 420px;
	font-size: 12px;
	background-color: #fcf8f4;
}

.backlink { font-size: 20px; font-weight: bold; text-decoration: none; }

a:link { color: red; font-weight: bold; }
a:hover { color: green; font-weight: bold; }
a:visited { color: gray; font-weight: bold; }

h1 { display: inline; font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; text-decoration: underline; }
pre { font-family: Arial, sans-serif; font-size: 14px; }
