@charset "utf-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 72%;
	line-height: 1.4;
	color: #333333;
	background-color: #CCCCCC;
}
/* link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: inherit;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------*/
#wrapper {
	background-color: #ffffff;
	margin: 0px auto;
	height: auto;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#header {
	float: left;
	height: 280px;
	width: 800px;
}
#address {
	line-height: 1.1;
	float: right;
	width: 120px;
	margin-bottom: 0px;
	padding-top: 15px;
}
#main {
	float: left;
	height: auto;
	width: 800px;
}
#main1 {
	line-height: 1.4;
	float: left;
	height:185px;
	width: 710px;
	padding-left: 40px;
	padding-top:5px;
	padding-bottom:10px;
}
/* main1 layout
-----------------------------*/
#main2 {
	line-height: 1.4;
	float: left;
	height: auto;
	width: 760px;
	padding-left: 20px;
}
/* main2 layout
-----------------------------*/
/* main layout
-----------------------------*/
.floatLeft {
	float: right;
}

