/* ************ FONT GLOBAL ************ */
html		{width:100%; height:100%;}
body		{width:100%; height:100%; margin-left: 0px; margin-top: 0px;  background: #ffffff;
			 font: 40px/45px Georgia, "Times New Roman", Times, serif; color: #330000; text-decoration: none;}
a			{font: 12px/13px Georgia, "Times New Roman", Times, serif; color: #330000; text-decoration: none;}
a:hover		{font: 12px/13px Georgia, "Times New Roman", Times, serif; color: #330000; text-decoration: none;}
a:active	{font: 12px/13px Georgia, "Times New Roman", Times, serif; color: #330000; text-decoration: none;}


	

h1			{font: 30px/0px Georgia, Times New Roman, Times, serif;}
h2			{font: 15px/0px Georgia, Times New Roman, Times, serif;}
	
.menuTop	{font: 14px/14px calibri; padding-right: 130px;}
li	{font: 12px/16px Georgia, Times New Roman, Times, serif; color: #99cc33; padding-left: 20px }
		




/* --------------- Layout ---------------- */

	#mainframe	{width: 800px; margin-left: 50px; margin-top: 50px; position:absolute; z-index: 99999;}
	#header		{height: 110px; width: 800px; display: block; background-color: ff6699; margin-top: 10px; border-bottom:8px solid #330000; position:relative; z-index: 99999;}
	#outaspace	{background-color: #ff6699; position:absolute; z-index: 99950; display: block; width: 134; height: 800px; margin-left: 733px; margin-top: 55px; }
	#menuBar    {clear:both; border-bottom:8px solid #330000; border-top:2px solid #330000; style: block; margin-right:10em; margin-bottom:.25em; }
		
	#content { margin: 0 10em .5em 0;}
		
	#footer { clear: both; margin-right:10em; border-top:2px solid #330000;}


/* ---------------- End Layout ------------- */

/* ---------------- Typografie & Colours ------------- */

	.pink		{ color:#FF6699; }
	.brightPink { color:#FFCCCC; }
	.strongBrown { color:#330000; }
	.loungeOrange { color:#FF9933; }
	.retroGreen { color:#99CC33 }
	
	
	
	