/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	text-align: center;
	background: #bababa;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	color:#000000;
}

h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 14px 10px 0 20px;
}

p {
	font-size: 14px;
	line-height: 19px;
}

a {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

img {
	vertical-align:top;
}

/* id
------------------------------------------------------- */

#container {
	width:600px; 
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}

#dateandtime {
	background-image: url(http://joyofsake.com/htmlmail/images/bcgd01_400x203.jpg);
	background-color:#fffef0;
	height:203px;
	margin: 20px 30px 30px 30px;
	border: 1px solid #000000;
}

#dateandtime img {
	float: right;
}

#mainContent {
	margin: 0 30px 30px 30px; 
	clear: right;
}

#footer {
	background:#9d3824;
}

#footer p {
	margin: 0; 
	padding: 7px 0;
	font-size:12px;
	text-align:center;
	color:#ffffff;
}

/* class
------------------------------------------------------- */

.maplink {
	font-size:13px;
	font-weight: normal;
	color:#000000;
}

.weblink {
	color: #ffffff;
	font-weight:normal;
}

.h2small {
	font-size:13px;
	font-weight:normal;
	line-height: 18px;
}
