/*Three Column Layout*/

* {
	margin:0;
	padding:0;
	}
#main_wrapper {
	width:962px;
	margin-left:auto;
	margin-right:auto;
	}
#nav {
	width:23%;
	float:left;
	}	
#content {
	width:42%;
	float:left;
	}
#rightside {
	width:26%;
	float:left;
	}		
#calloutrow{
	clear:both;
	width:962px;
	}	
#calloutrow #login {
	float:left;
	width:23%;
	}
#calloutrow #callout1 {
	float:left;
	width:17%;
	}	
#calloutrow #callout2 {
	float:left;
	width:26%;
	}		
#calloutrow #learnmore {
	float:left;
	width:25%;
	}	
#footer {
	clear:both; /*this is to make sure the footer goes underneath any floating blocks*/
	}
#rightside {
	padding: 0 0 0 10px;
	}
	


