html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	margin: 0 auto;
	width: 1248px; /* +100 130 */
}

.container2 {
	margin: 0 auto;
	width: 1118px; /* +100 130 */
}

.column { 
	float: left;
	margin-right: 0px;
	overflow: hidden;
	width: 50px;
}

.last { margin-right: 0; }

.each { height: 100%; }

.span-1  { width: 364px; border-right: 1px solid #dadada;  } /* +130 */
.span-1a  { width: 234px; border-right: 1px solid #dadada;  } 
.span-2  { width: 648px; margin: 0 auto; background: #f2f2f2; } /* +100 */
.span-2a  { width: 882px; margin: 0 auto; background: #f2f2f2; } /* +100 */
.span-3  { width: 234px; border-left: 1px solid #dadada; }

.clearfix:after, .container:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .container { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix, * html .container {height: 1%;}
.clearfix, .container {display: block;}
/* End hide from IE-mac */

.clear { clear: both; }
