@charset "utf-8";
wrap {
	margin: 20px;
}

body {
	font-size: 12px;
}
#breakfast {
	float: left;
	height: 200px;
	width: 385px;
}


#lunch {
	float: right;
	height: 200px;
	width: 385px;
}
#alpha {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#alpha  li {
	float: left;
	list-style: none inside;
	margin-right: 5px;
}

#title {
	height: 30px;
}
#member table {
	margin-bottom: 15px;
	border: 2px dashed #E4EC89;
}

#member   p {
	display: inline;
}
#member  h4 {
	display: inline;
	line-height: 20px;
	margin-right: 3px;
}
#member   h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
}
#member img {
	margin-bottom: 15px;
}



#info {
	width: 260px;
	float: left;
	margin-left: 10px;
}


#descrip {
	float: left;
	width: 340px;
	margin-left: 5px;
	text-align: left;
}
#member   li, #member  ul {
	list-style: disc inside;
	margin-left: 20px;
}
