h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.png {
	behavior: url("css/libraries/pngbehavior.htc");
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFECF9;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

body {
	margin: 0px auto;
	width: 658px;
	color: #666666;
}

	a:link {
	color: #666666;
	text-decoration: none
}
	a:visited {
	color: #666666;
	text-decoration: none
}
	a:hover {
	color: #666666;
	text-decoration: none
}
	a:active {
	color: #666666;
	text-decoration: none
}

#header {
	background-image: url(../images/header.jpg);
	width: 658px;
	height: 128px;
	margin-top: 10px;
}

#menu_top {
	background-image: url(../images/menu_top.jpg);
	width: 658px;
	height: 25px;
	margin-top: 3px;
	text-align: center;
	padding-top: 8px;
}

#menu_left {
	width: 158px;
	margin-top: 0px;
	float: left;
}

#menu_left_top {
	background-image: url(../images/menu_left_top.jpg);
	width: 158px;
	height: 34px;
	margin-top: 5px;
}

#menu_left_top2 {
	background-image: url(../images/menu_left_top2.jpg);
	width: 158px;
	height: 34px;
	margin-top: 5px;
}

#menu_left_center {
	background-image: url(../images/menu_left_center.jpg);
	width: 148px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

#menu_left_footer {
	background-image: url(../images/menu_left_footer.jpg);
	width: 158px;
	height: 23px;
}

#main {
	float: right;
	margin-top: 5px;	
}

#main_top {
	width: 497px;
	height: 30px;
}

#main_center {
	background-image: url(../images/main_center.jpg);
	width: 487px;
	padding-left: 10px;
}

#main_footer {
	background-image: url(../images/main_footer.jpg);
	width: 497px;
	height: 22px;
}

#footer {
	background-image: url(../images/footer.jpg);
	width: 659px;
	height: 32px;
	float: left;
	margin-top: 5px;
}
