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,ul,li,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}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* COLORS */

a:link { text-decoration: none; color: #5d5d5d;; }
a:visited { text-decoration: none; color: #5d5d5d; }
a:hover { text-decoration: underline; color:#333; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* 24 COLUMN GRID */

.container {width:970px;margin:0 auto;}
.span-1 {width:257px;}
.span-2 {width:703px;}
.span-3 {height:43px;}
.span-4 {height:47px; overflow:hidden; margin:0 25px 0 0;}
.span-5 {height:319px; margin:0 auto;}
.span-5-1 {height:188px; margin:0 auto;}
.span-6 {width:291px;}
.span-6-1 {width:200px;}
.span-7 {width:643px;}
.span-7-1 {width:734px;}
.span-8 {width:65%;}
.span-8-1 {width:100%;}
.span-9 {width:35%;}
.span-10{width:20%;}
.span-11{width:80%;}
.span-12{width:100%;}
.span-13{width:40%;}
.fleft{ float:left;}
.fright { float:right;}
hr {background:#CCC;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 5px;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
