body {	
	text-align: center;
	/*background: rgb(153,174,107);*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	height: 1100px;
	color: black;	
}

.frame {
	position: relative;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}

.mainn {
	position: absolute;
	top: 261px;
	left: 0px;
	width: 1000px;
	height: 823px;
}

.post {
	float: left;
	width: 70%;
	}

.sidebar {
	float: right;
	width: 30%;
	}

.heading {
	color: rgb(153,174,107);
	font-size: 25px;
	margin-top: 50px;
	width: 100%; 
	align: right;
	}

.sub-heading {
	padding: 0px; 20px; 20px; 0px;
	font-weight: bold;
	color: #a09e9e;	
	}

.list {
	padding-left: 15px;
	}

.top-menu {
	margin: 20px; 0px; 10px; 0px;
	}

.top-menu-item {
	width: 100%;
	padding: 20px;
	color: #a09e9e;	
	}

.center {
	text-align: center;
	}
	
i {
	font-size: 9px;
	padding: 6px;
	color: #a09e9e;	
	}
	
p {
	text-justify: auto;
	text-align: justify;
	}


