img.floatleft {
	float: left;
}
.toright {
	text-align: left;
	float: right;
	margin: 5px 5px 20px;
	font-size: 0.8em;
}
.toright img {
	display: block;
}
.floatright {
	float: right;
}
div.toright600 {
	text-align: left;
	float: right;
	vertical-align: top;
	width: 600px;
	margin: 5px 5px 30px;
	font-size: 16px;
}
div.toright500 {
	text-align: left;
	float: right;
	vertical-align: top;
	width: 500px;
	margin: 5px 5px 30px;
	font-size: 16px;
	clear: both;
}
div.toright400 {
	text-align: left;
	float: right;
	vertical-align: top;
	width: 400px;
	margin: 5px 5px 30px;
	font-size: 16px;
	clear: both;
}
img {
	border: medium none;
}
img#rehome {
	float: right;
}
a:link, a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	color: #996633;
}
.formright {
	text-align: right;
	width: 100%;
}
.clear-both {
	clear: both;
}
#email {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 200px;
}
.graybg {
	background-color: #F6F6F6;
}
.graybgyel {
	background-color: #E3E0CC;
}
form.inline {
	display: inline;
}
input.buttonxx {
	background-color: transparent;
	padding: 0px;
	border: none;
}
#content {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
html, ody, #content {
	min-height: 100%;
	width: 100%;
	height: 100%;
}/*these for footer, correct the bugs of diffent browsers 不同平台, 不同浏览器, body會使 討厭的水平捲軸出現*/
html>body, html>body #content {
	height: auto;
}/* these for footer */
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
}

