@charset "utf-8";

body {
	background-color: #F8EECB;
	background-image: none;
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #f8eecb;
	width: 405px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#body {
	background-color: #f8eecb;
	width: 405px;
	position: relative;
	height: 600px;
}


* {
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 3px;
	padding-left: 12px;
}
