/* CSS for main index */

BODY	{ 
	background: URL(img/background_01.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	text-align: justify;
	font-family: gill, helvetica, sans-serif;
	color: #5A7599
		}

#Header	{
	position:  relative
		}

#HeaderCaption	{
	position: absolute;
	left: 350;
	top: 310;
	right: 10;
	bottom: 100;
	font-size: 16px;
	color: #5A7599;
				}

#HeaderSiteAddress	{
	font-family: serif, fantasy;
	font-style: italic;
	font-size: 28px;
	position: absolute;
	left: 660;
	top: 80;
	right: 10;
	bottom: 100;
	color: #5A7599;
	text-decoration: none
				}

#HeaderImage_01	{
	position: absolute;
	left: 5;
	top: 20
				}

#HeaderLink	{
	position: absolute;
	left: 560;
	top: 25
			}
