
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	

}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}
a:hover {
	color: #7C7C7C;
	font-weight: bold;
	text-decoration: none;
		
}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}

#flash {
position: relative; /*or absolute*/
z-index: 0;
}


#navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
}
#content {
    margin-left: 10em;
}