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


/*

PAGE = LEFT + CONTENT
CONTENT = CONTENT_LEFT + CONTENT_RIGHT

*/
body
{
	background:#222222;
}	
#page
{
margin:auto;
width:1000px;
text-align:left;
background:#FFCCCC; /* RED */
}
#header-dimensions
{
	height:120px;

}
#header-dimensions h1 
{
	background:grey none repeat scroll 0 0;
	color:white;
}


#content-dimensions
{
width:710px;
float:right;
background:#FFFFCC; /* YELLOW */
}

#content-left-dimensions
{
width:500px;
float:left;
background:#CCFFCC; /* GREEN */
}

#content-right-dimensions
{
width:210px;
float:right;
background:#CCCCFF; /* BLUE */
}

#left-dimensions
{
width:290px;
float:left;
background:#FFCCFF; /* PURPLE */
}

#footer-dimensions
{
clear:both;
background:#CCFFFF; /* VERAMAN */
}
