html {
	text-align: center;
}
body {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
div#center{
	width: 770px;
	margin: 0px auto;
	height: 100%;
}
a:link {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a.nav:link {
	color: #FFDC1F;
	text-decoration: none;
}
a.nav:hover {
	color: #FFF;
	text-decoration: underline;
}
a.nav:visited {
	color: #FFDC1F;
	text-decoration: none;
}
#ban {
	width: 770px;
	height: 196px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}
#nav {
	width: 770px;
	height: 23px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 7px;
}
#content {
	background-color: #FFF;
	width: 750px;
	text-align: left;
	padding: 0px 10px 10px 10px;
}
.sayit {
	background-image: url(../images/sayit-bg.jpg);
	background-repeat: repeat-x;
}
.page-img {
	float: right;
	padding: 10px;
}
.footer {
	font-size: x-small;
	padding: 10px 0px 0px 0px;
	color:#999;
	text-align: right;
	clear: both;
}
.xs {
	font-size: x-small;
}
table {
	background-color: #FFFFFF; 
	text-align:left;
}.red {
	color: #FF0000;
}
.specialBox {
	background-color: #E0E0E0;
	border: 1px solid #B4B4B4;
}