@charset "utf-8";
/* CSS Document */

	body						{background:#ffffff url('../../images/Animations/background-tile-gradient.gif') repeat-x;}
	h5							{font-size:16px; font-weight:normal; margin:0px;}
	p							{color:#5c73b8}
	h1							{font-weight:bold; font-size:16px; text-decoration:underline; color:#000000;}
	h2							{font-weight:bold; font-size:24px; text-decoration:underline; color:#000000;}
	
	#container					{}
	
	#title						{}
	
	#content					{height:900px; width:890px;}
	#left_column				{width:150px; float:left; height:900px; background:#5c73b8 url(../../images/Animations/menu_slice.gif) repeat-x;}
	
	#left_column ul				{margin:0px; padding:0px;}
	#left_column ul li			{background:#e6da73 url(../../images/Animations/button-background-1.png) no-repeat center;}
	#left_column ul li			{list-style:none; margin:0px; padding:0px;}
	#left_column ul li			{text-align:center; height:40px;}
	#left_column ul li:hover	{background:#e6da73 url(../../images/Animations/button-background-2.png) no-repeat center;}
	#left_column ul li a		{color:#e6da73; text-decoration:none;}
	#left_column ul li a:hover	{color:#5c73b8;}
	
	#center_column				{width:330px; float:left; height:900px; background:url(../../images/back-tile-content.gif) repeat-y;}
	#center_column				{text-align:justify; padding-left:5px; padding-right:5px;}
	#right_column				{width:350px; float:left; height:900px; background:#5c73b8 url(../../images/Animations/picture_slice.gif) repeat-y;}
	
	#footer,#address_top			{width:840px; height:auto;}		#footer,#address_top			{text-align:center; margin:0px; padding:0px; background-color:#5c73b8;  color:#e6da73;font-size:20px;}
	
	.link						{padding-top:7px;}
	
	#right_column ul			{margin:0px; padding:0px;}
	#right_column ul li			{margin:0px; padding:0px; list-style:none; text-align:center; padding-top:10px;}
	#right_column ul li img		{}

