#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	background: url("./background_cols.gif") repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
padding-top:20px;
padding-bottom:20px;
	margin: 0 0 15px 0;
	background: black;
	text-align:center;
}

#side-a {
	float: left;
	width: 590px;
	margin-left:10px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 150px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #A2A2A2;
}

#tophl {text-align: center;
color:#FFFF00;
font-size:22px;
font-weight:bold;
}

#toptl {text-align: center;
color:#FFFFFF;
font-size:16px;
}

#article {margin:10px;}

#article h2 { font-size:12px;
font-weight:bold;}

#inner-side-b {margin:5px;}

#topmenu a, a:hover, a:visited {font-size:10px;
color:#999999;}