@charset "utf-8";
/* CSS Document */


/*

PAGE = LEFT + CONTENT
CONTENT = CONTENT_LEFT + CONTENT_RIGHT

*/

#page
{
margin:auto;
width:995px;
text-align:left;
}

#content-dimensions
{
width:799px;
float:right;
}

#left-dimensions
{
width:196px;
float:left;
}

#footer-dimensions
{
clear:both;
}

#content-left-dimensions
{
float:left;
width:602px;
}

#content-right-dimensions
{
float:right;
width:197px;
}
