@import url(header.css);
@import url(footer.css);


body {
	background:#fff url(../images/downloads/template/bkgdFeatureDefault.jpg) no-repeat center top;
	font-family:arial,sans-serif;
	font-size:62.5%; /* SETS DEFAULT FONT SIZE TO 10PX FOR EM BASED FONT SIZING.  1.0em IS 10px, 1.2em IS 12px */
	margin:0 auto;
	padding:0;
	
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

:focus {
	outline:none;
}

img {
	border:none;
}

#wrapper {
	margin:0 auto;
    position:relative;
	width:980px;
}

#contentWrapper {
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}

#feature {
	clear:both;
	height:384px;
	margin-bottom:25px;
	overflow:hidden;
	position:relative;
}

#categories {
	float:left;
	margin-right:20px;
	padding:0;
	width:140px;
}

#content {
	float:left;
	margin-right:20px;
	width:600px;
}

div.wide div#content {
	width:760px;
}

#callouts {
	float:left;
	width:200px;
}
