/**
* KSPACE.TV
*	RESET CSS by meyerweb.com
* GRID CSS by gridinator.com
**/

/* reset browser defaults by http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }

/* ======================== GRIDINATOR CSS v0.3 http://gridinator.com/ GRIDINATOR CSS is a very basic framework to create grid-based layouts. The content of this file is provided as-is, without support. If you would like to contact GRIDINATOR to suggest improvements, to ask for help or to file a bug report, please feel free to email: gridinator@steff.me Your grid settings: columns: 6 column width: 146px column margin: 20px container margin: 24pxpx ========================= */ body { margin: 0; padding: 0; text-align: center; } .wrapper { margin: 0 auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */ text-align: left; width: 1024px; } .inner-wrapper { background-color: #FFF; clear: both; display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */ float: left; padding: 0 24px 0 24px; position: relative; width: 976px; } .container { clear: both; float: left; width: 100%; } .one-col, .two-col, .three-col, .four-col, .five-col, .six-col { clear: none; display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */ float: left; margin: 0 20px 0 0; padding: 0; position: relative; } .one-col { width: 146px; } .two-col { width: 312px; } .three-col { width: 478px; } .four-col { width: 644px; } .five-col { width: 810px; } .six-col { width: 976px; margin-right: 0; } .prefix-one { margin-left: 166px; } .prefix-two { margin-left: 332px; } .prefix-three { margin-left: 498px; } .prefix-four { margin-left: 664px; } .prefix-five { margin-left: 830px; } .suffix-one { margin-right: 186px; } .suffix-two { margin-right: 352px; } .suffix-three { margin-right: 518px; } .suffix-four { margin-right: 684px; } .suffix-five { margin-right: 850px; } .clear { /* Useful generic clearing class. */ clear: both; } .last-col { margin-right: 0; }

