		body
		{
			margin: 0;
			padding: 0;
			font-size: 12px;
			font-family: verdana, georgia, times, "times new roman", serif;
			color: #000;
			background-color: #999;
                        text-align: center;
		}
		h1
		{
                        color: #666;
		}
		table
		{
			font-size: 12px;
                }

		div#all
		{
			width: 720px;
			margin: 10px auto;
                        text-align: left;

		}
		div#logo
		{

			background-image: url("top.jpg");
			background-repeat: no-repeat;
			background-position: left top;
                        width: 720px;
                        height: 270px;
		}
		div#foot
		{

			background-image: url("bottom.jpg");
			background-repeat: no-repeat;
			background-position: left top;
                        width: 720px;
                        height: 120px;
		}

		a:link, a:visited
		{
			color: #333;
			text-decoration: none;
		}		



		#content
		{

			padding: 1em;
			text-align: justify;
			font-size: 12px;
			background-image: url("tlo.jpg");
			background-repeat: repeat;
			background-position: top left;
			background-color: #FFFA97;
		}
		h1
		{
			color: black;
			font-size: 1.5em;
		}
		h2
		{
			color: black;
			font-size: 1.1em;
		}

		#footer
		{
			clear: both;
			margin: 0;
			padding: .5em;
			color: #333;
			text-align: center;
			background-image: url("../img/tlo2.jpg");
			background-repeat: repeat-y;
			background-position: right;
			background-color: #999;
		}

		.big
		{
			float: left;
			padding-right: 7px;
			font-size: 4em;
			line-height: 83%;
			
		}
		img { border: 0; }
		
		.imglogo
		{
                        float: left;
                }

		#navcontainer 
		{
		}

		#navcontainer ul
		{
			 list-style-type: none;
		}
