html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #ffffff;
}
a:hover {
	color: #CEA542;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #313131 url(images/img01.jpg) repeat-x;
	text-align: center;
	font: 8pt verdana;
	color: #ffffff;
}

/** layout **/
#wrapper {
border: solid 5px white;
	text-align: left;
	margin: auto;
	width: 735px;
  position: relative;
}

#wrapper h1
{
  background:url(images/main_bg_side.gif);
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #555555;
  color: #CEA542;
  font: 24px "Arial", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #CEA542;
}
#top-nav {
  color: #CEA542;
  position: absolute;
  top: 16px;
  left: 414px;
  width: 266px;
  height: 269px;
  background: #000000 bottom left url(images/header2.jpg) no-repeat;
  border-bottom:1px solid white;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#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;
}

#mmagic {
  background: url(images/media_magic.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#header {
  background: url(images/header_bg.jpg) no-repeat;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 414px;
  height: 195px;
  border-bottom:1px solid white;
}

/** body **/
#spacer {
  height: 285px;
}

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

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

#buttons a.drk {
  float: left;
  width: 102px;
  height: 24px;
  padding-top: 10px;
  line-height: 34px;
  text-align: center;
  border-left: 1px solid white;
  background: url(images/tab_drk.gif) repeat-x;
  font: 12px "Arial", serif;
  color: #ffffff;
  text-decoration: none;
}

#buttons a.lit {
  float: left;
  width: 102px;
  height: 24px;
  padding-top: 10px;
  line-height: 34px;
  text-align: center;
  border-left: 1px solid white;
  background: url(images/tab_lit.gif) repeat-x;
  font: 12px "Arial", serif;
  color: #ffffff;
  text-decoration: none;
}



#nav a {
  
}
#buttons a:hover {
  background: url(images/tab_drk.gif) repeat-x;
}


#visit {
  background: #000000;
  color:#333333;
  padding:15px;
  /**padding: 15px 40px 14px 36px;**/
}
#visit h2 {
  font: 24px "Arial", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}

#subs-left {
  float: left;
  width: 350px;
  padding-left: 30px;
  text-align:justify;
  padding-bottom: 10px;
    margin-top:10px;
}


#subs-left a {
  color: #fff;
}


#subs-left a {
  color: #CEA542;
  font-weight: bold;
  text-decoration: none;
}

#subs-left a:hover {
  text-decoration: underline;
}

#subs-left p{
  text-align:justify;
  color: #fff;
}
#subs-left h3 {
  color: #CEB542;
  font: 16px "Arial", serif;
}


#subs-right {
  color: #fff;
}
#subs-right h3 {
  color: #CEB542;
  padding-left: 20px;
  padding-bottom: 14px;
  font: 16px "Arial", serif;
}
#subs-right h4 {
  color: #FFFFFF;
  font: 14px "Arial", serif;
  margin: 0.6em 0;
}





#right-i {
 padding-left:25px;
 padding-right:25px;
 text-align:justify;
 border-left: solid 1px #CEB542;

}

#right h2 {
  color: #CEB542;
  background:url(images/main_bg_side.gif);
  font: 10px "Arial", serif;
  width:100%;
  height:34px;
  margin-bottom: 12px;
  text-align:right;
  margin-right:10px;
}
#right h3 {
  color: #CEB542;
  font: 14px "Arial", serif;
  margin-bottom: 5px;
  border-bottom: dashed 1px #CEB542;
}
#right p {
  margin-top: 0;
  text-align:justify;
  color: #ffffff;
}
#right .left {
  
}
#right a {
  color: #CEA542;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright {
  background: #000000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  height:50px;
  width: 735px;
  padding: 10px 0;
  //*margin-bottom: 20px;**/
}
#copyright p {
  margin: 0;
  padding: 0;
}