/* CSS Document */
@media screen{

/* Basics */
	body {
		background: #CCCCCC;
		color: #666666;
	}
	
	p a{
		color: 666666;
		font: bold 10pt/16pt EngraversGothic BT;
		}
		
/* DIV's */
	#container{
		width: 60%;
		margin-left:  30%;
		margin-right: 10%;
		}

	#header{
		width: 300px;
		height: 15px;
		background: url(../images/type.gif) #DDD no-repeat;
		}

	#flashFolio {
		padding: 0px;
		float: right;
		height: auto;
		width: auto;
		margin: 0px;
		clear: left;
		position: relative;
		border-width: 0px, 0px, 0px, 1px;
		border-style: solid;
		border-color: #000000;
		z-index: -100;
		top: 0px;
		right: 0px;
		}
}