/* Arrange from CSS Document By QQ:251001247 */
html{
       overflow-y: scroll;
}
body {
	background-image:url(../images/bg.jpg);
	/*background-image:url(../images/confectionary.png);	*/
	background-repeat:repeat;
	background-attachment:fixed;
	font-family: Comic Sans MS, Georgia, Simhei, SimSun;
}

ul {
	list-style: none;
}
ol {
	padding-left:4px;
}
a:link,a:visited {
	text-decoration: none;
    color: blue;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
}
#middle{
	margin: auto;
	width: 1355px;
}
#main {
	margin: 0 2px;
	padding: 2px 2px;
	
	background-color:white;

	height: auto !important;
	overflow:visible;
}
#menu {
	margin: -2px 2px;
    clear: both;
	text-align: center;
	text-indent: 1px;
}
.hide {
	display: none;
}
.show {
	display: inline;
	overflow: auto;
	text-align: left;
	color: black;
}
.show h2 {
	line-height: 30px;
	font-size: 30px;
    color:blue;
}
.show h3 {
	line-height: 30px;
	font-size: 20px;
    color:black;
}
.show p {
	line-height: 150%;
	text-indent: 0em;
}

.show table {
	border-collapse: collapse;
	width: 100%;
}
.show table .head {
	line-height: 20px;
	font-weight: bold;
	color: #eee;
}
.show table td {
	padding: 5px 9px;
	
}
#link {
	overflow: hidden;
	margin: 0 20px;
	padding: 0 0;
	height: 1px;
}
#link ul li {
	float: left;
	display: inline;
	margin-left: 10px;
}
.foot { 
	margin: -20px 15px;
	font-style: italic;
	font-size: 12px;
	color: grey;
	height: 25px;
	text-align:center;
}
.copyright {
	height:25px;
	line-height:15px;
	padding-top:15px;
}
#banner {
	margin: 1em;
	text-align:center;
}
.shadow {
	padding: 0 20px;
}
.photo {
	border-style: none;
}
.photo td{
	padding: 5px 0 !important;
}
marquee {
	margin-top: 1em;
}