body {
	background: #dddedc;
	margin: 0px;
	font: 9pt Trebuchet MS;
	text-align: center;
	color: #68737e;
}
#wrap {
	background: url(images/img_02.jpg) repeat-y;
	width: 581px;
	height: auto;
	margin: 0px auto;
	text-align: justify;
}
#header {
	background: url(images/img_01.jpg) no-repeat;
	width: 581px;
	height: 365px;
	clear: both;
}
#contentsBody {
	text-align: justify;
	clear: both;
	margin: 0px 50px 0px 50px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #547086;
}
a:hover, b {
	color: #000000;
}

#contentsBody h1 {
	font: 17pt Arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #6b849e;
	margin: 0px 0px 15px 0px;
}
#contentsBody h1:first-letter {
	color: #1a486b;
}
#contentsBody div.main {
	background: #d5d7d4;
	padding: 10px;
	-moz-border-radius: 5px;
	margin: 0px 0px 25px 0px;
}
#contentsBody div.mainText {
	text-align: justify;
}
#contentsBody div.navigation {
	background: #d5d7d4;
	padding: 10px;
	-moz-border-radius: 5px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}
#contentsBody div.navigation a {
	font:9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
#contentsBody div.navigation a:hover {
	color: #547086;
}
#footer {
	width: 581px;
	height: 10px;
	clear: both;
}