/*Design by Jeffrey*X3 @ 11.24.09*/

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif; ;
}

.clear{
	clear: both;
}

img {
	border: 0;
}
#wrapper{
	margin: auto;
	width: 1004px;
	color: #666;
}
a{
	color: #000;
}
#nav{
	width: 100%;
	height: 32px;
	margin-top: 6px;
	background-color: #f7f7eb;
	border-bottom: 1px solid #fff;
	border-top: 6px solid #393939;
}
#nav ul{
	width: 960px;
	height: 32px;
	text-align: center;
	margin: auto;
}
#nav li{
	width: 120px;
	height: 32px;
	float: left;
}
#nav li a{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bolder;
	color: #292929;
}
#nav li a:hover{
	background-color: #bd0000;
	color: #fff;
}

#left{
	width: 250px;
	float: left;
}
#middle{
	width: 510px;
	padding: 6px;
	float: left;
	height: 500px;
}
#right{
	width: 220px;
	float: left;
	background: #f6f8e4;
	padding: 6px;
}
#menu-js{
	padding: 9px 9px;
	width: 242px;
	background-image: url(../Images/menu-bg.gif);
	background-repeat: no-repeat;
}
H1 {
	width: 224px;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	background: #454545;
	margin-bottom: 10px;
}
H1 a {
	display: block;
	font-size: 14px;
	width: 224px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	moz-outline-style: none;
	text-indent: 2em;
}
.content{
	margin: auto;
	width: 220px;
	margin-bottom: 10px;
}
.content a{
	display: block;
	width: 220px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	list-style: none;
	margin: 0 0 2px 0;
	text-indent: 3em;
}

.guide-pic{
	margin-bottom: 8px;
}

.schedule{
	border-top: 1px dotted #bcbf9d;
	padding: 8px 0;
}


#date,#address{
	width: 200px;
	margin: auto;
}
#date dt,#address dt{
	color: #e90606;
	font-weight: bold;
	margin: 10px 0;
}


#date dd,#address dd{
	margin: 5px 0;
}
.readmore{
	text-align: right;
	margin: 6px 0;
}

.download{
	text-align: center;
	margin: 0px auto;
}

.photos{
	float: left;
	margin: 6px;
}

#friend{
	background: #e9f2f4;
	width: 100%;
	
}