/* interface */
body {
	text-align: center;
	background-color: #F3F3F3;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	margin-top: 30px;
}
body div {
	text-align: left;
	margin: 0 auto;
}
img {
	margin-top: 10px;
	margin-bottom: 20px;
}


a {
	text-decoration: none;
	}

a:link,img {
	color: #EC6D40;
	border:none;
	}

a:visited,img {
	color: #EC6D40;
	border:none;
	}

a:active,img {
	color: #EC6D40;
	border:none;
	}

a:hover {
	color: #EC9140;
	text-decoration: underline;
	}


#container {
	width: 500px;
	text-align: center;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#container p {
	color: #000000;
	font-size: 80%;
	line-height: 150%;
}
#footer {
	background-color: #CCCCCC;
	text-align: center;
	padding: 2px;
	margin-top: 30px;
}
#footer img {
	margin: 0px;
}


h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #990000;
}
