body {

	background-color: #fff;

	color: #666;

	font-family: Arial, Helvetica, sans-serif;

}

#top {

	width: 900px;

	height: 300px;
	
	border-bottom: 1px dashed #000;

	background-image: url(../img/header1.jpg);

}

.cent {

	text-align: center;

}

#all {

	width: 900px;

	background-color: #fff;

	border: 1px solid #000;

	overflow: auto;

	margin: 20px auto 0 auto;

}

.left {
	text-align: left;
}

td {

	padding-right: 5px;

}

#body {

	margin-top: 40px;

	text-align: center;

}

#footer {

	margin-top: 30px;
	font-size: 10px;
	text-align: center;

}

a:link {

	color: #000;

	text-decoration: none;

}

a:visited {

	color: #a00;

	text-decoration: none;

}

a:hover {

	color: #000;

	text-decoration: underline;

}

p {

	margin-left: 10px;

}

.prepost td {

	text-align: center;

}