﻿/*container for header & footer*/
#maincontainer 
{
    background: white;
}

/*footer container*/
#footercontainer
{
	height: 50px; /* = maincontainer bottom margin */
}

/*forced background
#forcedbackground, #contentcontainer
{
    background: blue;
}*/

/*center design containers*/
#menu, #forcedbackground, #content, #contentcontainer
{
    width: 900px;
}

/* header container */
#headercontainer
{
    width:900px; /* page width (in pixles) or 100% */
    height:510px;
}

/* content colum */
#content1
{
    width:600px; /* = content width + content2 width */
}

/* contetn colum */
#content2
{
    width:300px; /* = content width + content1 width */
}

/* bottom whitespace */
#footerspace
{    
    height:0px; /* = footercontainer width - footer width */
}

/* top whitespace */
#headerspace
{    
    height:0px;
}

/* header line */
#headerline
{    
    height:0px;
    top: 0px;
}

/* footer content container */
#footer
{
    width:900px;
    height:50px; /* max = footercontainer height - footerspace height */
}



































































































/*footerspace*/
#footerspace
{
}




