
* {
	margin: 0;
	padding: 0;
	border: 0px none
}
html { 
	height: 100%;
	wight: 100%
}
body {
	wight: 100%;
	position: relative
}
#center { 
	width: 820px;	
	position: relative;
	margin: 0 auto
}


.TopNavBar {  
	width: 780px; 
	height: 70px; 
	position: relative;
	border: solid;
	border-width: 0px 0px 2px 1px; 
	border-color: #1DAA3E
}

.lColumn { 
	width: 600px; 
	height: auto; 
	border: solid;
	border-width: 0px 1px 1px 0px; 
	border-color: #1DAA3E;
	position: absolute; 
	top: 85 px; 
	left: 0 px;  	
	padding: 10px 
	
}
.rColumn { 
	width: 180px; 
	height: auto; 
	border: double;
	border-width: 1px 3px 3px 1px; 
	border-color: #1DAA3E;
	background: #FFFFDD;
	float: right;
	padding: 5px 
}
