html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: center;
}
.clear {
	clear: both;
}

body {
	background: #fff url(images/page_bg.gif) repeat-x;
	text-align: right;
	font: 12px verdana, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 24px "Verdana", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 205px;
  width: 474px;
  height: 32px;
  background: #6D7481 no-repeat;
}
#top-nav ul {
  text-align: right;
  line-height: 32px;
   padding: 0px 20px 0 20px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
 }
 
#top-nav1 {
  background: url(images/nag1.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 206px;
  height: 238px;
}
#top-nav2 {
  background: url(images/nag2.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 206px;
  width: 255px;
  height: 238px;
}
#top-nav3 {
  background: url(images/nag3.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 461px;
  width: 219px;
  height: 238px;
}

#mmagic {
  background: url(images/media_magic.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}


/** body **/
#spacer {
  height: 285px;
}

#body {
  background: repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 206px;
}
#right {
  float: right;
  width: 522px;
  height:100%;
  background-color: #DEE1E6
}

#menu {
  background: none;
  padding: 0px 0px 0px 0px;
}

#subs-left {
  float: left;
  width: 206px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
#subs-right {
  float: right;
  width: 145px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 22px;
}
#subs-left a {
  color: #fff;
}
#subs-left {
  color: #fff;
}
#subs-left h3 {
  color: #000000;
  font: 16px "Verdana", serif;
}
#subs-left p {
  text-align: justify;
}

#subs-right {
  color: #fff;

}
#subs-right h4 {
  color: #DEE1E6;
  font: 14px "Verdana", serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 0px;
  background: 5px 3px no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}

#right-i {
  padding: 20px 47px 20px 20px;
}
#right h2 {
  color: #323E51;
  font: 22px "verdana", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #20256E;
  font-weight: normal;
  font: 12px "Verdana", serif;
  margin-left: 30px;
}

#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: normal;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/

#copyright {
  background: #6D7481 no-repeat;
  color: #fff;
  text-align: left; 
  font-size: 11px;
  width: 462px;
  height: 25px;
  padding: 8px 11px 0 0px;
  margin-bottom: 0px;
  margin-left: 206px;
}
#copyright p {
  margin: 0;
  padding: 0;
  padding: 0px 15px 0 0px;
}