/***********************************************************************
TABLE OF CONTENTS
1.  LAYOUT
1.1 DEFAULTS
1.1 SKELETON
***********************************************************************/

/***********************************************************************
1.1 DEFAULTS
***********************************************************************/
*
{
 padding            : 0;
 margin             : 0;
}

/***********************************************************************
1.2 SKELETON
***********************************************************************/
body
{
 text-align         : center;
}

html,
body,
div#wrapper
{
 height             : 100%;
}
div#wrapper
{
 width              : 1000px;
 text-align         : left;
 margin-left        : auto;
 margin-right       : auto;
 /*position           : relative;*/
 min-height         : 100%;
}

div#header 
{
 width              : 1000px;
 height             : 160px;
}

div#content
{
 width              : 639px;
 padding            : 0 10px 0 40px;
 float              : right;
}

div#content_bottom
{
 clear              : both;
 width              : 1000px;
}

div#extras
{
 width              : 256px;
 padding            : 0 10px 0 25px;
 float              : left;
}

div#footer
{
 clear              : both;
 /*position           : absolute;
 bottom             : 0;
 left               : 0;
 */
 width              : 1000px;
}