
	/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		width: 800px;
		margin: auto;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
	}
	p.body {
		width: 80%;
		font-family: arial, helvetica;
		font-size: 90%;
		margin-left: 10%;
		margin-right: 15%;

	}
	
	p.footer {
		width: 100%;
		font-family: arial, helvetica;
		font-size: 70%;
		/*margin-left: 10%;*/
		margin-left:auto;
		margin-right:auto;

	}
	a, a:link { color: #fff; }
	
	a.copyright {
		width:auto;
		font-family:"Times New Roman", Times New Roman, Times, serif;
		font-size:12px;
		text-decoration:none;
		color:gray;
	}
	
	div.container{
		width:800px;
		margin-left:auto;
		margin-right:auto;
	}
	
	div.header{
		width:800px;
		margin-left:none;
		margin-right:auto;
	}
	
	div.footer{
		width:800px;
		margin-left:auto;
		margin-right:auto;
	}
	
	div.content{
		width:800px;
		margin-left:auto;
		margin-right:auto;
	}
	
	a.nblink{
		width:auto;
		font-family:"Times New Roman", Times New Roman, Times, serif;
		text-decoration:none;
		color:gray;
		padding: 0 5px 0 5px;
		border-left:1px solid #790000;
		border-right:1px solid #790000;
		border-bottom:1px solid #790000;
		border-top:1px solid #790000;
		position:relative;top:-15px;left:-5px;
	}

	a.nblink:hover{
		color:#ffffff;
		border-left: 1px solid #cbcbcb;
		border-right: 1px solid #cbcbcb;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
	}
	
	a.currentpage{
		width:auto;
		font-family:"Times New Roman", Times New Roman, Times, serif;
		text-decoration:none;
		color:#7900000;
		padding: 0 5px 0 5px;
		border-left:1px solid #790000;
		border-right:1px solid #790000;
		border-bottom:1px solid #790000;
		border-top:1px solid #790000;
		position:relative;top:-15px;left:-5px;
		
	}
	
	a.link:hover{
		text-decoration:none;
		color: #790000;
	}
	
	a.link{
		text-decoration:none;
		color:gray;
	}
	
	/*a:active, a:focus{outline:0;}*/
	
