/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255);}
 A:link { color: rgb(84,126,63);}
 A:visited { color: rgb(213,126,21);}
 	<style type="text/css">
	#top {
		float:none;
		height:120px;
		width:505px;
		top:25px;
		overflow:auto;
	}

	#navi {
		float:left;
		margin-left:5px;
		width:90px;
		top:450px;
		left:50px;
		background:white;
	}

	#main-left {
		float:left;
		width:40%;
		margin-left:25px;
		top:250px;
		left:200px;
		background:transparent;
	}
	
	#main-right {
		float:left;
		margin-left:25px;
		width:40%;
		top:250px;
		left:200px;
		background:transparent;
	}

	#main {
		float:left;
		width:80%;
		margin-left:25px;
		top:250px;
		left:200px;
		background:transparent;
	}
	
	#bottom {
		float:right;
		position:relative; bottom:-15px;
		width:100%;
		background:transparent;
	}
	</style>
#main-right p strong {
	color: #F0F;
}
#main-left p strong {
	color: #FF0080;
}
#main-right h1 strong em {
	color: #F00;
}
#main-right h1 strong em {
	font-family: Arial, Helvetica, sans-serif;
}
