hr {
width: 500px;
margin-left: auto;
margin-right: auto;
}
/* -----------------------------------------------------------------------------CONTAINER---- */
#container {
text-align:left;
width: 806px;
margin:0 auto;
padding:0;
background: #2D5183 url(images/wide-bg.jpg) repeat-y; 
position:relative;
}
/* ----------------------------------------------------------------------LEFT-COLUMN---- */
#maincontent {width: 764px;}
/*
 * don't need this... handled by <div> in template
#maincontent h1 {padding:5px 15px 5px 25px;margin-left:33px;}
#maincontent h2 {padding:5px 15px 5px 25px;margin-left:33px;}
#maincontent h3 {padding:5px 15px 5px 25px;margin-left:33px;}
#maincontent p  {padding:5px 15px 5px 25px;margin-left:33px;}
#maincontent ul {padding:5px 15px 5px 45px;margin-left:33px;}
*/
/* -----------------------------------------------------------------------RIGHT-COLUMN---- */
#sidebar {display:none;}
#sidebar h2 {display:none;}
#sidebar p {display:none;}
/* -------------------------------------------------------------------DROPDOWN-MENU---- */
#secnavlist,
#secnavlist ul {
background: url(images/wide-2ndnav.jpg) no-repeat bottom;
}
/* -------------------------------------------------------------------------------FOOTER---- */
#footer {
background:url(images/wide-ftr.jpg) no-repeat bottom;
}


