/* Centering the page */

html{
	color:#333;
	font-family: Times,Tahoma, Arial, Microsoft Sans Serif;
	font-size:1em;
}
#page-wrap{
	width: 56.25em;
	/*margin: 0 auto*/;
	margin-left: 8%;	
	max-width: 94%;
}

/* Formatting for links */
a{
	text-decoration: none;
}

#publicdomain{
	color: #d80000;
	font-weight: bold;
}

#notpublicdomain{
	color: #000000;
	font-weight: bold;
}

h3{
	font-family: times-roman;
}
#header {
	background color: #fd0;	
}

#left { 
	position: fixed;	
	  }
 
#right { 
	position: fixed;	
}

p{
	font-family: times-roman;
	font-size: 1em;
}

td{
	display: inline-block;
}

hr{
        background-color: red;
	border-color: #d80000;
	width: 10px;
}