	body { 
		background-color: #9b8164;
		background-image:  url(image/bg.png);
		background-repeat: repeat;
		color: #010D0B; 
		margin: 0; padding: 0; 
		font-family: georgia, serif;
		font-size: 14px;
		text-align: center;
		}


	#page-wrap {
		background: #000000;
		min-width: 700px;
		max-width: 800px;
		margin: 45px auto;
		position: relative; 
		min-height: 650px;
		max-height: 1050px;
		border: #fff 5px double;
		background-color: #9b8164;
		}

	#inside {
		margin: 0px 0px 0px 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}
	
	#main-content {
		position: relative; 
		width: 800px;
		height: 737px;
		background-image:  url(image/top.jpg);
		}
	
	#left-sidebar {
		width: 150px;
		float: left;
		padding-left: 15px;
		padding-top: 20px;
		}


	#sidenav { 
		top: 118px; 
		left: 125px;
		width: 120px; 
		text-align: center;
		position: absolute; 
		text-transform: uppercase;
		border-top: 1px #ffffff dotted; 
		} 

	#sidenav ul {
		list-style-type: none;  
 		padding: 0;
		margin: 0; 
		}

	#sidenav a { 
		width: 100px;
		color: #b43e56; 
 		margin: 0px; padding: 8px; 
		border-bottom: 1px #fff dotted;
		border-top: 1px #fff dotted;
		text-decoration: none; 
		display: block; 
		font-weight: bold;
		font-size: 12px;
		}

	#sidenav a:hover { 
		background-color: #9b8063;
		color: #fff; 
		margin: 0px; padding: 8px; 
		font-weight: bold;
		}