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: right;
}
.clear {
	clear: both;
}

body {
	background: #292929 url(images/page_bg2.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
}

h1 {
	position: absolute;
	top: 15px;
	left: 0px;
	height: 25px;
	padding: 7px 0 0 10px;
	width: 354px;
	color: #ffffff;
	font: 12px "verdana", serif;
	font-weight: normal;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	text-align: center;
}
h1 strong {
	font-weight: bold;
	color: #512218;
}
#top-nav {
	position: absolute;
	top: 15px;
	left: 414px;
	width: 314px;
	height: 352px;
	background-image: url(images/header_right_bg.gif);
	background-repeat: repeat;
	padding-top: 30px;
}
#top-nav ul {
	line-height: 32px;
	margin-left: 100px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
#wrapper #top-nav img {
	margin-left: 30px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
	background: #BD9770;
	position: absolute;
	top: 46px;
	left: 728px;
	width: 50px;
	height: 238px;
  }
#header {
	position: absolute;
	top: 45px;
	width: 414px;
	height: 345px;
	left: 0px;
	background-image: url(images/header_image_4.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/** body **/
#spacer {
	height: 391px;
}
#top-nav h2 {
	font-size: 24px;
	margin-left: 30px;
	color: #482116;
}

#body {
	background: url(images/body_bg2.gif) repeat-y;
	width: 100%;
}

#left {
	float: left;
	width: 412px;
}
#right {
	float: right;
	width: 312px;
border
}

#nav ul {
}
#nav li {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	list-style: none;
	background-repeat: repeat-x;
	background-color: #292929;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Verdana", serif;
	font-size: 11px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/navbar_bg.jpg) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#visit {
  background: #eee;
  padding: 15px 40px 14px 36px;
 
}
#visit h2 {
  font: 24px "Verdana", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}

#subs-left {
  float: left;
  width: 160px;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-right {
  float: right;
  width: 145px;
  padding-right: 30px;
  padding-bottom: 10px;
  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 h3 {
  color: #000000;
  padding-left: 20px;
  padding-bottom: 14px;
  font: 16px "Verdana", serif;
}
#subs-right h4 {
  color: #000000;
  font: 14px "Verdana", serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(images/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}

#right-i {
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 28px;
}
#right h2 {
	color: #431C16;
	margin: 0px 0 12px;
	font-family: "Verdana", serif;
	font-size: 22px;
}
#right h3 {
	color: #666666;
	font: 14px "Verdana", serif;
	margin-bottom: 10px;
}
#right p {
	margin-top: 0;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #441d17;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright {
	background: #BD9770;
	color: #fff;
	font-size: 11px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#copyright .text {
	margin-left: 10px;
	padding: 20px;
}
#wrapper #copyright p {
	padding: 10px;
}
#copyright img {
	text-align: center;
}
#copyright p {
	margin: 0px;
	padding: 0px;
}
#wrapper #body #right #right-i p {
	color: #000000;
}
 
#wrapper #body #left p {
	margin-left: 20px;
	font-size: 14px;
	color: #421D17;
	margin-right: 20px;
}
#wrapper #body #right #right-i img {
	border: 4px solid #421C15;
}
#body #left H3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
}
#left h3 {
	color: #666666;
	font-size: 14px;
}
