body {
        text-align: center; /* for IE */
}
#wrapper {
        margin: 0 auto;
        text-align: left;
	width: 1000px;
}

div#header {
 text-align: center; /* for IE */
	color: #fff;
        height:20px;
	margin: 0 0 15px 0;
	background: #336699;
	
}

#header a {
	color: #fff;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
}


#side-a {
	float: left;
	width: 155px;
}
#side-b {
	float: right;
	width: 125px;
/*background: #336699;*/
}
#content { 
	/* background: yellow; */
	float: left;
	width: 69%;
        margin: 0 0 0 15px;
}

#footer {
	clear: both;
        /*margin: 20px 0 0 0;*/
 text-align: center; /* for IE */
	color: #fff;
        height:20px;
	margin: 0 0 15px 0;
	background: #336699;
}
#footer a {
	color: #fff;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
}
