#wrapper {
	padding: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	left: 0px;
}

#header {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

#side-a {
	float: left;
	width: 300px;
	margin-left: auto;
	height: 1%;
	
}

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

#footer {
	 clear: both;
    background: #A2A2A2;
    width: 100%;
}
#menu {
	padding: 0 0 0 0;
	width: 100%;
	height: 20px;
	background-color: #000000;
}
#red_band {
	background-image: url(/joomla/templates/socialbug/images/midwbg.gif);
	height: 20px;
	width: 100%;
}
#header div {
}
#wrapper0 {
	width: 100%;
	height: 100%;
}
h2 {
text-indent : -9999px;font-size: 0px; line-height: 0px; margin:0; padding:0; 
}



