html {
	background: url(bg3.gif) repeat-x;
}
body {
	text-align: center;
	height: 100%;
	margin: 0px;
	font: 14px Georgia;
	background: center;
}
#main {
	display: block;
	min-height: 100%;
	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: 701px;
	background: #fff url(bg.gif) center;
}
#left {
	float: left;
	width: 20px;
}
#middle {
	float: left;
	width: 661px;
}
#right {
	float: left;
	width: 20px;
}
#content {
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar {
    width:256px;
	height:400px;
    float:right;
	padding:0px; margin:0px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 26px;
	z-index: 999;
	background: url(footer.gif) no-repeat center;
	font: 11px "Trebuchet MS";
	text-decoration: none;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer a {
	font: 11px "Trebuchet MS";
	text-decoration: none;
}
h1 {
	font: 24pt "Trebuchet MS";
	color: #f60;
    text-align:center;
	margin-top:0px;
	padding-top:0px;
}
h2 {
	font: 16pt "Trebuchet MS";
    margin:0px;
    padding-bottom:10px;
    padding-top:10px;
	background-color:#FFCC99;
    border-top:5px solid #CC0000;
    border-bottom:5px solid #CC0000;
    text-align:center;
	margin-bottom:20px;
}
li {
	list-style: square;
	margin-bottom:15px;
}
