	body {
		margin: 0px;
		padding: 0px;
		background-color: black;
		color: #7f8a81;
		font-family: Helvetica, Verdana, Arial, "Myriad pro", "Trebuchet MS", sans-serif;
		font-size: 12px;
	}
	
	a {
		border: 0;
		color: #55198c;
	}
	
	a img {
		border: 0;
	}
	
	em {
		font-style: normal;
		color: white;
	}
	
	#horizontal {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		min-width: 710px; 
		margin-top: -310px;
		text-align: center;
		background-color: transparent;
	}
	
	#wrapper {
		position: relative;
		width: 710px;
		height: 600px;
		margin: 0px auto;
		text-align: left;
		background-color: black;
	}

	
	#flashCdai {
		width: 710px;
		height: 600px;
		padding: 0;
		margin: 0;
		background-color: black;
	}

	#flashNav,
	#flashContent,
	#flashContentProjects,
	#flashProjects {
		width: 710px;
		padding: 0;
		margin: 0;
		background-color: black;
	}
	
	#flashNav {
		height: 80px;
		margin-bottom: 10px;
		background: url(img/logo.gif) no-repeat left center;
	}
	
	#flashContentProjects {
		width: 690px;
		margin-left: 20px;
		height: 446px;
		margin-bottom: 14px;
		background-color: black;
	}

	#flashContent {
		height: 446px;
		margin-bottom: 14px;
	}
	
	#flashProjects { height: 50px; }
	
	.stand-out { color: #fdd211; font-size: 120%; font-weight: bold;}
	
	h3,
	h4,
	h5 { color: white; }
	
	xxh4 { color: #7f8a81;}