html body {
			font-family: Lora;
			background-color: white;
	 	  }

#center {
			width: 1250px;
			background-color: white;
			position: relative;
			margin-left: auto;
			margin-right: auto;
		}



#nav {
		width: 250px;
		background-color: white;
		position: relative;
		float: left;
		border-right: 1px solid black;
		text-align: right;
		padding-right: 20px;
	 }

#main {
		width: 975px;
		min-height:800px;
		background-color: white;
		position: relative;
		float: right;
		padding-top: 17px;
	  }

#main_iframe {
				width: 100%;
				min-height:800px;
				height: 100%;
				border: 0px;
			 }

#navul {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
	   }

#navul li {
			text-indent: 0;
			padding-left: 0;
			margin-left: 0;
	   	  }

#main_title {
			font-family: DM Serif Display;
			font-size: 24pt;
			}

hr {
	border: 0;
    height: 1px;
    background: black;
   }

a:link {
		color: darkgreen;
		text-decoration: none;
	   }

a:hover {
		 color: lightgreen;
		 text-decoration: none;
	    }

a:active {
			color: blue;
			text-decoration: none;
	     }

a:visited {
			color: grey;
	      	text-decoration: none;
		  }

p + ul {  
   margin-top: -15px;
}

p + ol {  
   margin-top: -15px;
}