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

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

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

#top,
#topleft,
#topmiddle,
#topright{
height:130px; /* ...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{
height:80px; /* ...set this for height of all footer divs and sub-divs */
}

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

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

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

/* #topright,
#right,
#footerright{
width:100px; */ /* ...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:1000px;
height:;
margin:0;
padding:0;
}

#topleft{
width:140px;
height:;
margin:0;
padding:0;
}

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

#topright{
width:220px;
height:;
margin:0;
padding:0;
}

#topnav{  /* depends on height of top div */
position:absolute;
top:130px;
left:0;
width:1000px;
}

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

#content{
width:530px;
height:;
/*margin-top:170px;*/ /* depends on height of top div */
margin-right:; /* depends on width of right div */
margin-bottom:0;
margin-left:220px; /* depends on width of left div */
padding:0;
padding-top:170px;
}

body#admin #content{
width:750px;
}


#right{
/* width:auto; */  /* set content div margin-right */
/*min-width:220px;
width:auto !important;*/
width:220px;
height:;
margin:0 10px 0 20px; /* top margin depends on height of top div */
}

#footer{
margin-bottom:0;
}
