html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

.clear {
	clear: both;
}

body {
	background: #fff url(/images/hp_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#pagewrapper {
	text-align: left;
	margin: auto;
	width: 750px;
  	position: relative;
	background-image:url(/images/url.jpg);
	background-repeat:no-repeat;
	background-position:50px 10px;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 446px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 280% "Times new roman", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: 700;
  color: #FFFF99;
}

#top-nav {
  position: absolute;
  top: 15px;
  left: 446px;
  width: 266px;
  height: 225px;
  background: #000000 top left url(/images/header2.jpg) no-repeat;
}
#top-nav p {
	padding-left:24px;
	padding-top:54px;
	color: #cccccc;
	font-size:110%;
	line-height:1.4em;
}

#mmagic {
  background-color:#666666;
  position: absolute;
  top: 46px;
  left: 704px;
  width: 48px;
  height: 194px;
}
#header {
  background: url(/images/header_bg2.jpg) no-repeat;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 446px;
  height: 150px;
}
#nav {
	width:100%;
	background-color:#6D7481;
	}

/** body **/
#spacer {
  height: 240px;
}

#body {
	background-color:#eeeeee;
  	width: 100%;
	padding-bottom:10px;
}
#body h2,#body p {
	margin-left:20px;
	}
#body a {
	color:#000000;
	font-weight:bold;}
#body li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(/images/bullet.gif) no-repeat;
}
#left {
  float: left;
  width: 345px;
  margin-left:20px;
  margin-top:20px;
}
#right {
  float: right;
  width: 345px;
  margin-right:20px;
  margin-top:20px;
}
/** footer **/
#footer {
	clear:both;
	}
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: right;
  font-size: 85%;
  float: right;
  width: 306px;
  padding: 0;
  margin-bottom: 20px;
}
#copyright a {
	color:#FFFFFF;
	text-decoration:none;
}
