body {
	background: #fff;
	font-size: 100%;
	font-family: arial, verdana, helvetica;
	margin: 0;
	padding: 0;
}

#header {
	margin: 10px auto 0 auto;
	width: 800px;
}

#logo {
	margin: 0 0 10px 0;
	text-align: center;
}

#navi {
	background: #e84067;
	text-align: left;
	padding: 0;
	width: 800px;
}

#navlist {
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
	text-align: left;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
}

#navlist li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navlist li a:hover {
	color: #000;
	text-decoration: underline;
}

#content {
	margin: 20px auto 0 auto;
	width: 800px;
}

#content_left {
	float: left;
	padding: 0;
	margin: 0;
	width: 214px;
}

#content_right {
	background: #fff;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 546px;
}

#content_right h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#content_right h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#content_right h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#content_right p {
	font-size: 100%;
	line-height: 1.5;
	margin: 10px 0 30px 0;
	text-align: justify;
}

#content_full {
	margin: 10px auto 0 auto;
	width: 800px;
}

.list_left {
	background: #e7e7e7;
	float: left;
	width: 200px;
}

.list_right {
	background: #e7e7e7;
	float: right;
	padding: 0 10px 0 10px;
	width: 560px;
}

.list_right h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.list_right p {
	font-size: 100%;
	line-height: 1.5;
	margin: 10px 0 30px 0;
	text-align: justify;
}

#footer {
	background: #fff;
	border-top: 1px solid #e84067;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 80%;
	width: 780px;
}

#footernavlist {
	margin: 0 0 0 0;
	padding: 0;
}

#footernavlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}

#footernavlist li a {
	color: #000;
	text-decoration: none;
}

#footernavlist li a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
}