/* ----- RESET ----- */
@import url("reset.css");

/* ----- GLOBAL ----- */
html { overflow-y: scroll; }
body { background-color: #000000; margin: 0px; }

.clear { clear: both; }

hr { color: #FFF; background: #FFF; height: 1px; border: 0px; margin: 20px 0 20px 0; }
#top { font-size: 0px; line-height: 0px; height: 0px; padding: 0px; margin: 0px; float: left; }

/* ----- ARCHITECTURE ----- */
#container { width: 900px; margin: 0 0 20px 0px; background: url('../images/footer.gif') repeat-y; }

#header { width: 900px; height: 262px; background: #000; }

#navigation { width: 182px; margin: 20px 0 20px 0; }
#navigation ul { list-style: none; line-height: 0px; width: 182px; margin: 0px; padding: 0px; }
#navigation ul li { width: 182px; }

#name { width: 527px; height: 85px; line-height: 0px; font-size: 0px; background: url('../images/laura1.gif') no-repeat; float: left; }

#title { width: 191px; height: 85px; float: left; line-height: 0px; font-size: 0px; background: #FFF; }

#subhead { height: 85px; }

#leftside { width: 24px; min-height: 50px; float: left; }

#main-container { width: 718px; float: left; background: url('../images/leftside.gif') repeat-y; }

#content-container { width: 694px; float: left; background: #FFF; }
#content { background: #FFF; padding: 30px 40px 20px 40px; }

#sidebar-container { width: 182px; float: right; background: #9b0416; }

#backtotop { margin: 20px; }

#footer { width: 900px; height: 10px; }

#content table { border-collapse: collapse; }
//#content table td { padding: 12px; }
#navigation a img {border:0px}