@import url('reset.css'); 
@import url('typo.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
	background-image: url(../img/main-bg.png);
	font-family:"Times New Roman", Times, serif;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
    font-weight:bold;
    }
.nice {
    color:#000;
    font-weight:bold;
    text-align:center;
    border: 2px solid #03f;
    }
.shedul
    {
    font-size:12px;
    color:#000000;
    text-align:center;
    border: 2px solid #03f;
    }

table#ttshedule{
    border: 2px solid #03f;
    }

div#header{
	background-image:url(../img/header-bg.png);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
	border-bottom: 2px groove #ffffff;
}
div#lefthead{
	background-image:url(../img/logo-trans.png);
	background-repeat:no-repeat;
	width:527px;
	height:157px;
	margin:21px 0 22px 10px;
	float:left;
}
div#righthead{
	background-image:url(../img/header-bg-trans.png);
	background-repeat:no-repeat;
	width:438px;
	height:200px;
	float:right;
}

.ttcell {
	text-align:center;
	font-size:14px;
	color:#000;
	border: 1px solid #03f;
}
.tthead {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border: 1px solid #03f;
}



div#content{
	
}
div#MenuContainer{
	width:281px;
	margin:30px 0px;
	float:left;
}
div#MnuTop{
	width:281px;
	height:30px;
	background-image:url(../img/mnu-top-trans.png);
	background-repeat:no-repeat;
}
div#MnuBottom{
	width:281px;
	height:30px;
	background-image:url(../img/mnu-bottom-trans.png);
	background-repeat:no-repeat;
}
div#MnuContent{
	width:281px;
	background-image: url(../img/mnu-bg.png);
	background-repeat: repeat-y;
}
div#MenuContainer li, a{
	padding:10px 7px;
	margin:0px 0px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#0033ff;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(../img/list.png);
	text-decoration: none;
}

div#ContentContainer {
	text-align:justify;
	margin:20px 211px 50px 282px;
	padding:0px 45px 0px 30px;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	line-height:20px;
}
div#ContentContainer p {
	padding:5px 0px;
	text-indent:0px;
}
div#comment {
	margin:25px 0px;
	font-style:italic;
	border-bottom: 1px dotted #333333;
}
div#ContentContainer a {
	font-size:18px;
	border-bottom:1px dotted;
	padding:0px 0px;
}
p#Chapter{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	line-height:30px;
	color:#3399cc;
	text-align:center;
	padding:20px 0px;
}
div#BannerContainer{
	width:210px;
	margin:30px 5px;
	float:right;
	text-align: center;
}
#baner {
	text-align:center;
	height:200px;
	width:200px;
	border:1px solid #666666;
}
#images {
	float:left;
	margin-right:30px;
}
div#photo {
	float:left;
	margin:25px;
	height:230px;
}
.imgphoto {
	border:1px solid #333333;
}
div#win{
	width: 450px;
	border: solid 1px;
        position: absolute;
	height: 114px;
	top: 20px;
	left: 30px;
	display: none;
}
div#wintitle{
	border-style: none none solid none;
	border-width: 1px;
	background-color:#e6e6e6;
	text-align: center;
	cursor: default;
	height: 20px;
	width: 100%;
}
div#wincontent{
	background-color: #e9e9e9;
	text-align: center;
	width: 100%;
	height: 100%;
}


div#footer{
	background-image:url(../img/footer-bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:99px;
}
div#FooterLeft{
	background-image:url(../img/footer-left-trans.png);
	background-repeat:no-repeat;
	background-position:center;
	width:300px;
	height:38px;
	margin:31px 0 30px 0;
	float:left;
}
div#FooterRight{
	background-image:url(../img/footer-right-trans.png);
	background-repeat:no-repeat;
	background-position:center;
	width:300px;
	height:57px;
	margin:21px 0;
	float:right;
}
div#FooterCenter{
	margin: 0px 0px;
	padding-top:31px;
	color: #666666;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

