.external{
  margin: 0 auto;
  width: 960px; }

.header,
.main,
.footer {
	clear: both;
	width: 1160px;
}

.header {
	position: relative;
	height: 466px;
}

.header h1,
.header h2,
.header ul.menu {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.33);
	font-weight: normal;
	left: 0x;
	top: 400px;
}

.header h1 {
	font-size: 20px;
	color: #000000;
	background: 0 0 no-repeat #5593A3 url("/images/header_h1_bkg.png");
	padding: 10px 20px;
}

.header h1 a,
.header h1 a:hover {
	text-decoration: none;
	color: #5593A3;
}

.header h1 span {
  width: 34px;
  height: 34px;
  background: #5593A3;
  position: absolute;
  top: 0;
  right: -34px;
  display: block; }
  
.header ul.menu {
	background: #5593A3;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	list-style: none;
	right: 139px;
	bottom: 0;
	width: 1021px;
	height: 67px;
}

.header ul.menu li {
	display: block;
	margin: 0;
	float: left;
	clear: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 80px;
	padding-top: 0;
}

.header ul.menu li.active {
  background: #5593A3; }

.header ul.menu li a {
	display: block;
	height: 50px;
	line-height: 60px;
	color: #FFED00;
	padding-bottom: 0;
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 0;
}

.header ul.menu li a:hover {
	text-decoration: underline;
}

.header div {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	background-color: #5593A3;
	right: 620px;
	bottom: 0;
}

.main {
	background: #0505FA;
	border-bottom: w0px #5593A3 solid;
}

.main .sidebar {
  display: block;
  width: 295px;
  float: left; }

.main .sidebar ul.menu {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	list-style: none;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	display: block;
	font-style: normal;
}

.main .sidebar ul.menu li {
	background: black;
	display: block;
	border-bottom: 8px solid #5593A3;
	margin: 0;
	padding: 0;
}

.main .sidebar ul.menu li.active {
	background: #0505FA;
}

.main .sidebar ul.menu li a {
	display: block;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	color: #FFED00;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 10px;
}

.main .sidebar ul.menu li a:hover {
  text-decoration: underline;}

.main .sidebar h3,
.main .sidebar p {
  padding: 0 0 0 40px;
  text-align: right; }

.main .content {
	display: block;
	width: 560px;
	position: relative;
	float: right;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-top: 50px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 280px;
	margin-top: 0px;
}

.footer {
  display: block;
  margin: 0;
  padding: 0; }

.footer p {
	padding: 10px 0;
	color: #0505FA;
}