/*
 * Layout styles for the home page
 */
/* /// LAYOUT /// */
#divWrap {
 background: #fff url(../images/content_bkg.gif) repeat-y;
 margin: 0 auto;
 margin-top: 30px;
 padding: 0;
 position: relative;
 text-align: left;/*set the text to align left to fix our bypass of a bug in IE when centering layouts*/
 width: 820px;
 border: solid 1px #000;
}
#divHead {
 height: 132px;
 width: 820px;
 margin: 0;
 padding: 0;
 position: relative;
}
#divContent {
 background: #fff;
 margin: 0 0 0 198px;
 padding: 0;
 width: 622px;
}
#divSidebar {
 margin: 0;
 padding: 0;
 width: 198px;
 position: absolute;
 top: 133px;
 left: 0;
}
#divFooterNav {
 clear: both;
 margin: 0 0 0 199px;
 padding: 0;
}
#divFooter {
 clear: both;
 margin: 0 auto;
 margin-left:199px;
 padding: 0;
}