
     
/*------------
 Global Reset
------------*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, 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: 1em;
		font-family: inherit;
		vertical-align: baseline;
	}

	body {
		line-height: 1;
		color: #666;
		background: #ffffff;
		font-size: 69%;
		font-family: "Century Schoolbook", Century, Georgia, serif;
	}
	html>body {
		font-size: 11px;
	}
	ol, ul {
		list-style: none;
	}
	

		
	.big {
		font-family: "Century Schoolbook", Century, Georgia, serif;
		font-size: 19px;
		text-align: center;
		text-transform: lowercase;
		line-height: .5;
	}
	
	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: "" "";
	}
	
/*-------------
 Shared Styles
-------------*/

  a:link,a:visited {
		text-decoration: none;
		color: #666;
	}
	a:hover {
		text-decoration: none;
	}
	
	.clear {
		clear: both;
	}
	 
/*------
 Layout
------*/

  #container {
    width: 950px;
    padding: 50px 30px;
	

  }

  .col {
    margin-left: 30px;
    float: left;
  }
    .one {  width: 160px; }
    .two {  width: 350px; }
    .three {  width: 540px; }
    .four {  width: 730px; }
    .five {  width: 920px; }
	.six { width: 1100; }
	.seven { width: 1300; }
    
    .append-1 { padding-right: 190px; }
    .append-2 { padding-right: 380px; }
    .append-3 { padding-right: 570px; }
    .append-4 { padding-right: 760px; }
	.append-5 { padding-right: 920px; }
	.append-6 { padding-right: 1100px; }
	.append-7 { padding-right: 1300px; }
    
    .prepend-1 { padding-left: 190px; }
    .prepend-2 { padding-left: 380px; }
    .prepend-3 { padding-left: 570px; }
    .prepend-4 { padding-left: 760px; }
	.prepend-5 { padding-left: 920px: }
	.prepend-6 { padding-left: 1100: }
	.prepend-7 { padding-left: 1300; }
