	@charset "UTF-8";
/* CSS Document */

	body,html {
		
		background-color: #333333;
		color:#CCCCCC;
		margin: 0;
		padding: 0;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		
		height:100%;
		
	}
	
	
	#clear{
		clear:both;
	}
	
	#flashcontent {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	
	}
	
	#content {
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#CCCCCC;
		width: 500px;
		height: 650px;
		text-align:left;
		margin:50px auto 0 auto;
		
	}
	
	#nav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		float:left;
	}
	
	#nav ul {
		list-style-position: inside;
		list-style-type: none;
		font-style: italic;
		font-weight: bold;
	}
	
	#nav li {
		float:left;
		margin: 0 0 0 10px;
	}
	
	#contact {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #CCCCCC;
		float:right;
		padding-right:10px
		/*clear: both;*/
	}
	
	
	#contact ul {
		list-style-position: inside;
		list-style-type: none;
		font-style: italic;
		font-size:12px;
	
	}
	
	#contact li {
	float:left;
	margin: 0 0 0 10px;
	}
	
	/* end hide */

	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	a:hover {
	color: #000000;
	text-decoration: none;
	}
	a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
</style>
