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

/* === TOP and FOOTER HEIGHTS === */

/* If all top divs and sub-divs same height... */

#top,
#topleft,
#topmiddle,
#topright{
height:140px; /* ...set this for height of all top divs and sub-divs */
} /* ...then set top margin of left, content and right divs */

/* If all footer divs and sub-divs same height... */

#footer,
#footerleft,
#footermiddle,
#footerright{
height:50px; /* ...set this for height of all footer divs and sub-divs */
}

/* If all left divs and sub-divs same width... */

#topleft,
#left,
#leftnav,
#footerleft{
width:200px; /* ...set this for width of all left divs */
}

/* If all right divs and sub-divs same width... */

#topright,
#right,
#footerright{
width:150px; /* ...set this for width of all right divs */
}

/* ==================== */

/* ===BOX SETTINGS FOR ALL DIVS=== */

/* Set width, margin, padding */

/*  Set topxxx and footerxxx heights here ONLY if they differ horizontally  */

#top{
width:100%;
/*height:;*/
margin:0;
padding:0;
}

#topleft{
width:377px;
height:; */
margin:0;
padding:0;
}

#topmiddle{
width:auto;
/* height:; */
margin:0;
padding:0;
}

#topright{
/* width:;
height:; */
margin:0;
padding:0;
}

#topnav{  /* depends on height of top div */
position:absolute;
top:80px;
left:35px;
height:20px;
}

#left{
width:100px;  /* set content div margin-left */
/* height:; */
margin:140px 0 0 0; /* top margin depends on height of top div */
padding:0;
}

#content{
width:auto;
margin-top:160px; /* depends on height of top div */
margin-right:200px; /* depends on width of right div */
margin-bottom:50px;
margin-left:240px; /* depends on width of left div */
}

#right{
width:150px;  /* set content div margin-right */
/* height:; */
margin:160px 20px 0 0; /* top margin depends on height of top div */
padding:0;
}

#footer{
width:100%;
/* height:; */
margin:0;
padding:0;
}

#footerleft{
/* width:;
height:; */
margin:0;
padding:0;
}

#footermiddle{
width:auto;
/* height:; */
margin:0;
padding:0;
}

#footerright{
/* width:;
height:; */
margin:0;
padding:0;
}