/*

 .|'''.|  '||                                                            
 ||..  '   ||    ....    ....  ... ...    ...   .... ...   ....  ... ..  
  ''|||.   ||  .|...|| .|...||  ||'  || .|  '|.  '|.  |  .|...||  ||' '' 
.     '||  ||  ||      ||       ||    | ||   ||   '|.|   ||       ||     
|'....|'  .||.  '|...'  '|...'  ||...'   '|..|'    '|     '|...' .||.    
                                ||                                       
                               ''''  sleepoversf.com                  
                                                                      */
     
/*------------
 Global Reset
------------*/

	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: 1em;
		font-family: inherit;
		vertical-align: baseline;
	}
	body {
		line-height: 1;
		color: #666;
		background: white;
		font-size: 69%;
		font-family: "Century Schoolbook", Century, Georgia, serif;
	}
	html>body {
		font-size: 11px;
	}
	ol, ul {
		list-style: none;
	}
	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: underline;
	}
	
	.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; }
    
    .append-1 { padding-right: 190px; }
    .append-2 { padding-right: 380px; }
    .append-3 { padding-right: 570px; }
    .append-4 { padding-right: 760px; }
    
    .prepend-1 { padding-left: 190px; }
    .prepend-2 { padding-left: 380px; }
    .prepend-3 { padding-left: 570px; }
    .prepend-4 { padding-left: 760px; }