BODY {
		margin:0px;			
		background-color:#EEEEEE;
	}
	P {
		font-size:16px;			
	}
	a {
		color:#003366;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;			
	}
	
.Main_Container {
			width:1000px; 
			background-color:white;
			margin-left:auto; margin-right:auto;
	}
	
.Left_Column_Holder {
	width:692px; 
	float:left; 
	padding:8px;					
}

.Right_Column_Holder {
	width:289px; 
	border-left:1px solid black; 
	border-bottom:1px solid black; 
	float:left;			
}
