/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* Simple 960px/12 column base grid */

body {
	margin: 0 auto;	
	width: 960px;
}

.container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	overflow: hidden;
	padding: 0 10px;
	float: left;
}

.onecol {
	width: 60px;
}

.twocol {
	width: 140px;
}

.threecol {
	width: 220px;
}

.fourcol {
	width: 300px;
}

.fivecol {
	width: 380px;
}

.sixcol {
	width: 460px;
}

.sevencol {
	width: 540px;
}

.eightcol {
	width: 620px;
}

.ninecol {
	width: 700px;
}

.tencol {
	width: 780px;
}

.elevencol {
	width: 860px;
}

.twelvecol {
	width: 940px;
}

img, object, embed {
	max-width: 100%;
}