/*-- POSITION --*/
	#center { width: 200px; height: 200px; position: absolute; top: 50%; left: 50%; margin: -140px auto auto -75px; }
/*-- POSITION --*/	

/*-- CONTENT --*/
		#wrap { float: left; width: 100%; }
		#address { float: left; width: 100%; text-align: left; margin: 2px 0 0 0; }
		#navigation { float: left; width: 100%; height: 29px; text-align: left; margin: 30px 0 0 0; }
			#navigation span { float: left; width: 100%; margin: 9px 0 0 0; }		
/*-- CONTENT --*/

/*-- TYPOGRAPHY --*/
	body		{ font-size: 0.75em; background-color: #ffffff; color: #000000; font-family: Georgia, serif; font-style: italic; }

	h1 { font-size: 2.0em; font-weight: bold; width: 194px; height: 128px; margin: 0; }
	h1 a { display: block; font-size: 20px; font-weight: bold; width: 194px; height: 128px; background: url(../images/TUB_LOGO.png) top left no-repeat; text-indent: -5000px; }
	
	span 		{ font-size: 1.0em; font-weight: bold; }	
	p span 		{ font-size: 1.0em; }	
		
	a:link		{ outline: none; color: #000000; text-decoration: none; }
	a:hover		{ outline: none; color: #b2b2b2; text-decoration: none; }
	a:visited	{ outline: none; color: #000000; text-decoration: none; }	
	a:active	{ outline: none; }	
	
/*-- TYPOGRAPHY --*/
