/* general formatting */

body			{font-family:			Arial, sans-serif;
				 font-size:				10pt;
				 background-image:	url(pics/body_background.jpg);}

p				{font-family:			Arial, sans-serif;
				 font-size:				10pt;
				 text-align:			left;}

table			{font-family:			Arial, sans-serif;
				 font-size:				10pt;}

/* container */

#adjuster_left	{
				 float:					left;
				 position:				fixed;}

#adjuster_right	{
				 float:					right;}
				 
#portrait	{position:				relative;
				 width:					175px;
				 padding:				0px;
				 text-align:			center;
				 background-color:	#ffb769;}
		 
#navileft	{position:				relative;
				 width:					175px;
				 padding:				0px;
				 color:					#000000;
				 background-color:	#44aadd;}
		 
#navileft table	{
				 font:					12pt/18pt	Arial, sans-serif;
				 font-weight:			bold;}

#naviright	{position:				relative;
				 width:					175px;
				 padding:				0px;
				 color:					#000000;
				 background-color:	#ff7f7f;}

#naviright table	{
				 font:					12pt/18pt	Arial, sans-serif;}

#extendedleft	{
				 position:				relative;
				 width:					175px;
				 padding:				0px;
				 color:					#000000;
				 text-align:			center;
				 background-color:	#80ba9f;}
		 
#naviabout	{position:				relative;
				 width:					175px;
				 padding:				0px;
				 color:					#000000;
				 background-color:	#44aadd;}

#naviabout table	{
				 font:					10pt/16pt	Arial, sans-serif;
				 font-style:			normal;
				 font-weight:			bold;
				 color:					#444444;}

#banner		{width:					100%;
				 height:					30px;
				 font:					18pt/20pt	Arial, sans-serif;
				 text-align:			center;
				 font-weight:			bold;
				 color:					#000000;}
		 
#mainarea	{text-align:			center;
				 position:				relative;
				 margin-top:			10px;
				 margin-bottom:		20px;
				 margin-left:			195px;
				 margin-right:			195px;
				 border:					1px dotted;
				 color:					#000000;
				 background-color:	#eeeedd;}

/* links */

#navileft a:link,
#naviright a:link	{
				 color:					#000000;
				 font-weight:			bold;
				 font-style:			italic;
				 text-decoration:		none;}
		 
#navileft a:visited,
#naviright a:visited	{
				 color:					#000000;
				 font-weight:			bold;
				 font-style:			italic;
				 text-decoration:		none;}
		 
#navileft a:hover, a:active,
#naviright a:hover, a:active	{
				 color:					#ffffbb;
				 font-weight:			bold;
				 font-style:			italic;
				 text-decoration:		none;}

#naviabout a:link,
#mainarea a:link	{
				 color:					#444444;
				 font-weight:			bold;
				 font-style:			italic;
				 text-decoration:		none;}
		 
#naviabout a:visited,
#mainarea a:visited	{
				 color:					#444444;
				 font-weight:			bold;
				 font-style:			italic;
				 text-decoration:		none;}
		 
#naviabout a:hover, a:active,
#mainarea a:hover, a:active	{
				 color:					#bbbbbb;
				 font-weight:			bold;
				 font-style:			italic;
				 text-decoration:		none;}

/* other */

#zentrieren	{vertical-align:		text-top;
				 text-align:			center;}