* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f4f4f4;
	background-image : url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: small;
	margin-left: 8px;
}
blockquote {
	margin-left: 15px;
}
div#body {
	padding: 10px;
	background-color:#FFFFFF;
}
.contents {
	margin: 0px auto;
	width: 785px;
}
#content {
	margin-top: 30px;
	clear: both;
}
img#title {
	margin-top: 10px;
	margin-bottom: 20px;
}

h2.sub_title {
	background-color: #F0F0F0;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

