@charset "UTF-8";
/* CSS Document */
@import url(text.css);
@import url(layout.css);
div#top-main01 ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper .wall {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
}
img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
hr.footer {
	background-color: #003399;
	float: left;
	width: 800px;
	margin: 20px 0px 0px;
	padding: 0px;
	height: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0066CC;
	text-align: center;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	float: left;
	margin-top: 20px;
	padding-top: 5px;
}
body {
	background-image: url(../images/wall.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
ul.non {
	list-style-type: none;
	padding-left: 5px;
	margin-top: 10px;
}

