/*		header   */
			#header {
				background: transparent url(/images/background_header.jpg) repeat-x;
				height: 157px;
			}

			#header h1, #header h2 {
				display: none;
			}

			#header .search {
				background: url(/images/header.jpg) no-repeat;
				height: 157px;
				width: 776px;
				margin: 0 auto 0 auto;
			}
			
				#header .search .field {
					padding-top: 123px;
					padding-left: 529px;
					float: left;
					width: 142px;
				}

				#header .search .button {
					padding-top: 123px;
					padding-left: 4px;
					float: left;
					width: 75px;
				}

				#header .search input {
					font-size: 10px;
					padding: 2px 0 0 2px;

					width: 138px;
					height: 16px;

					border-width: 0px;
				}
/*		end header   */

/*		footer   */
			#copyright {
				background-color: #fff;
				margin: 0px auto 0px auto;
				padding: 8px 0 0 0;
				text-align: left;
			}
			
			#copyright .copyright {
				color: #bbb;
				font-size: 11px;
				font-family: arial;
				width: 770px;
				margin: 0px auto 0px auto;
				padding: 4px 0 9px 0;
			}
			
			#copyright .copyright a {
				color: #666;
				text-decoration: none;
			}

			#footer {
				height: 165px;
				background: url(/images/background_footer.jpg) repeat-x;
				text-align: center;
			}
/*		end footer   */
