/* CSS Document */

		#title, #title div
		{
			height:115px;
		}
		#title_left
		{
			position:relative;
			top:0px;
			left:0px;
			width:62px;
			
			background-image:url(../img/images/title_L.jpg);
		}
		#title_center
		{
			position:relative;
			top:0px;
			left:62px;
			width:679px;
			background-image:url(../img/images/title.jpg);
		}
		#title_right
		{
			position:relative;
			top:0px;
			left:679px;
			width:59px;
			background-image:url(../img/images/title_r.jpg);
		}
		
		#footer, #footer div
		{
			/*border:thin red solid;*/
			height:80px;
			padding:0px;
		}
		#footer span
		{
			position:absolute;
			bottom:0px;
			z-index:2;
			padding-bottom:5px;
			width:100%;
			font-size:9px;
			text-align:center;
		}
		#footer_left
		{
			position:relative;
			left:0px;
			width:80px;
			background-image:url(../img/images/bottom_l.jpg);
		}
		#footer_center
		{
			position:absolute;
			float:left;
			width:640px;
			margin-left:80px;
			background-image:url(../img/images/bottom_c.jpg);
		}
		#footer_right
		{
			position:absolute;
			left:720px;
			width:80px;
			background-image:url(../img/images/bottom_r.jpg);
		}
