*{margin:0px; padding:0px;}
body {
	background-color: #F0F0F0;
}
.container .content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
}

.container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-bottom-width: 1px;
	text-align: center;
	padding-bottom: 50px;
}
.container .header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.container .header {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 598px;
	text-align: center;
	padding-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.footer {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 8px;
}
