@import url(/css/body-copy.css);

body { 
  margin:0;padding:0;
  font: 76% normal "lucida grande", "arial", "verdana", "sans-serif";
  line-height: 1.2em;
  background-color:#343C47;
}

#header { 
  padding-top:8px;
  background-color:#343C47;
  height: 50px;
}
#header h1 span,
#header a {
  margin:0 0 5px;
}
#logo{
  display:block;
  height:50px;
  margin:0 0 0 280px;
}

#nav{
  margin:0 0 1px 0;
  border-top:1px solid #FFFFFF;
  padding:0 0 0 100px;
  background-color:#343C47;
/*  height:29px;*/
  clear:both;
}
#nav img{
}

#banner{
  float:left;
  clear:left;
  height:150px;
  width:800px;
}
#banner h1{
	text-indent: -10000px;
	 /* hide overflow:hidden from IE5/Mac */ /* \*/ 
	 overflow: hidden; 
	 /* */
}
#banner a{
	height:210px;
	width:800px;
}
#banner .copy{
  color:#fff;
  text-decoration:none;
  font-size:.8em;
}

#body {
}

#content-wrapper {
  width: 100%;
  float: left;
}
#content {
  min-width: 800px;
  padding-right: 20px;
}
#content h1.title {
  float:left;
  color: #330066;
  line-height: 1em;
  font-size: 2em;
  margin:10px 0 0 10px;
  width:300px;
}

#content h1 a:hover {
  text-decoration: underline;
}

/* footer */

#footer {
  clear: both;
  padding-top: 3em;
  margin-left: 50px;
  margin-bottom: 2em;
  font-size: .9em;
}
#footer li {
  margin-bottom: .5em;
}
#footer a {
  text-decoration: underline;
}
#footer a:hover {
  color: #226EAE;
}