	html {
		height: 100%;
		overflow: hidden;
	}
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}

	
	a {	
		color:#505050;
	}
	
	a:hoover {	
		color:#505050;
		text-decoration:underline;
	}	
	
	#container{
		height: 100%;
	}
	
	#navigation{
		width: 100%;
		height: 119px;
		background-image:url(images/navTile.gif)
	}
	#navigation a{
		font:arial;
		font-size:13px;
		text-decoration:none;
		color:#FFFFFF;
		text-align:center;
	}
	#flashcontent {
		height: 544px;
	}
	#textcontent {
		height: 544px;
		background-color: #181818;
		text-align:center;

	}
	#textcontent #textcontainer{	
		height: 544px;
		width:925px;
		margin:0 auto;
		text-align:left;
	}
	
	#picarea {
		float:left;
		width:340px;
    }

	#main {
		float:right;
		width:500px;
		font:geneva;
		font-size:.8em;
		line-height:18px;
		color:#FFFFFF;
		padding-top:50px;
    }
	
	#main a:link, A:visited{
		color:#ED8231;
    }	

	#main a:hover{
		text-decoration:none;
    }	
	
	.inputArea{
		height:20px;
		font:Arial;
		color:505050;
		font-size:12px;
		border: solid 2px #aadaec;
	}
	
	.commentArea{
		font:Arial;
		color:505050;
		font-size:12px;
		border: solid 2px #aadaec;
	}	
	
	.tableContent{
		font:geneva;
		font-size:.9em;
		line-height:18px;
		color:#FFFFFF;	
	}

