@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #EEF7FC;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #0099FF;
}
#banner {
	background-image:url(images/banner.jpg);
	width: 735px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	background-image: url(images/button6.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 735px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
}
#under_menu {
	background-image: url(images/under_menu.jpg);
	width: 735px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
}
#body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	width: 735px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px thin #000000;
}
#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 694px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 735px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
}