a {
   outline: none;
}
	A:link {text-decoration: none; color: #8c0035;}  /**#8c0035, #70252b*/
	A:visited {text-decoration: none; color: #8c0035;}
	A:active {text-decoration: none; color: #8c0035;}
	A:hover {text-decoration: underline; color: #8c0035;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/**background-color: #9b9fa7;**/
	background-image: url(http://cornellpgn.org/images/asset/bkg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position::top left;
	text-align: center; 
	margin:10px;
}

#spacer {
	background-color:#7c0229; /*#7c0229*/
	height:16px;
	margin: 0px;
	padding: 0px;
}

#pagebox{    /*without footer*/
	background-color: #dddddd;
	width: 1000px;
	height:100%;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid; 
	border-color: black; 
	overflow: hidden;
	
}


#contentwrap{  /*with footer*/
	padding: 0;
	margin: 0 auto;
	text-align: center; 
	overflow: hidden;
}


#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #c0c0ba;
	z-index:-100;
}