/*---------------------
TABLE OF CONTENTS

 1. General
 2. Clearfix
 3. Useful
---------------------*/

body
{
 text-align: center;
}

#wrapper
{
 width: 944px;
 text-align: left;
 margin: 0 auto;
}

#header
{
 height: 185px;
 margin: 0;
}


/*-----------------------
  2. Clearfix
------------------------*/

.clearfix:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 visibility: hidden;
}

.clearfix
{
 display: inline-block;
}

* html .clearfix
{
 height: 1%;
}

/*-----------------------
  3. Helpful
------------------------*/

.replaced                     
{                             
 display: block;  
 overflow: hidden; 
 text-indent: -5000px;
}

.errorlist
{
 color: #FF0000;
}