/*General*/
	
	body {
	  margin:0 auto;
	  margin-bottom: 0px;
	  margin-top: 0px;
	  background:#000 url(images/core/bg_rpg.png) repeat-x top;
	  }

	a {
	  color: #A50021;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color:#A50021;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
/*Container*/

	#container {
	  width: 749px;
	  height:460px;
	  margin: 0 auto;
	  font-family: arial, verdana, serif;
	  font-size: 12px;
	  font-weight: bold;	  
	  line-height: 1.6em;
	  margin-top:30px;
	  color: #666;
	  background-color: #fff;
	  }
		
/*header*/

	#header {
	  width: 745px;
	  height: 110px;
	  border: 2px solid #ff0000;
	  padding-bottom:10px;
	  padding-top: 10px;
	  clear: both;
	  background:url(images/core/header.png) no-repeat;
	  }
	  
	#header p { 
	  margin-top: -3px;
	  margin-left:  30px;
	  color: #fff;
      font-family: arial, verdana, serif;
	  text-align: center;
	  }
	  	
	#header h1 {
	  font-family: arial, verdana, serif;
	  font-weight: bold;
	  font-size: 32px;
	  color: #fff;
	  margin-bottom: 10px;
	  margin-top:30px;
	  margin-left: 10px;
	  }
	  
	#header a {
	  color: #A50021;
	  text-decoration: none;
	  }

	#header a:hover {
	  color: #999;
	  }
	    
/*Menu*/

    #menu {
      float:left;
      width:745px;
      font-size:98%;
	  padding-bottom: 1px;	
	  background:url(images/core/menu.png);
      line-height:normal;
      }
	  
    #menu ul {
	  margin:0;
	  padding:10px 10px 0 86px;
	  list-style:none;
      }
	  
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #menu a {
      float: left;
      background:url(images/core/lm.png) no-repeat left top;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
	  
    #menu a span {
      float:left;
      display:block;
      background:url(images/core/butt.png) no-repeat right top;
      padding:5px 55px 4px 6px;
      color:#fff;
      }
	  
    #menu a span {
	  float:none;
	  }
	  
    #menu a:hover {
     background-position:0% -42px;
      }
	  
    #menu a:hover span {
     background-position:100% -42px;
      }

/*Content*/

	#content {
	  width: 640px;
	  padding-left: 50px;
	  padding-right: 10px;
	 padding-top: 10px;
	  float: left; 
	  }
		
	#content p {
	  padding-bottom: 12px;

	  }
	  
	#content h2 {
	  color: #666;
	  font-size: 16px;
	  font-weight:bold;
	  text-decoration:none;
	  font-family: arial, verdana, serif;
	  background-color: #fff;
	  }
	  
	#content h2 a {
	  color: #666;
	  text-decoration: none;
	  }

	#content h2 a:hover {
	  color: #999;
	  }
	  
/*Footer*/

	#footer {
	  clear: both;
	  width: 745px;
	  font-size:10px;border:2px solid #fff;
      background:#fff url(images/core/footer.png);
	  background-repeat: no-repeat;
	  }
		
	#footer p {
	  color:#fff;
	  font-weight:bold
	  padding: 2px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #fff;
	  background:#fff url(images/core/footer.png);
	  font-weight:100;
	  }
		
	#footer p a:hover {
	  color: #fff;
	  text-decoration: none;
	  border-bottom: 0px underline #fff;
	  }
	  
/*Others*/		
	
	a img{
	  border: none;
	  }
