@import url("../css/global.css");
@import url("../css/home_secondary.css");

#primary {
	float: left;
	width: 612px;
	padding: 0 0 25px 0;
}
#secondary  {
	float: right;
	width: 291px;
	padding: 0 0 25px 0;	
}
#tertiary {
	clear: both;
	border: 1px solid #E2E2E2;
	background: url(../gfx/globe_muted.gif) no-repeat 100% 100%;
	height: 200px;
	width: 932px;
}

/* --- primary content --- */
#primary #feature {
	padding: 0 0 20px;
}
#primary #welcome p {
	color: #666;
}
#primary #welcome p strong {
	font-size: 18px;
	color: #363636;
}

#primary a {
	color: #008751;
	text-decoration: none;
	font-weight: bold;
}
#primary a:hover {
	text-decoration: underline;
}