* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-image: url(/images/bg.gif);
}
body,td,th {
	font-size: 12px;
	color: #000;
}
#main {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	background-image: url(/images/main_bg.gif);
    overflow :hidden;
}
#main #left {
	width: 220px;
	height: auto;
	padding: 10px;
	float: left;
}
#main #center {
	width: 740px;
	height: auto;
	padding: 10px 8px;
	color: #000;
	float: left;
}
#footer {
	width: 1000px;
	height: 115px;
	margin: 0px auto;
	text-align: center;
	background-image: url(/images/footer_bg.gif);
	clear:both;
	background-repeat: repeat-x;
}
#footer #bar {
	width: 1000px;
	height: 12px;
	margin: 0px auto;
	padding: 11px 0px;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #d4e3e7;
}
#footer #bar2 {
	width: 1000px;
	height: 30px;
	padding: 2px 0px;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #d4e3e7;
}
#footer #copyright {
	width: 1000px;
	height: 36px;
	margin: 0px auto;
	padding: 22px 0px;
	font-size: 12px;
	text-align: center;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #369; 
	text-decoration: underline;
}
#menu a:link, #menu a:visited {
	color: #fff;
	padding:10px 8px; 
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #fff;
	font-weight: bold;
	padding:10px 6px 5px 6px; 
	border-bottom: 3px solid #369;
	background-image: url(/images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.input_text {
	border: 1px solid #d4e3e7;
	padding: 2px;
	color: #999;
	background-color:#fff;
}
.button {
	height:21px;
	border: 1px solid #caebf7;
	background-color:#bedeff;
	color: #000;
}
.select_menu {
	background-color:#fff;
}
