 
html {scrollbar-face-color: #999999;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;}

/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2010-10-07) [http://bgg.kematzy.com/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            1005 px
    * Number of columns:     29
    * Column width:          25 px
    * Margin width:          10 px
   ======================================

   By default, the grid is 1005px wide, with 29 columns 
   spanning 25px, and a 10px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */
*{padding:0;margin:0}
img{border:0}
a{outline:0}
/* A container should group all your columns. */
.container {
  width: 1010px;
  margin: 0 auto;
  _width:1005px;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}
 body{

margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #ebe8e1;
	background:url(images/background.png) repeat top center;
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
}
/* Body margin for a sensile default look. */
y:arial;
{
  background:#000 url() no-repeat top center; 
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28, div.span-29 {float:left;margin-right: 10px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 25px;}
.span-2  { width: 60px;}
.span-3  { width: 95px;}
.span-4  { width: 130px;}
.span-5  { width: 165px;}
.span-6  { width: 200px;}
.span-7  { width: 235px;}
.span-8  { width: 270px;}
.span-9  { width: 305px;}
.span-10 { width: 340px;}
.span-11 { width: 375px;}
.span-12 { width: 410px;}
.span-13 { width: 445px;}
.span-14 { width: 480px;}
.span-15 { width: 515px;}
.span-16 { width: 550px;}
.span-17 { width: 585px;}
.span-18 { width: 620px;}
.span-19 { width: 655px;}
.span-20 { width: 690px;}
.span-21 { width: 725px;}
.span-22 { width: 760px;}
.span-23 { width: 795px;}
.span-24 { width: 830px;}
.span-25 { width: 865px;}
.span-26 { width: 900px;}
.span-27 { width: 935px;}
.span-28 { width: 970px;}
.span-29 { width: 1005px;_width:985px;}
 div.span-29 last{ width: 1005px; margin: 0;}

/* Border on right hand side of a column. */
div.border {
  padding-right:4px;
  margin-right:5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:23px;
  margin-right:20px;
  border-right: 1px solid #eee;
}

/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box {  
   
  background: #E5ECF9; 
  width:152px
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
ul li{list-style:none}
li{list-style:none}


#outer
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #FEFEF2;	
	background-image: url('../images/a3.gif');
	background-repeat: repeat-x;
	padding: 1.0em;
	border-top: solid 1px #ffffff;
	margin-bottom: 1.0em;
}
