html, body 					{	height: 100%; }
body 						{ 	margin: 0px; font-family: Arial; font-size: 12px; color: #333; 
								background: url('/images/background_body.jpg') top center repeat-x #f2e7d3; }

#main						{	width: 1000px; display: block; margin: 0 auto; }

/*-----------------------------------------------------------------------------------------*/

#head						{	height: 532px; background: url('/images/background_head.png') top center no-repeat; position: relative; margin-bottom: 10px; }

#head .logo					{	position: absolute; bottom: 60px; right: -20px; z-index: 2; }

#head .menu					{	position: absolute; bottom: 75px; left: 50%; background: url('/images/background_menu.png') top left repeat-x;
								clear: both; height: 54px; width: 860px; margin-left: -430px; z-index: 1; }
#head .menu a				{	font-size: 14px; color: #4c5b52; text-decoration: none; display: block; float: left; 
								border-right: 1px dashed #4c5b52; padding: 17px 20px 18px 20px; text-transform: lowercase; }
#head .menu a:hover			{	text-decoration: underline; }

#page						{	width: 570px; margin: 0 auto; }

/*---------------------------------------	TEXT		---------------------------------------*/


#text						{	font-size: 12px; font-family: Tahoma; color: #787878; }
#text h1						{	color: #65472f; font-size: 20px; margin: 0px 0px 10px 0px; line-height: 28px; border-bottom: 1px solid #c0a062;
								padding-bottom: 5px; font-weight: bold; }

#text p 						{	margin: 5px 0px 5px 0px; text-indent: 10px; line-height: 18px; text-align: justify; }
#text strong					{	color: #336699; font-weight: bold; }
#text b						{	color: #336699;  }
#text .hr					{	clear: both; height: 1px; }

#text ul						{	list-style: disc; margin: 10px;}
#text ul li					{	margin: 10px 5px 5px 15px; }
#text ul b					{	font-weight: bold; text-decoration: none; }
#text hr						{	color: #aaa; margin: 20 0 20 0px; clear: both; }

#text img					{	display: block; }
#text .left					{	float: left; }
#text .right					{	float: right; }
#text .center				{	float: center; }

/*-----------------------------------------------------------------------------------------*/

#bottom						{	height: 176px; background: url('/images/background_bottom.png') top center no-repeat; margin: 50px 0px 50px 0px; }

/*---------------------------------------    MAP ----------------------------------------*/

#map						{ 	height: 400px; width: 490px; border: 1px solid #8b4a64; margin: 10px; }

/*-----------------------------------------------------------------------------------------*/


