* {
	margin: 0; padding: 0;
}

	body {
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
		background-image: url(images/topbg.jpg);
		background-repeat: repeat-x;}
	}


	h2 {

		color: #2f9fc7;

	}






	.clear {
		clear: both; 
	}

	p {
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0;

	}

	#head1 {
		width: 764px;
		height: 48px;
		text-align: left;

	}


		#logo {
			width: 204px;
			height: 137px;
			background: url("images/logo.jpg") no-repeat;
			float: left;
			margin: 0 0 0px 25px;
		}

		#headerimg {
			width: 204px;
			height: 137px;
			background: url("images/himg.jpg") no-repeat;
			float: left;
			margin: 0 0 0px 310px;
		}

		#head1 ul {
			clear: both;
			list-style: none;
		}
			#head1 ul li {
				float: left;
			}
				#head1 ul li a {
					height: 48px;
					display: block;
					outline: none;
					text-indent: -10000px;
				}


				#home:hover, #spec:hover, #pictures:hover, #video:hover {
					background-position: 0 -48px;
				}				

				#home {
					width: 92px;
					background: url("images/start.jpg") no-repeat;
				}

				#spec {
					width: 149px;
					background: url("images/spec.jpg") no-repeat;
				}

				#pictures {
					width: 92px;
					background: url("images/pictures.jpg") no-repeat;
				}
				#video {
					width: 92px;
					background: url("images/video.jpg") no-repeat;
				}
				#rest {
					width: 339px;
					background: url("images/rest.jpg") no-repeat;
				}





		#footer {
			width: 764px;
			height: 48px;
			background: url("images/footer.jpg") no-repeat;
			color: #FFFFFF;
			padding-top: 13px;
			margin: 0 auto;
		}

