body, html{
height:100%;
width:100%;
margin:0;
padding:0;
border:0;
text-align:center;
background-color : white;
}

div{
position:relative;
padding:0;
margin:0;
border:0;
}

#container{
width:790px;
height:100%;
margin-left:2em;
}

	#header{
	width:100%;
	}

		#leftHead{
		float:left;
		height:100%;
		width:142px;
		}

		#mainHead{
		float:right;
		height:100%;
		width:648px;
		}

	#body{
	width:100%;
	}

		#leftBody{
		float:left;
		height:100%;
		width:142px;
		}
			#leftBody img{
			border:0px;
			margin:0px;
			}
			
			*html #leftBody img{
			margin-bottom:4px;
			}

		#mainBody{
		float:right;
		height:100%;
		width:648px;
		margin-bottom : 0;
		}

			#topMenu{
			/*width:100%;*/
			text-align:center;
			margin-bottom : 0px;
			border:1px solid white;
			}

				#topMenu img{
				border:0px;
				margin: 0px 0.2em;
				
				}

			#featurePanel{
			width:100%;
			text-align : center;
			}
			
			#article{
			text-align:left;
			padding:10px;
			padding-top:0px;
			margin-top:5px;
			border:1px solid white;
			}

			#leftPanel{
			float:left;
			width:324px;
			}

			#rightPanel{
			float:right;
			width:324px;
			}

	#footer{
	clear:both;
	float:right;
	width:645px;
	text-align:center;
	}
	
	*html #footer{
	margin-left:102px;
	}


.usage{
width:45%;
float:left;
padding-bottom:20px;
}

.usage img{
float:left;
margin-right:20px;
}

#hpMain{
text-align:left;
padding:10px;
padding-top:0px;
margin-top:5px;
border:1px solid white;
}

#hp1, #hp2, #hp3{
text-align:left;
padding-left:10px;
padding-top:0px;
margin-top:5px;
float:left;
}

