html {
	background: url(bg_head.gif) repeat-x;
	background-color: #FFFFFF;
}
body {
	text-align: center;
	height: 100%;
	margin: 0px;
	font: 14px Georgia;
	background: center;
}
#main {
	display: block;
	min-height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: url(bg.gif) repeat-y center;
}
#wrapper {
	height: 100%;
	text-align: left;
	margin: 0 auto;
	width: 737px;
	background: #fff url(bg.gif) center;
}
#middle {
	width: 100%;
}
#content {
	padding-right: 40px;
	padding-left: 40px;
}

#sidebar {
    width:256px;
	height:400px;
    float:right;
	padding:0px; margin:0px;
}
h1 {
	font: 24pt "Trebuchet MS";
	color: #0099FF;
    text-align:center;
	margin-top:0px;
	padding-top:0px;
}
h2 {
	font: 16pt "Trebuchet MS";
    margin:0px;
    padding-bottom:10px;
    padding-top:10px;
	background-color:#CCFFFF;
    border-top:5px solid #0099FF;
    border-bottom:5px solid #0099FF;
    text-align:center;
	margin-bottom:20px;
}
li {
	list-style: square;
	margin-bottom:15px;
}
