body {
		margin:20px;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		color: #ffffff;
		font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
		min-width:803px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		text-align: center;
		background-image: url('images/background/sdiBlue.gif');
		background-repeat: no-repeat;
		background-position: 50% 0%;
		background-color: #0A164D;
}

#header {
	float:left;
	width:100%;
	/*height: 168px;*/
	height: auto;
	padding:0;
	margin:10 px;
	/*border-bottom:1px solid #000;*/
	background: transparent !important;
}
#logoBumper {
	float:left;
	width:100%;
	height: 64px;
	padding:0;
	margin:0;
	/*border-bottom:1px solid #000;*/
	background: transparent !important;
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	/*border:1px solid #000;*/
	width: 820px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

.leftCol {
	float: left;
	width: 170px;
	
}

.rightCol { 
	margin: 0;
	float: left;
	width: 650px;
	/*height: 1% /* Holly hack for Peekaboo Bug */
	/*border:2px solid #000000;*/
}

.footer {
	clear: both;
	padding: 35px;
	height: auto;
	/*width:100%;
	border: 1px solid #444444;
	background: transparent !important;
	margin-top: 15px;
	margin-bottom: 5px;*/
	border-top: 1px solid #FFFAF0;
	
	font-family: arial,helvetica,verdana,sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.footer a {
	color: #FFEECC;
	text=decoration: underline;
}