@charset "utf-8";
#container {
	width: 903px;
	margin: 0 auto;
}
#header_top {
	background-image: url(layout/header.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 903px;
	line-height: 25px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
#header {
	height: 165px;
	width: 901px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#link {
	background-image: url(layout/footer.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 903px;
	vertical-align: 10%;
	line-height: 25px;
}
#container #link table {
	text-align: center;
}

#content_top {
	background-image: url(layout/header.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 903px;
}
#content {
	background-color: #fcfcfc;
	height: 500px;
	width: 901px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#footer {
	background-image: url(layout/footer.png);
	height: 25px;
	width: 903px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-repeat: no-repeat;
	background-color: #F30;
}

a:link {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #900;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	font-size: 11px;
}
a {
	font-size: 11px;
}
