body { font: 14px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#d‚Qb‚Wf‚S; color:#333333; margin: 0; text-align: center; }


/*
 *		header
 */
#header {
	clear: both;
	height: 28px;
	text-align: center;
	vertical-align:middle;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}
#header .header_logo {
	border: 0; 
}


/*
 * main body
 */
.main {
	clear: both;
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 0px;
}


/*
 * copyright
 */
.copy {
	width: 90%;
	clear: both;
	font-size: 10px;
	text-align: center; padding: 10px; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 0px solid;
}


/*
 * link
 */
a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#000000; }
a:active { text-decoration:none; color:#aaaaaa; }
a:hover { text-decoration:underline; color:#aa0000; }
