#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1282px;
}
p {
	font-family:"Courier New", Courier, monospace;
}
ul {font-family:"Courier New", Courier, monospace;}
li {font-family:"Courier New", Courier, monospace;}

#header {
	margin: 0 0 0 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 193px;
}

#side-b {
	float: right;
	width: 193px;
}

#content { 
	float: left;
	width: 69%;
	padding:20px 0 10px 10px;
}

#footer {
	clear: both;
	background: #A2A2A2;
}