body {
	text-align: center;
	background-color: #ffffff;
	background: url(images/bg.jpg) no-repeat fixed;
	background-position: top center;
}
h1 {
	padding: 1px 10px;
	font-size: 15px;
	background-color: #111199;
	border:1px double #1111ee;
}
h2{
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
a:link, a:visited{
	color: #1111ee;
}
img {
	border: none;
}
img.right{
	float:right;
	margin: 7px;
}
#container {
	margin: 0 auto;
	width: 780px;
	margin-top:50px;
	color: #ddddff;
	text-align:left;
	font-size: 12px;
	font-family: Lucida Console, Monaco, monospace;
}
#main {
	width:610px;
	height: 450px;
	position: relative;
	overflow:auto;
}
#main p{
	margin: 0 2px 10px 2px;
	text-align: justify;
	text-indent: 10px;
}
#sidebar {
	width:155px;
	height: 465px;
	float:right;
}
#sidebar ul{
	margin-left: 0;
	padding-left: 0;
}
#sidebar ul li{
	list-style:none;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 12px;
background-color: white;
}
.vscrollerbar {
margin: 1px;
width: 10px;
background-color: #111199;
}
.hscrollerbase {
height: 12px;
background-color: white;
}
.hscrollerbar {
margin: 1px;
height: 10px;
background-color: #111199;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}