/* header of index page */

#headerold{
	background-color: #EDE8E8;
	height: 150px;
	background-image: url(../images/header_index.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
}
#header{
	background-color: #EDE8E8;
	height: 150px;
	background-image: url(../images/header_index2.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
}
#header a {
	color: #DA4204;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
