body {
	margin: 0px;
	padding: 0px;
}
/* Header */
#header {
	text-align: left;	
	border: 1px solid black;
	background: white;
	height: 45px;
	}

#header h1 {
	font-size: 16px;
}

/* End Header */

/* Content */
#content {
	background-color: #FFFFFF;
	margin: 1px 0px 0px 203px;
	border: 1px solid black;
}

#left {
	background-color: #FFFFFF;
	position: absolute;
	top: 48px;
	width: 200px;
	left: 0px;
	border: 1px solid #000000;
}

#leftTitle {
	float: left;
	clear: both;
	margin-left: 10px;
	width: 170px;
}
	
#leftMenu {
	float: left;
	clear: both;
	margin-left: 10px;
	width: 170px;
}
	
 #leftCopyright {
 	float: left;
	width: 100%;
	clear: both;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 10px;
}

#title {
	width: 100%;
}

#title h1 {
	margin-left: 10px;
}	
	
#centerImg {
	text-align: center;
	width: 100%;
}
	
#centerImg img {
	float: none;
	margin-top: 10px;
}