* { margin:0px; padding:0px; }

html { height:100%; }

body {
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: transparent url(topbg.gif) repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

#main {
	min-height: 100%;
	width:700px;
	position:relative;
	margin:40px auto 0px auto;
	display:block;
}

#content {
	position:absolute;
	width:440px;
	top:0px;
	left:0px;
	text-align:left;
}

#sidebar {
	position:absolute;
	width:250px;
	top:0px;
	right:0px;
	text-align:left;
	height: 316px;
}

h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-weight:normal;
	font-size: 24pt;
	color: #FF0000;
	text-align: center;
	margin-bottom:15px;
}

h2 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-weight:normal;
	font-size: 18pt;
	color: #000;
	margin:0px;
	text-align:center;
	margin-bottom:15px;
	background-color:#CCCCFF;
	border-top:5px solid #00F;
	border-bottom:5px solid #00F;
 	padding:10px 5px 10px 5px;
}

li {
	margin-left:20px;
	margin-bottom:15px;
	list-style-type:square;
}

p {	margin-bottom:10px; }
