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: #fff url(images/page_bg.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: 46px;
  border:solid #000000 1px;
  left: 0;
  height: 43px;
  padding-top: 1px;
  width: 414px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 35px "Times new roman", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 269px;
  /* background: #6D7481 bottom left url(images/header.jpg) no-repeat; */
}
#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_bg1.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 724px;
  height: 193px;
  border-bottom:solid #000000 1px;
  border-right: solid #000000 1px;
  border-left: solid #000000 1px;
  border-top: solid #000000 1px;
}

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

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 724px;
  border-left:solid #000000 1px;
  border-right:solid #000000 1px;
  
}

#left {
  float: left;
  width: 412px;
    border-right:solid #000000 1px;
	border-bottom:solid #000000 1px;
}
#right {
  float: right;
  width: 311px;
}

/* #nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid black;
  list-style: none;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 5px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li#slanted a{
color: #494949;
padding: 3px 0;
padding-right: 13px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}
#slantedmenu ul li#noslant a {
color: #494949;
padding:3px 0;
padding-right: 10px;
margin:0;
text-decoration:none;
}
#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}

#visit {
  background: #EEEEEE;
  padding: 2px 10px 9px 10px;
  border-bottom:solid #000000 1px;
  height:510px;
}

#visit h2 {
  font: 18px "Times new roman", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}

#right-i {
  padding: 2px 25px 0 20px;


}
#right h2 {
  color: #323E51;
  font: 22px "Times new roman", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Times new roman", serif;
  margin-bottom: 5px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
    
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}
#subs-left li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(images/bullet.gif) no-repeat;
}
/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}