.external{
  margin: 0 auto;
  width: 960px; }

.header,
.main,
.footer {
  float: left;
  clear: both;
  width: 960px; }

.header {
  position: relative;
  height: 477px; }

.header h1,
.header h2,
.header h5,
.header ul.menu {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: 1px 3px 1px rgba(0,0,0,0.44);
  font-weight: bold; }

.header h1 {
  font-size: 50px;
  color: #0000ff;
  /*background: 0 0  #333333 ;*/
  padding: 5px 5px; 
  top: 5px;
  left: 300px;}

.header h1 a,
.header h1 a:hover {
  text-decoration: none;
  color: #a3a3a3; }

.header h1 span {
  width: 1px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  display: block; }

.header h2 {
  font-size: 50px;
  color: #ff0000;
  line-height: 50px;
  height: 105px;
  top: 63px;
  left: 73px; }

.header h2 span {
  display: block;
  height: 105px;
  padding: 0 20px;
  background: 0 0 no-repeat url("../images/header_h2_span_bkg.png"); }

.header h5 {
  font-size: 20px;
  color: #555555;
  line-height: 50px;
 /* background: 0 0 repeat-x url("../images/header_h2_bkg.png"); */
  height: 205px;
  top: 104px;
  left: 860px; }

.header h5 span {
  display: block;
  height: 105px;
  padding: 10 20px;
  background: 0 0 no-repeat url("../images/header_h2_span_bkg.png"); }

.header ul.menu {
  background: #1000ff;
  font-family: "Myriad Pro", Impact, sans-serif;
  font-weight: normal;
  font-size: 24px;
  list-style: none;
  right: 0;
  bottom: 0;
  width: 620px;
  height: 50px; 
}

.header ul.menu li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  clear: none; }

.header ul.menu li.active {
  background: #ff0000; }

.header ul.menu li a {
  display: block; 
  height: 50px;
  line-height: 50px;
  padding: 10 20px;
  color: #e3e3e3; }

.header ul.menu li a:hover {
  text-decoration: underline; }

.header div {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  background-color: #dedede;
  right: 820px;
  bottom: 0; }

.main {
  background: #fff; 
  border-bottom: 10px #d8d8d8 solid;
  }

.main .sidebar {
  display: block;
  width: 295px;
  float: left; }

.main .sidebar ul.menu {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  list-style: none;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: block; }

.main .sidebar ul.menu li {
  background: #777777;
  display: block;
  border-bottom: 2px solid #fff;
  margin: 10;
  padding: 0; }

.main .sidebar ul.menu li.active {
  background: #777777; }

.main .sidebar ul.menu li a {
  display: block;
  line-height: 10px;
  text-align: right;
  font-weight: bold;
  padding: 12px 12px;
  color: #fff; }

.main .sidebar ul.menu li a:hover {
  text-decoration: underline;}

.main .sidebar h3,
.main .sidebar p {
  padding: 10 10 0 40px;
  text-align: right; }

.main .content {
  display: block;
  width: 560px;
  position: relative;
  right: 60px;
  float: right;
  margin: 0;
  padding: 40px 0; }

.footer {
  display: block;
  margin: 0;
  padding: 0; }

.footer p {
  padding: 100px 100;
  color: #b0b0b0; }