html {
	height: 100%; 
	margin: 0; 
	padding: 0; 
	overflow: auto; 
}

body {
	background-color: #ff0000; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
}

.hundred {
	width: 100%; 
	height: 100%; 
}

* {
	scrollbar-face-color: #ff0000; 
	scrollbar-shadow-color: #ff0000; 
	scrollbar-highlight-color: #ff0000; 
	scrollbar-3dlight-color: #ff0000; 
	scrollbar-darkshadow-color: #ff0000; 
	scrollbar-track-color: #ff0000; 
	scrollbar-arrow-color: #000000; 
}

#blk-side {
	width: 220px; 
	height: 100%; 
	background-color: #000000; 
}

#graphiclay {
	width: 230px; 
	height: 100%; 
	background-color: #000000; 
	background-image: url(img0_bkgrd.gif); 
}

#main-area {
	width: 250px; 
	height: 100%; 
	background-color: #ff0000; 
}

#red-side {
	width: auto; 
	height: 100%; 
	background-color: #ff0000; 
}

#container {
	position: relative; 
	width: 260px; 
	height: 100%; 
	background-color: #ff0000; 
	overflow: auto; 
}

#content {
	position: relative; 
	margin: 0px; 
	padding: 10px 5px 10px 10px; 
	font-family: Palatino Linotype, Times New Roman, Georgia, serif; 
	font-size: 9pt; 
	line-height: 9pt; 
	color: #000000; 
	text-align: justify; 
	background-color: #ff0000; 
	overflow: visible; 
}
#content a:link,#content a:visited,#content a:active {
	color: #ffffff; 
	letter-spacing: 1px; 
	text-decoration: none; 
}
#content a:hover {
	color: #000000; 
	letter-spacing: 1px; 
	text-decoration: underline; 
}
#content input,#content textarea,#content option,#content select {
	background-color: #ffffff; 
	font-family: Palatino Linotype, Times New Roman, Georgia, serif; 
	font-size: 9pt; 
	color: #000000; 
	border: 1px solid #000000; 
}
#content h2,h3 {
	color: #ffffff; 
	letter-spacing: 6px; 
	text-transform: lowercase; 
	margin-top: 0px; 
	margin-bottom: 2px; 
	border-width: 0pt;
}
#content blockquote {
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
}
#content p {
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
}

.codesort h2,.codesort h3 {
	display: none; 
}
.codesort form {
	text-align: center; 
}
.codebox {
	text-align: center; 
}

form {
	margin: 0px; 
	padding: 0px; 
}
