@charset "utf-8";
/* CSS Document */
/*layout*/
#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
	background:url(../graphics/wrapper.jpg);
}
#top {
	width:900px;
	height:250px;
	float:left;
	background:url(../graphics/header.jpg);
}
#side {
	width:200px;
	height:auto;
	float:left;
	background:#deedbd;
}
#main {
	width:700px;
	height:auto;
	float:left;
	background:#FFF;
}
#footer {
	width:500px; /*900-400*/
	height:20px;
	float:left;
	clear:both;
	background:url(../graphics/wrapper.jpg);
}
/*style*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	background-color: #bfe0e1;
}
a:link {
	color: #03C;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #900;
}
a:active {
	color: #03C;
}
p {
	padding:0;
	margin:0;
}
img {
	border:none;	
}
.txt {
	margin:0 20px;	
}
.sidebar {
	margin: 0 5px;	
}
.clear {
	clear:both;
	width:100%;
	height:0;
	visibility:hidden;
}