/*
		LastModified: 2005/02/09
*/


/* ********** init ********** */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	text-align: center;
	font-size: 80%;
	font-family: Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* ********** wrapper ********** */
#wrapper {
	margin: 0 auto;
	width: 580px;
	background: url(images/cmn_bg.gif) repeat-y;
}


/* ********** header ********** */
#header {
	height: 156px;
	text-align: left;
	background: url(images/cmn_head_bg.gif) repeat-x;
}
#header h1 {
	padding: 43px 0 0 30px;
}
#header h2 {
	margin: 33px 0 0 30px;
}


/* ********** doc_title ********** */
#doc_title {
	margin-bottom: 30px;
}


/* ********** section ********** */
#section {
	margin: 0 auto;
	width: 520px;
	text-align: left;
}
#section p {
	margin-bottom: 30px;
	line-height: 1.7em;
}
#section p .algn_left {
	float: left;
	margin-bottom: 10px;
}
#section p .algn_right {
	float: right;
	margin-bottom: 10px;
}

/* ********** profile ********** */
#profile {
	margin: 30px auto 30px;
	width: 520px;
	text-align: left;
	border-top: 1px solid #999;
}
#profile p {
	margin-top: 10px;
	color: #666;
	font-size: 10px;
	line-height: 1.3em;
}
#profile p .algn_left {
	float: left;
	margin: 0 10px 10px 0;
}


/* ********** footer ********** */
#footer {
	height: 100px;
	background: url(images/cmn_foot_bg.gif) repeat-x;
}
#footer p {
	margin: 0 auto;
	padding-top: 19px;
	width: 520px;
	text-align: right;
}