

/* Eric Meyer CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul, ol {
	list-style:none;
}

body {
	background: #FFF;
	color: #666;
	font-size:14px;
	padding: 80px 0 0 20px; 
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.red {
	color: #902A36;
}

/* End CSS Resset */

/* Begin Structure */

#wrapper {
	width: 880px;
	height: auto;
}

	#col_1 {
		width: 210px;
		float: left;
	}
	
	#col_2 {
		width: 340px;
		float: left;
		padding: 27px 20px 0 0;
	}
	
	#col_3 {
		width: 310px;
		float: left;
		padding: 27px 0 0 0;
	}
