@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 730px;
	margin-right: 45px;
	margin-left: 45px;
}
/* footer style
------------------------------*/
#footer p {
	float: right;
	margin-bottom: 30px;
	height: 11px;
	margin-top: 0px;
}
#footer ul#logo {
	height: 26px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}
#footer ul#logo li {
	list-style-type: none;
	margin-right: 25px;
	margin-left: 15px;
	float: left;
}
#footer ul#sub {
	width: 730px;
	height: 18px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
#footer ul#sub li {
	list-style-type: none;
	float: left;
	padding-left: 0px;
	margin-top: 0px;
}
#footer address {
	float: right;
	font-size: 9px;
	color: #666666;
}
