* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
body {
	background: url(images/mingBg.jpg);
	background-repeat: repeat-x;
	}
	
a {
	outline: none;
	}
	
#nav a:link, #nav a:visited, #nav a:active {
	color:#bf8823; 
	text-decoration:none;
	}
	
#nav a:hover {
	color:#bf8823; 
	text-decoration: none; 
	}
	
#nav a.current {
	color:#f1fcb7; 
	text-decoration:none; 
	background: #345f4b;
	padding: 3px;
	}
	
li {
	list-style: none;
	margin-bottom: 7px;
	}	
	
a.dim:link, a.dim:visited, a.dim:active {
	color:#bf8823; 
	text-decoration:none;
	list-style: none;
	}
	
a.dim:hover {
	color:#00ff00; 
	text-decoration:none; 
	}
	
#wrapper {
	border: px solid #002211;
	width: 936px;
	height: 1120px;
	margin: 10px auto;
	}
	
#nav  {
	border: 1px solid #bf8823;
	background: #541820;
	width: 170px;
	height: 1096px;
	float: left;
	list-style-type: none;
  }
ul {	
	width: 170px;
	height: 1082px;
	float: left;
	margin: 10px auto;
	list-style: inside;
	text-align: center;
  }
	
#ming {
	border: 8px solid #002211;
	background: url(images/mingMenu.jpg);
	width: 700px;
	height: 1082px;
	float: right;
	margin: 4px auto;
  }


#picFrame {
	float: right;
	width: 450px;
	height: 340px;
	border: 2px solid #082820;	
	margin-right: 250px;
	}