body
{
 background-color:#ffffcc;
 padding:0px;
 font-family:tahoma;
 line-height:1em;
}

#container
{
 width:840px;
 height:1000px;
 margin:0px auto; 
 position:relative;
 bottom:1em;
 left:25px;
}

	#divcenter
	{
	 width:640px;
	 height:100%;
	 float:left;
	 background-color:#ffe785;
	}

		#divtext
		{
		 font-size:10pt;
		 padding-left:1em;
		 padding-right:1em;
		 text-align:justify;
		}
		
		#divtext h1
		{
		 color:navy;
		 font-size:14pt;
		}
	#divleft, #divright
	{
	 width:75px;
	 height:100%;
	 float:left;
	}
	
	#divleft
	{ background:url('design/sidepic.jpg');	}

	#divright
	{ background:url('design/sidepic2.jpg'); 
	}
	
#navigation
{
 width:375px;
 margin:3em auto;
}

#navigation a img
{ border:none; }

h1
{ margin:0px; }

