@charset "utf-8";
#background {
	background-image: url(open_medicine_capsule.jpg);
	margin: auto;
	height: 700px;
	width: 1000px;
}
#content {
	height: 750px;
	width: 1000px;
}

#navigation {
	height: 30px;
	width: 400px;
	margin-left: 500px;
	padding-top: 25px;
}
#text {
	font-family: "Orator Std";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 500px;
	width: 700px;
	margin: auto;
	overflow: auto;
	padding: 10px;
}
