	#template_container
	{
		margin: 1em auto;
		width: 920px;
		height: 1900px;
		background: transparent;
		border: 30px solid #fff;
	}
	
	#content_container
	{
		float:left;
		margin-left: 25px;
		margin-right: 25px;
		width: 867px;
		height: 1510px;
		background-color: #fff;
	}	
	
	#content {
		float: left;
		margin-top: 10px;
		padding-top: 10px;
		padding-right: 20px;
		width: 830px;
		height: 1385px;
		overflow:auto;
		background-color:#fff;
	
	}
