/* CSS Document */
/* CSS Document */
#header {
width:100%;
border:1px dashed #9900ff;
}

#search{
width:100%;
}

#search_bar {
width:100%;
float:left;
border:1px dashed #9900ff;
}

#search_result{
width:100%;
float:none;
border:1px solid #9900ff;
}

#content{
width:100%;
border:1px solid #99ffff;
}

#footer {
width:100%;
border:1px dashed #99ffff;
}

span.link{
cursor:pointer;
}
conten {
	width: 100%;
}
#conten {
	width: 100%;
}

table{
border-collapse: collapse;
border: 1px solid #000000;
margin: 2em auto;
}

tr,th,td{
border: 1px solid #000000;
}
