html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html,body{
  background-color:#ededed;
}

div#sentence{ font-weight:bold; }
span#subject{ color:red; }
span#predicate{ color:blue; }
div#main{
  width:100%;
}
div#middle{
  width:800px;
  margin-right:auto;
  margin-left:auto;
  background-color:white;
}
div#banner{
  background-color:#660000;
  height:80px;
}
div#banner h1{
  font-size:36px;
  font-family:Times, serif;
  color:white;
  line-height:80px;
  vertical-align:center;
  margin-left:15px;
  text-transform:uppercase;
  float:left;
}
div#banner img{
  float:left;
}
ul#navigation{
  padding-left:15px;
  padding-top:4px;
  padding-bottom:4px;
  background-color:#dddddd;
  height:20px;
}
ul#navigation li{
  float:left;
}
ul#navigation li a{
  color:#660000;
  text-decoration:none;
  font-weight:bold;
}
ul#navigation li a:hover{
  text-decoration:underline;
}
div#content{
  padding:15px;
  width:770px;
}
div#footer{
  background-color:#660000;
  padding:3px;
  text-align:center;
}
div#footer a{
  font-size:10px;
  color:white;
  text-decoration:none;
}

