	body {
		text-align:center;
		color: white;
		font: 11px Verdena, Arial,  sans-serif;
		}

	#frame {
		width:674px;
		margin-right:auto;
		margin-left:auto;
		margin-top:30px;
		padding:0px;
		text-align:left;
		background: #720505;
		}

	#contentleft {
		width:127px;
		padding:0px;
		float:left;
		color: #eedbdb;
		}

	#contentcenter {
		width:420px;
		padding:0px;
		float:left;
		min-height: 420px;
		}

	#contentright {
		width:127px;
		padding:0px;
		float:left;

		}

	#contentheader {
		height: 30px;
		padding-top: 20px;
		padding-left: 128px;
		}

	#copyright {
		text-align: right;
		margin-right: 122px;
		padding: 5px;
		color: #eedbdb;
	}

	a.nav {
	 color: #eedbdb;
	 text-decoration: none;
	}

	a.nav:hover {
		 color: #eedbdb;
		 text-decoration: none;
	}
	
	a {
	 color: #000;
	 text-decoration: none;
	}
	
	a:hover {
	 color: #000;
	 text-decoration: underline;
	}
	
	.png {
		behavior: url(/includes/pngbehavior.htc);
	}

	.hand {
	 cursor: pointer;
	}
