@media screen, projection {

  * {
	 margin: 0;
   padding: 0;
   border: 0;
  }

  body {
  	font-family: Verdana,"Arial CE",Helvetica,Arial,Sans-serif;
  	font-size: 0.8em;
  	padding: 0px;
  	margin: 0px;
  	height: 100%;
  	background-color: #3d2000;
  	color: #e36f1c;
  }
  
  #mainbanner {
  	margin: 0px auto;
  	width: 900px;
  	background-color: #ef791b;
  	background-image: url(/img/bg_main.jpg);
  	background-repeat: no-repeat;
  }
  
  #artid6 #mainbanner {
  	background-image: url(/img/bg_main_6.jpg);
  	height: 640px;
  }

  #artid1 #mainbanner, 
  #artid2 #mainbanner, 
  #artid3 #mainbanner,
  #artid5 #mainbanner {
  	height: 640px;
  }

  #mainbanner .content {
  	padding: 0px 130px 0px 70px;
  }
  
  #topbanner {
  	width: 900px;
  	height: 113px;  
  }
  
  img.topimg {
    position: relative;
    top: 36px;
    left: 490px;
  }

  #menumain {
    float: left;
  	font-size: 11px;
  	width: 130px;
  	text-align: center;
  	margin-left: 0px;
  	margin-top: 40px;
  	margin-bottom: 129px;
  }
  
  #content {
    width: 520px;
    float: right;
    margin: 50px 0px 0 0;
    font-size: 12px;
  }

  #menumain a {
  	color: #ee771b;
  	text-decoration: none;
  }
  
  #menumain a:hover {
  	color: #6d3b00;
  }
  
  #menumain a.typactive {
  	color: #8bb22c;
  	text-decoration: none;
  }
  
  #menumain a.typactive:hover {
  	color: #8bb22c;
  }
  
  #menumain div.menumainitem1, 
  #menumain div.menumainitem4, 
  #menumain div.menumainitem5, 
  #menumain div.menumainitem6,
  #menumain div.menumainitem7,
  #menumain div.menumainitem8
  {
  	width: 130px;
  	height: 61px;
  	background-image: url(/img/bg_menu_item.gif);
  	background-repeat: no-repeat;
  }

  #menumain div.menumainitem1 div.content1, 
  #menumain div.menumainitem7 div.content7,  
  #menumain div.menumainitem8 div.content8,  
  #menumain div.menumainitem6 div.content6,  
  #menumain div.menumainitem5 div.content5 {
  	padding: 22px 10px 0 10px;
  }

  #menumain div.menumainitem4 div.content4 {
  	padding: 15px 10px 0 10px;
	font-weight: bold;
}


  #menumain div.menumainitem2 {
  	width: 130px;
  	height: 61px;
  	background-image: url(/img/bg_menu_item.gif);
  	background-repeat: no-repeat;
  }

  #menumain div.menumainitem2 div.content2 {
  	padding: 15px 10px 0 10px;
  }

  #menumain div.menumainitem3 {
  	width: 130px;
  	height: 61px;
  	background-image: url(/img/bg_menu_item.gif);
  	background-repeat: no-repeat;
  }

  #menumain div.menumainitem3 div.content3
  {
  	padding: 17px 10px 0 10px;
  }

  .cleaner {
  	clear: both; 
  	padding-left: 0px; 
  	padding-right: 0px; 
  	padding-top: 0px; 
  	padding-bottom: 0px; 
  	font-size: 1px; 
  	height: 1px; 
  	background: none transparent scroll repeat 0% 0%; 
  	margin: 0px; 
  	border-top-style: none; 
  	border-right-style: none; 
  	border-left-style: none; 
  	border-bottom-style: none
  }

  #copyright {
  	margin: 0 auto;
  	width: 900px;
  	height: 126px;
  	font-size: 0.8em;
  	text-align: right;
  	color: #6d3b00;
  }
  
  #copyright .content {
  	padding: 10px 0;
  }
  
  #copyright a {
  	text-decoration: none;
  	color: #6d3b00;
  }
  
  .white {
    color: #ffffff;
  }

   #content .white a {
		color: #fff;
	}

  #home {
    width: 200px;
    float: left;
  }
  
  #home a {
    display: block;
    margin: 62px 0 0 116px;
  	color: #e36f1c;
  	text-decoration: none;
  } 

  div.news {
	background: #fff;
  	border: 1px solid #e36f1c;
}

  div.news div.newcontent {
	padding: 20px 25px;
}
  
}

