
	/*-------------------- FOOTER----------------------*/
	#footer
	{
		width:100%;
		display: block;
		height: 60px;
		float: left;
		background: url('../img/footer.gif') top left repeat-x;
	}
		#footer1
		{
			width: 1000px;
			margin:0 auto;
			height: 60px;
			background: url('../img/footer1.gif') top left no-repeat;
		}
		#footer1 h1
		{
			display:block;
			float: left;
			padding:0;
			margin: 20px 0 0 80px;
			font-size: 10px;
			color: #ffffff;
			line-height: 24px;
			text-align: center;
			width: 400px;
			font-weight: normal;
			font-size: 9px;
		}
		
			#footer1 a
			{
				padding: 0;
				margin: 20px 0 0 15px;
				float: left;
				width: 220px;
				font-size: 10px;
				color: #ffffff;
				line-height: 24px;
				text-align: center;
				text-decoration: none;
			}
			#footer1 a:hover
			{
				text-decoration: underline;
			}
			.create
			{
				width: 220px !important;
				float: right !important;
				padding: 2px 0 0 0 !important;
				line-height: 22px !important;
			}
	/*----------------------------STOP FOOOTER-----------------*/