* {
	margin : 0;
	padding: 0px;
}
body {
	text-align:center;
}
.all {
	width: 720px;
}
.head {
	width: 720px;
	background-color: #993300;
	text-align:left;
}
.main {
	width: 710px;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	margin-bottom: 5px;
}
div.main p {
	text-align:left;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 10px;
}
div.main table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pic {
	margin-bottom: 10px;
}
.foot {
	width: 720px;
	background-color: #FFFFFF;
	text-align:left;
}
div.foot p {
	text-align:left;
	letter-spacing: 2px;
	font-size: 14px;
	margin-left:25px;
	margin-bottom:15px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}
